Save This Page
Home » apache-tomcat-6.0.16-src » org.apache » jasper » runtime » [javadoc | source]
org.apache.jasper.runtime
abstract public class: JspFragmentHelper [javadoc | source]
java.lang.Object
   javax.servlet.jsp.tagext.JspFragment
      org.apache.jasper.runtime.JspFragmentHelper
Helper class from which all Jsp Fragment helper classes extend. This class allows for the emulation of numerous fragments within a single class, which in turn reduces the load on the class loader since there are potentially many JspFragments in a single page.

The class also provides various utility methods for JspFragment implementations.

Field Summary
protected  int discriminator     
protected  JspContext jspContext     
protected  PageContext _jspx_page_context     
protected  JspTag parentTag     
Constructor:
 public JspFragmentHelper(int discriminator,
    JspContext jspContext,
    JspTag parentTag) 
Method from org.apache.jasper.runtime.JspFragmentHelper Summary:
getJspContext,   getParentTag
Methods from javax.servlet.jsp.tagext.JspFragment:
getJspContext,   invoke
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.apache.jasper.runtime.JspFragmentHelper Detail:
 public JspContext getJspContext() 
 public JspTag getParentTag()