| 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
|
class |
JspFragmentNode
Represents the body for a fragment (jsp:attribute or jsp:body)
|
class |
JspTop
Represents the root node.
|
| Modifier and Type | Method and Description |
|---|---|
JspSegmentNode |
JspNode.getSegment()
Returns the containing segment.
|
JspSegmentNode |
JspTop.getSegment()
Returns the containing segment.
|