Package | Description |
---|---|
com.caucho.jsp | |
com.caucho.jsp.el | |
com.caucho.jsp.java | |
com.caucho.jstl.el | |
com.caucho.jstl.rt | |
com.caucho.xsl |
The XSLT transformation package.
|
javax.servlet.jsp | |
javax.servlet.jsp.jstl.core | |
javax.servlet.jsp.jstl.fmt | |
javax.servlet.jsp.tagext |
Modifier and Type | Class and Description |
---|---|
class |
InitPageContextImpl |
class |
PageContextImpl |
class |
PageContextWrapper |
Modifier and Type | Method and Description |
---|---|
PageContext |
QJspFactory.getPageContext(Servlet servlet,
ServletRequest request,
ServletResponse response,
java.lang.String errorPageURL,
boolean needsSession,
int buffer,
boolean autoFlush) |
Modifier and Type | Method and Description |
---|---|
static StaticJspFragmentSupport |
StaticJspFragmentSupport.create(StaticJspFragmentSupport frag,
PageContext pageContext,
java.lang.String value) |
void |
PageManager.freePageContext(PageContext pc) |
void |
QJspFactory.releasePageContext(PageContext pc)
Frees a page context after the JSP page is done with it.
|
Modifier and Type | Method and Description |
---|---|
abstract PageContext |
PageContextELContext.getPageContext() |
Constructor and Description |
---|
PageContextAttributeMap(PageContext pageContext,
int scope) |
Modifier and Type | Method and Description |
---|---|
void |
JspTagFileSupport.setPageContext(PageContext page) |
Modifier and Type | Method and Description |
---|---|
static java.lang.String |
UrlTag.encodeURL(PageContext pageContext,
CharBuffer url) |
static javax.sql.DataSource |
SqlQueryTag.getDataSource(PageContext pageContext,
java.lang.Object ds) |
static CharBuffer |
UrlTag.normalizeURL(PageContext pageContext,
java.lang.String url,
java.lang.String context) |
static void |
CoreSetTag.setValue(PageContext pageContext,
java.lang.String var,
java.lang.String scope,
java.lang.Object value) |
Modifier and Type | Method and Description |
---|---|
static java.lang.String |
CoreUrlTag.encodeURL(PageContext pageContext,
CharBuffer url) |
static java.sql.Connection |
SqlQueryTag.getConnection(PageContext pageContext,
java.lang.Object ds) |
static javax.sql.DataSource |
SqlQueryTag.getDataSource(PageContext pageContext,
java.lang.Object ds) |
static CharBuffer |
CoreUrlTag.normalizeURL(PageContext pageContext,
java.lang.String url,
java.lang.String context) |
static void |
I18NSupport.setResponseLocale(PageContext pageContext,
java.util.Locale locale) |
static void |
CoreSetTag.setValue(PageContext pageContext,
java.lang.String var,
java.lang.String scope,
java.lang.Object value) |
Modifier and Type | Method and Description |
---|---|
PageContext |
XslWriter.getPage()
Deprecated.
|
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 |
TagSupport.setPageContext(PageContext page)
Stores the page context for the JSP page.
|
void |
TagAdapter.setPageContext(PageContext pc)
Stubbed.
|
void |
Tag.setPageContext(PageContext page)
Sets the page context of this page.
|