Class JspFragmentHelper
java.lang.Object
javax.servlet.jsp.tagext.JspFragment
org.apache.sling.scripting.jsp.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.
-
Constructor Summary
ConstructorsConstructorDescriptionJspFragmentHelper(int discriminator, JspContext jspContext, JspTag parentTag) -
Method Summary
Modifier and TypeMethodDescriptionReturns the JspContext that is bound to this JspFragment.Methods inherited from class javax.servlet.jsp.tagext.JspFragment
invoke
-
Constructor Details
-
JspFragmentHelper
-
-
Method Details
-
getJspContext
Description copied from class:JspFragmentReturns the JspContext that is bound to this JspFragment.- Specified by:
getJspContextin classJspFragment- Returns:
- The JspContext used by this fragment at invocation time.
-
getParentTag
-