public abstract class JspFragmentSupport extends JspFragment
| Modifier and Type | Field and Description | 
|---|---|
| protected ELContext | _jsp_env | 
| protected PageManager | _jsp_pageManager | 
| protected JspTag | _jsp_parent_tag | 
| protected JspContext | _jsp_parentContext | 
| protected JspFragment | _jspBody | 
| protected PageContextImpl | pageContext | 
| Constructor and Description | 
|---|
| JspFragmentSupport() | 
| Modifier and Type | Method and Description | 
|---|---|
| protected abstract void | _jsp_invoke(JspWriter out)Implementations will generate code for this. | 
| JspFragment | getJspBody() | 
| JspContext | getJspContext()Returns the context. | 
| void | invoke(java.io.Writer out)The public JspFragment interface. | 
protected JspContext _jsp_parentContext
protected PageContextImpl pageContext
protected ELContext _jsp_env
protected JspTag _jsp_parent_tag
protected JspFragment _jspBody
protected PageManager _jsp_pageManager
public JspContext getJspContext()
getJspContext in class JspFragmentpublic JspFragment getJspBody()
public void invoke(java.io.Writer out)
            throws JspException
invoke in class JspFragmentout - optional location for the outputvars - optional map to replace the page contextJspExceptionprotected abstract void _jsp_invoke(JspWriter out) throws java.lang.Throwable
java.lang.Throwable