| Package | Description |
|---|---|
| com.caucho.jsp | |
| com.caucho.jsp.java | |
| javax.servlet.jsp.tagext |
| Modifier and Type | Class and Description |
|---|---|
class |
ELExprFragment
Abstract implementation for the fragment support.
|
class |
JspFragmentSupport
Abstract implementation for the fragment support.
|
class |
StaticJspFragmentSupport
Abstract implementation for the fragment support.
|
| Modifier and Type | Field and Description |
|---|---|
protected JspFragment |
JspFragmentSupport._jspBody |
| Modifier and Type | Method and Description |
|---|---|
JspFragment |
JspFragmentSupport.getJspBody() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
PageContextImpl.invoke(JspFragment fragment)
Evaluates the fragment, returing the string value.
|
java.io.Reader |
PageContextImpl.invokeReader(JspFragment fragment)
Evaluates the fragment, returing a reader
|
java.lang.String |
PageContextImpl.invokeTrim(JspFragment fragment)
Evaluates the fragment, returing the string value.
|
| Modifier and Type | Method and Description |
|---|---|
JspFragment |
JspTagSupport.getJspBody() |
JspFragment |
JspTagFileSupport.getJspBody() |
| Modifier and Type | Method and Description |
|---|---|
protected JspFragment |
SimpleTagSupport.getJspBody()
returns the body fragment.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SimpleTag.setJspBody(JspFragment jspBody)
Sets the JSP fragment for the body.
|
void |
SimpleTagSupport.setJspBody(JspFragment body)
Sets the body fragment.
|