Package | Description |
---|---|
javax.servlet.jsp.tagext |
Modifier and Type | Method and Description |
---|---|
protected JspFragment |
SimpleTagSupport.getJspBody()
Returns the body passed in by the container via setJspBody.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Copyright © 2019 Eclipse Foundation.
Use is subject to license terms.