public abstract class JspFragmentHelper
extends jakarta.servlet.jsp.tagext.JspFragment
The class also provides various utility methods for JspFragment implementations.
| Modifier and Type | Field and Description |
|---|---|
protected jakarta.servlet.jsp.PageContext |
_jspx_page_context |
protected int |
discriminator |
protected jakarta.servlet.jsp.JspContext |
jspContext |
protected jakarta.servlet.jsp.tagext.JspTag |
parentTag |
| Constructor and Description |
|---|
JspFragmentHelper(int discriminator,
jakarta.servlet.jsp.JspContext jspContext,
jakarta.servlet.jsp.tagext.JspTag parentTag) |
| Modifier and Type | Method and Description |
|---|---|
jakarta.servlet.jsp.JspContext |
getJspContext() |
jakarta.servlet.jsp.tagext.JspTag |
getParentTag() |
protected int discriminator
protected jakarta.servlet.jsp.JspContext jspContext
protected jakarta.servlet.jsp.PageContext _jspx_page_context
protected jakarta.servlet.jsp.tagext.JspTag parentTag
Comments to: el-dev@eclipse.org.
Copyright © 2018, 2020 Eclipse Foundation. All rights reserved.
Use is subject to license terms.