public class PageContextWrapper extends AbstractPageContextWrapper23
PageContext for the Servlet 2.4
API specifications.AbstractPageContextWrapper23originalPageContext, url| Constructor and Description |
|---|
PageContextWrapper(javax.servlet.jsp.PageContext theOriginalPageContext,
ServletURL theURL) |
| Modifier and Type | Method and Description |
|---|---|
javax.servlet.jsp.el.ExpressionEvaluator |
getExpressionEvaluator() |
javax.servlet.jsp.el.VariableResolver |
getVariableResolver() |
void |
include(java.lang.String theRelativeUrlPath,
boolean isToBeFlushed) |
handlePageExceptionfindAttribute, forward, getAttribute, getAttribute, getAttributeNamesInScope, getAttributesScope, getException, getOriginalPageContext, getOut, getPage, getRequest, getResponse, getServletConfig, getServletContext, getSession, handlePageException, include, initialize, popBody, pushBody, release, removeAttribute, removeAttribute, setAttribute, setAttributepublic PageContextWrapper(javax.servlet.jsp.PageContext theOriginalPageContext,
ServletURL theURL)
public void include(java.lang.String theRelativeUrlPath,
boolean isToBeFlushed)
throws javax.servlet.ServletException,
java.io.IOException
include in class javax.servlet.jsp.PageContextjavax.servlet.ServletExceptionjava.io.IOExceptionPageContext.include(java.lang.String, boolean)public javax.servlet.jsp.el.ExpressionEvaluator getExpressionEvaluator()
getExpressionEvaluator in class javax.servlet.jsp.JspContextJspContext.getExpressionEvaluator()public javax.servlet.jsp.el.VariableResolver getVariableResolver()
getVariableResolver in class javax.servlet.jsp.JspContextJspContext.getVariableResolver()Copyright © 2000-2004 Apache Software Foundation. All Rights Reserved.