|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use JspFragment | |
|---|---|
| javax.servlet.jsp.tagext | Classes and interfaces for the definition of JavaServer Pages Tag Libraries. |
| org.apache.jasper.runtime | |
| Uses of JspFragment in javax.servlet.jsp.tagext |
|---|
| 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. |
| Uses of JspFragment in org.apache.jasper.runtime |
|---|
| Subclasses of JspFragment in org.apache.jasper.runtime | |
|---|---|
class |
JspFragmentHelper
Helper class from which all Jsp Fragment helper classes extend. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||