|
|||||||||
| Home >> All >> javax >> servlet >> jsp >> [ tagext overview ] | PREV NEXT | ||||||||
Uses of Class
javax.servlet.jsp.tagext.JspFragment
| Uses of JspFragment in javax.servlet.jsp.tagext |
| Fields in javax.servlet.jsp.tagext declared as JspFragment | |
private JspFragment |
SimpleTagSupport.jspBody
The body of the tag. |
| Methods in javax.servlet.jsp.tagext that return JspFragment | |
protected JspFragment |
SimpleTagSupport.getJspBody()
Returns the body passed in by the container via setJspBody. |
| Methods in javax.servlet.jsp.tagext with parameters of type JspFragment | |
void |
SimpleTagSupport.setJspBody(JspFragment jspBody)
Stores the provided JspFragment. |
void |
SimpleTag.setJspBody(JspFragment jspBody)
Provides the body of this tag as a JspFragment object, able to be invoked zero or more times by the tag handler. |
|
|||||||||
| Home >> All >> javax >> servlet >> jsp >> [ tagext overview ] | PREV NEXT | ||||||||