| Package | Description |
|---|---|
| jakarta.servlet.jsp |
Classes and interfaces for the Core JSP 3.0 API.
|
| jakarta.servlet.jsp.tagext |
Classes and interfaces for the definition of Jakarta Server Pages Tag Libraries.
|
| 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. |
Comments to: jsp-dev@eclipse.org.
Copyright © 2018, 2020 Eclipse Foundation. All rights reserved.
Use is subject to license terms.