| Package | Description |
|---|---|
| javax.servlet.jsp | |
| javax.servlet.jsp.tagext | |
| org.apache.jasper.runtime |
| Modifier and Type | Method and Description |
|---|---|
abstract PageContext |
JspFactory.getPageContext(Servlet servlet,
ServletRequest request,
ServletResponse response,
String errorPageURL,
boolean needsSession,
int buffer,
boolean autoflush) |
| Modifier and Type | Method and Description |
|---|---|
abstract void |
JspFactory.releasePageContext(PageContext pc) |
| Modifier and Type | Method and Description |
|---|---|
void |
TagSupport.setPageContext(PageContext pageContext) |
void |
Tag.setPageContext(PageContext var1) |
| Modifier and Type | Class and Description |
|---|---|
class |
PageContextImpl |
| Modifier and Type | Method and Description |
|---|---|
static Object |
PageContextImpl.proprietaryEvaluate(String expression,
Class<?> expectedType,
PageContext pageContext,
ProtectedFunctionMapper functionMap) |
Copyright © 2022. All rights reserved.