Package | Description |
---|---|
javax.servlet.jsp |
Classes and interfaces for the Core JSP 2.3 API.
|
javax.servlet.jsp.tagext |
Classes and interfaces for the definition of Jakarta Server Pages Tag Libraries.
|
Modifier and Type | Method and Description |
---|---|
abstract PageContext |
JspFactory.getPageContext(javax.servlet.Servlet servlet,
javax.servlet.ServletRequest request,
javax.servlet.ServletResponse response,
String errorPageURL,
boolean needsSession,
int buffer,
boolean autoflush)
obtains an instance of an implementation dependent javax.servlet.jsp.PageContext abstract class for the calling
Servlet and currently pending request and response.
|
Modifier and Type | Method and Description |
---|---|
abstract void |
JspFactory.releasePageContext(PageContext pc)
called to release a previously allocated PageContext object.
|
Modifier and Type | Field and Description |
---|---|
protected PageContext |
TagSupport.pageContext
The PageContext.
|
Modifier and Type | Method and Description |
---|---|
void |
Tag.setPageContext(PageContext pc)
Set the current page context.
|
void |
TagSupport.setPageContext(PageContext pageContext)
Set the page context.
|
void |
TagAdapter.setPageContext(PageContext pc)
Must not be called.
|
Comments to: jsp-dev@eclipse.org.
Copyright © 2019 Eclipse Foundation. All rights reserved.
Use is subject to license terms.