Package | Description |
---|---|
com.caucho.jsp | |
com.caucho.jsp.el | |
com.caucho.jstl.el | |
com.caucho.jstl.rt |
Modifier and Type | Class and Description |
---|---|
class |
InitPageContextImpl |
class |
PageContextWrapper |
Modifier and Type | Field and Description |
---|---|
protected PageContextImpl |
JspFragmentSupport.pageContext |
Modifier and Type | Method and Description |
---|---|
PageContextImpl |
PageManager.allocatePageContext(Servlet servlet,
ServletRequest request,
ServletResponse response,
java.lang.String errorPageURL,
boolean needsSession,
int buffer,
boolean autoFlush) |
PageContextImpl |
PageManager.allocatePageContext(Servlet servlet,
WebApp app,
ServletRequest request,
ServletResponse response,
java.lang.String errorPageURL,
HttpSession session,
int buffer,
boolean autoFlush,
boolean isPrintNullAsBlank)
The jsp page context initialization.
|
PageContextImpl |
PageContextImpl.PageELContext.getPageContext() |
Modifier and Type | Method and Description |
---|---|
void |
PageContextWrapper.init(PageContextImpl parent) |
Constructor and Description |
---|
ELExprFragment(PageContextImpl pageContext,
Expr expr)
Creates the fragment.
|
Constructor and Description |
---|
PageContextELResolver(PageContextImpl pageContext,
ELResolver[] customResolvers) |
Modifier and Type | Method and Description |
---|---|
static boolean |
XmlIfTag.evalBoolean(PageContextImpl pageContext,
Expr select)
Evaluates as a boolean.
|
static java.lang.Object |
XmlSetTag.evalObject(PageContextImpl pageContext,
Expr select)
Returns the value as an object.
|
static java.lang.Object |
BundleTag.setBundle(java.lang.String baseName,
PageContextImpl pc) |
static void |
XmlOutTag.toStream(JspWriter out,
PageContextImpl pageContext,
Expr select,
boolean doEscape)
Process the tag.
|
Modifier and Type | Method and Description |
---|---|
static java.lang.Object |
BundleTag.setBundle(java.lang.String baseName,
PageContextImpl pc) |