Class JspFragmentHelper


  • public abstract class JspFragmentHelper
    extends javax.servlet.jsp.tagext.JspFragment
    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.

    • Constructor Summary

      Constructors 
      Constructor Description
      JspFragmentHelper​(int discriminator, javax.servlet.jsp.JspContext jspContext, javax.servlet.jsp.tagext.JspTag parentTag)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      javax.servlet.jsp.JspContext getJspContext()  
      javax.servlet.jsp.tagext.JspTag getParentTag()  
      • Methods inherited from class javax.servlet.jsp.tagext.JspFragment

        invoke
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • JspFragmentHelper

        public JspFragmentHelper​(int discriminator,
                                 javax.servlet.jsp.JspContext jspContext,
                                 javax.servlet.jsp.tagext.JspTag parentTag)
    • Method Detail

      • getJspContext

        public javax.servlet.jsp.JspContext getJspContext()
        Specified by:
        getJspContext in class javax.servlet.jsp.tagext.JspFragment
      • getParentTag

        public javax.servlet.jsp.tagext.JspTag getParentTag()