| Package | Description |
|---|---|
| javax.servlet.jsp | |
| javax.servlet.jsp.jstl.core | |
| javax.servlet.jsp.jstl.fmt | |
| javax.servlet.jsp.tagext |
| Modifier and Type | Method and Description |
|---|---|
abstract PageContext |
JspFactory.getPageContext(Servlet servlet,
ServletRequest request,
ServletResponse response,
java.lang.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 |
|---|---|
static java.lang.Object |
Config.find(PageContext pageContext,
java.lang.String name) |
static java.lang.Object |
Config.get(PageContext pageContext,
java.lang.String name,
int scope)
Returns an attribute from the page context.
|
static void |
Config.remove(PageContext pageContext,
java.lang.String name,
int scope)
Returns an attribute from the page context.
|
static void |
Config.set(PageContext pageContext,
java.lang.String name,
java.lang.Object var,
int scope) |
| Modifier and Type | Method and Description |
|---|---|
static java.lang.String |
LocaleSupport.getLocalizedMessage(PageContext pageContext,
java.lang.String key) |
static java.lang.String |
LocaleSupport.getLocalizedMessage(PageContext pageContext,
java.lang.String key,
java.lang.Object[] args) |
static java.lang.String |
LocaleSupport.getLocalizedMessage(PageContext pageContext,
java.lang.String key,
java.lang.Object[] args,
java.lang.String basename) |
static java.lang.String |
LocaleSupport.getLocalizedMessage(PageContext pageContext,
java.lang.String key,
java.lang.String basename) |
| Modifier and Type | Field and Description |
|---|---|
protected PageContext |
TagSupport.pageContext
The owning PageContext.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Tag.setPageContext(PageContext page)
Sets the page context of this page.
|
void |
TagAdapter.setPageContext(PageContext pc)
Stubbed.
|
void |
TagSupport.setPageContext(PageContext page)
Stores the page context for the JSP page.
|