Package | Description |
---|---|
javax.servlet.jsp.tagext |
Classes and interfaces for the definition of JavaServer Pages Tag Libraries.
|
Modifier and Type | Method | Description |
---|---|---|
protected JspFragment |
SimpleTagSupport.getJspBody() |
Returns the body passed in by the container via setJspBody.
|
Modifier and Type | Method | Description |
---|---|---|
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.
|
void |
SimpleTagSupport.setJspBody(JspFragment jspBody) |
Stores the provided JspFragment.
|