| Package | Description |
|---|---|
| javax.servlet.jsp.tagext |
| Modifier and Type | Method and Description |
|---|---|
protected JspFragment |
SimpleTagSupport.getJspBody()
returns the body fragment.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SimpleTagSupport.setJspBody(JspFragment body)
Sets the body fragment.
|
void |
SimpleTag.setJspBody(JspFragment jspBody)
Sets the JSP fragment for the body.
|