Uses of Interface
com.caucho.jsp.java.JspSegmentNode

Packages that use JspSegmentNode
com.caucho.jsp.java   
 

Uses of JspSegmentNode in com.caucho.jsp.java
 

Classes in com.caucho.jsp.java that implement JspSegmentNode
 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.
 

Methods in com.caucho.jsp.java that return JspSegmentNode
 JspSegmentNode JspNode.getSegment()
          Returns the containing segment.
 JspSegmentNode JspTop.getSegment()
          Returns the containing segment.