|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use PageContext | |
|---|---|
| javax.servlet.jsp | Classes and interfaces for the Core JSP 2.1 API. |
| javax.servlet.jsp.jstl.core | Classes and interfaces related to the core tag library component of the JavaServer Pages Standard Tag Library (JSTL). |
| javax.servlet.jsp.jstl.fmt | Classes and interfaces related to the locale sensitive formatting tag library component of the JavaServer Pages Standard Tag Library (JSTL). |
| javax.servlet.jsp.tagext | Classes and interfaces for the definition of JavaServer Pages Tag Libraries. |
| Uses of PageContext in javax.servlet.jsp |
|---|
| Methods in javax.servlet.jsp that return PageContext | |
|---|---|
abstract PageContext |
JspFactory.getPageContext(javax.servlet.Servlet servlet,
javax.servlet.ServletRequest request,
javax.servlet.ServletResponse response,
java.lang.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. |
| Methods in javax.servlet.jsp with parameters of type PageContext | |
|---|---|
abstract void |
JspFactory.releasePageContext(PageContext pc)
called to release a previously allocated PageContext object. |
| Uses of PageContext in javax.servlet.jsp.jstl.core |
|---|
| Methods in javax.servlet.jsp.jstl.core with parameters of type PageContext | |
|---|---|
static java.lang.Object |
Config.find(PageContext pc,
java.lang.String name)
Finds the value associated with a specific configuration setting identified by its context initialization parameter name. |
static java.lang.Object |
Config.get(PageContext pc,
java.lang.String name,
int scope)
Looks up a configuration variable in the given scope. |
static void |
Config.remove(PageContext pc,
java.lang.String name,
int scope)
Removes a configuration variable from the given scope. |
static void |
Config.set(PageContext pc,
java.lang.String name,
java.lang.Object value,
int scope)
Sets the value of a configuration variable in the given scope. |
| Uses of PageContext in javax.servlet.jsp.jstl.fmt |
|---|
| Methods in javax.servlet.jsp.jstl.fmt with parameters of type PageContext | |
|---|---|
static java.lang.String |
LocaleSupport.getLocalizedMessage(PageContext pageContext,
java.lang.String key)
Retrieves the localized message corresponding to the given key. |
static java.lang.String |
LocaleSupport.getLocalizedMessage(PageContext pageContext,
java.lang.String key,
java.lang.Object[] args)
Retrieves the localized message corresponding to the given key, and performs parametric replacement using the arguments specified via args. |
static java.lang.String |
LocaleSupport.getLocalizedMessage(PageContext pageContext,
java.lang.String key,
java.lang.Object[] args,
java.lang.String basename)
Retrieves the localized message corresponding to the given key, and performs parametric replacement using the arguments specified via args. |
static java.lang.String |
LocaleSupport.getLocalizedMessage(PageContext pageContext,
java.lang.String key,
java.lang.String basename)
Retrieves the localized message corresponding to the given key. |
| Uses of PageContext in javax.servlet.jsp.tagext |
|---|
| Fields in javax.servlet.jsp.tagext declared as PageContext | |
|---|---|
protected PageContext |
TagSupport.pageContext
The PageContext. |
| Methods in javax.servlet.jsp.tagext with parameters of type PageContext | |
|---|---|
void |
TagSupport.setPageContext(PageContext pageContext)
Set the page context. |
void |
Tag.setPageContext(PageContext pc)
Set the current page context. |
void |
TagAdapter.setPageContext(PageContext pc)
Must not be called. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||