Frames | No Frames |
Methods with parameter type javax.servlet.jsp.tagext.JspFragment | |
void | Provides the body of this tag as a JspFragment object, able to be
invoked zero or more times by the tag handler. |
void | Stores the provided JspFragment. |
Methods with return type javax.servlet.jsp.tagext.JspFragment | |
JspFragment | Returns the body passed in by the container via setJspBody. |