| Package | Description |
|---|---|
| javax.servlet.jsp.tagext | |
| org.apache.jasper.runtime |
| 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.
|
| Modifier and Type | Class and Description |
|---|---|
class |
JspFragmentHelper
Helper class from which all Jsp Fragment helper classes extend.
|
Copyright © 2014 Mort Bay Consulting. All Rights Reserved.