| Package | Description |
|---|---|
| javax.servlet.jsp | |
| javax.servlet.jsp.tagext | |
| org.apache.jasper.runtime | |
| org.apache.jasper.tagplugins.jstl |
| Modifier and Type | Method and Description |
|---|---|
abstract PageContext |
JspFactory.getPageContext(Servlet servlet,
ServletRequest request,
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 |
TagSupport.setPageContext(PageContext pageContext)
Set the page context.
|
void |
TagAdapter.setPageContext(PageContext pc)
Must not be called.
|
void |
Tag.setPageContext(PageContext pc)
Set the current page context.
|
| 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 PageContext |
JspFragmentHelper._jspx_page_context |
| Modifier and Type | Method and Description |
|---|---|
PageContext |
JspFactoryImpl.getPageContext(Servlet servlet,
ServletRequest request,
ServletResponse response,
String errorPageURL,
boolean needsSession,
int bufferSize,
boolean autoflush) |
| Modifier and Type | Method and Description |
|---|---|
static void |
JspRuntimeLibrary.handleSetPropertyExpression(Object bean,
String prop,
String expression,
PageContext pageContext,
ProtectedFunctionMapper functionMapper) |
static Object |
PageContextImpl.proprietaryEvaluate(String expression,
Class<?> expectedType,
PageContext pageContext,
ProtectedFunctionMapper functionMap)
Proprietary method to evaluate EL expressions.
|
void |
JspFactoryImpl.releasePageContext(PageContext pc) |
static JspWriter |
JspRuntimeLibrary.startBufferedBody(PageContext pageContext,
BodyTag tag) |
| Modifier and Type | Method and Description |
|---|---|
static String |
Util.resolveUrl(String url,
String context,
PageContext pageContext)
Utility methods
taken from org.apache.taglibs.standard.tag.common.core.UrlSupport
|
Copyright © 2014–2017 Webtide. All rights reserved.