Package | Description |
---|---|
jakarta.faces.webapp | |
jakarta.servlet.jsp | |
jakarta.servlet.jsp.jstl.core |
Classes and interfaces related to the core tag library component of the Jakarta Standard Tag Library.
|
jakarta.servlet.jsp.jstl.fmt |
Classes and interfaces related to the locale sensitive formatting tag library component of the Jakarta Standard Tag Library.
|
jakarta.servlet.jsp.tagext |
Modifier and Type | Field and Description |
---|---|
protected PageContext |
UIComponentClassicTagBase.pageContext
The Jakarta Server Pages
PageContext for the page we are embedded in. |
Modifier and Type | Method and Description |
---|---|
static UIComponentClassicTagBase |
UIComponentClassicTagBase.getParentUIComponentClassicTagBase(PageContext context)
Locate and return the nearest enclosing
UIComponentClassicTagBase if any; otherwise, return
null . |
static UIComponentTag |
UIComponentTag.getParentUIComponentTag(PageContext context)
Deprecated.
Locate and return the nearest enclosing
UIComponentTag if any; otherwise, return null . |
void |
UIComponentClassicTagBase.setPageContext(PageContext pageContext)
Set the
PageContext of the page containing this tag instance. |
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 jakarta.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 | Method and Description |
---|---|
static Object |
Config.find(PageContext pageContext,
String name)
Finds the value associated with a specific configuration setting identified by its context initialization parameter
name.
|
static Object |
Config.get(PageContext pageContext,
String name,
int scope)
Looks up a configuration variable in the given scope.
|
static void |
Config.remove(PageContext pageContext,
String name,
int scope)
Removes a configuration variable from the given scope.
|
static void |
Config.set(PageContext pageContext,
String name,
Object value,
int scope)
Sets the value of a configuration variable in the given scope.
|
Modifier and Type | Method and Description |
---|---|
static String |
LocaleSupport.getLocalizedMessage(PageContext pageContext,
String key)
Retrieves the localized message corresponding to the given key.
|
static String |
LocaleSupport.getLocalizedMessage(PageContext pageContext,
String key,
Object[] args)
Retrieves the localized message corresponding to the given key, and performs parametric replacement using the
arguments specified via args.
|
static String |
LocaleSupport.getLocalizedMessage(PageContext pageContext,
String key,
Object[] args,
String basename)
Retrieves the localized message corresponding to the given key, and performs parametric replacement using the
arguments specified via args.
|
static String |
LocaleSupport.getLocalizedMessage(PageContext pageContext,
String key,
String basename)
Retrieves the localized message corresponding to the given key.
|
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.
|
Copyright © 2018,2020 Eclipse Foundation.
Use is subject to license terms.