Save This Page
Home » struts-2.1.8.1-src » org.apache » struts2 » views » jsp » [javadoc | source]
org.apache.struts2.views.jsp
public class: StrutsBodyTagSupport [javadoc | source]
java.lang.Object
   javax.servlet.jsp.tagext.TagSupport
      javax.servlet.jsp.tagext.BodyTagSupport
         org.apache.struts2.views.jsp.StrutsBodyTagSupport

All Implemented Interfaces:
    BodyTag, IterationTag, Serializable

Contains common functonalities for Struts JSP Tags.
Fields inherited from javax.servlet.jsp.tagext.BodyTagSupport:
bodyContent
Fields inherited from javax.servlet.jsp.tagext.TagSupport:
id,  pageContext,  class$javax$servlet$jsp$tagext$Tag
Method from org.apache.struts2.views.jsp.StrutsBodyTagSupport Summary:
findString,   findValue,   findValue,   getBody,   getStack,   toString
Methods from javax.servlet.jsp.tagext.BodyTagSupport:
doAfterBody,   doEndTag,   doInitBody,   doStartTag,   getBodyContent,   getPreviousOut,   release,   setBodyContent
Methods from javax.servlet.jsp.tagext.TagSupport:
class$,   doAfterBody,   doEndTag,   doStartTag,   findAncestorWithClass,   getId,   getParent,   getValue,   getValues,   release,   removeValue,   setId,   setPageContext,   setParent,   setValue
Methods from java.lang.Object:
clone,   equals,   finalize,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.apache.struts2.views.jsp.StrutsBodyTagSupport Detail:
 protected String findString(String expr) 
 protected Object findValue(String expr) 
 protected Object findValue(String expr,
    Class toType) 
 protected String getBody() 
 protected ValueStack getStack() 
 protected String toString(Throwable t)