public abstract class JspFragmentHelper
extends JspFragment
The class also provides various utility methods for JspFragment implementations.
| Modifier and Type | Field and Description |
|---|---|
protected PageContext |
_jspx_page_context |
protected int |
discriminator |
protected JspContext |
jspContext |
protected JspTag |
parentTag |
| Constructor and Description |
|---|
JspFragmentHelper(int discriminator,
JspContext jspContext,
JspTag parentTag) |
| Modifier and Type | Method and Description |
|---|---|
JspContext |
getJspContext() |
JspTag |
getParentTag() |
protected int discriminator
protected JspContext jspContext
protected PageContext _jspx_page_context
protected JspTag parentTag