| Package | Description |
|---|---|
| jakarta.servlet.jsp | |
| jakarta.servlet.jsp.tagext | |
| org.apache.jasper.runtime |
| Modifier and Type | Class and Description |
|---|---|
class |
PageContext
PageContext extends JspContext to provide useful context information for
when JSP technology is used in a Servlet environment.
|
| Modifier and Type | Method and Description |
|---|---|
protected JspContext |
SimpleTagSupport.getJspContext()
Returns the page context passed in by the container via
setJspContext.
|
abstract JspContext |
JspFragment.getJspContext()
Returns the JspContext that is bound to this JspFragment.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SimpleTagSupport.setJspContext(JspContext pc)
Stores the provided JSP context in the private jspContext field.
|
void |
SimpleTag.setJspContext(JspContext pc)
Called by the container to provide this tag handler with
the
JspContext for this invocation. |
| Modifier and Type | Class and Description |
|---|---|
class |
JspContextWrapper
Implementation of a JSP Context Wrapper.
|
class |
PageContextImpl
Implementation of the PageContext class from the JSP spec.
|
| Modifier and Type | Field and Description |
|---|---|
protected JspContext |
JspFragmentHelper.jspContext |
| Modifier and Type | Method and Description |
|---|---|
JspContext |
JspFragmentHelper.getJspContext() |
| Modifier and Type | Method and Description |
|---|---|
ELContextImpl |
JspApplicationContextImpl.createELContext(JspContext context) |
| Constructor and Description |
|---|
JspContextWrapper(JspTag jspTag,
JspContext jspContext,
java.util.ArrayList<java.lang.String> nestedVars,
java.util.ArrayList<java.lang.String> atBeginVars,
java.util.ArrayList<java.lang.String> atEndVars,
java.util.Map<java.lang.String,java.lang.String> aliases) |
JspFragmentHelper(int discriminator,
JspContext jspContext,
JspTag parentTag) |
Copyright © 2014–2021. All rights reserved.