public abstract class JspFragmentHelper extends JspFragment
The class also provides various utility methods for JspFragment implementations.
Modifier and Type | Field | Description |
---|---|---|
protected PageContext |
_jspx_page_context |
|
protected int |
discriminator |
|
protected JspContext |
jspContext |
|
protected JspTag |
parentTag |
Constructor | Description |
---|---|
JspFragmentHelper(int discriminator,
JspContext jspContext,
JspTag parentTag) |
Modifier and Type | Method | Description |
---|---|---|
JspContext |
getJspContext() |
Returns the JspContext that is bound to this JspFragment.
|
JspTag |
getParentTag() |
invoke
protected final int discriminator
protected final JspContext jspContext
protected final PageContext _jspx_page_context
protected final JspTag parentTag
public JspFragmentHelper(int discriminator, JspContext jspContext, JspTag parentTag)
public JspContext getJspContext()
javax.servlet.jsp.tagext.JspFragment
getJspContext
in class JspFragment
public JspTag getParentTag()
Copyright © 2000-2019 Apache Software Foundation. All Rights Reserved.