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

All Implemented Interfaces:
    BodyTag, IterationTag, Serializable

Field Summary
protected  Component component     
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.ComponentTagSupport Summary:
doEndTag,   doStartTag,   getBean,   getComponent,   populateParams
Methods from org.apache.struts2.views.jsp.StrutsBodyTagSupport:
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.ComponentTagSupport Detail:
 public int doEndTag() throws JspException 
 public int doStartTag() throws JspException 
 abstract public Component getBean(ValueStack stack,
    HttpServletRequest req,
    HttpServletResponse res)
 public Component getComponent() 
 protected  void populateParams()