org.apache.jasper.runtime
public abstract class JspFragmentHelper extends JspFragment
The class also provides various utility methods for JspFragment implementations.
| Field Summary | |
|---|---|
| protected int | discriminator |
| protected JspContext | jspContext |
| protected JspTag | parentTag |
| protected PageContext | _jspx_page_context |
| Constructor Summary | |
|---|---|
| JspFragmentHelper(int discriminator, JspContext jspContext, JspTag parentTag) | |
| Method Summary | |
|---|---|
| JspContext | getJspContext() |
| JspTag | getParentTag() |