Package | Description |
---|---|
com.caucho.jsp.java |
Modifier and Type | Class and Description |
---|---|
class |
JspAttribute
Represents a jsp:attribute node
|
class |
JspBody
Represents the body for a SimpleTag
|
Modifier and Type | Method and Description |
---|---|
JspFragmentNode |
JavaJspGenerator.getFragment(int index) |
Modifier and Type | Method and Description |
---|---|
int |
JavaJspGenerator.addFragment(JspFragmentNode node) |
protected java.lang.String |
JspNode.generateFragment(JspFragmentNode frag,
java.lang.String contextVar)
Generates the code for a fragment.
|
protected java.lang.String |
JspNode.invokeFragment(JspFragmentNode frag)
Generates the code invoking a fragment to a string.
|