|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjavax.servlet.jsp.JspContext
javax.servlet.jsp.PageContext
org.apache.cactus.server.AbstractPageContextWrapper
org.apache.cactus.server.AbstractPageContextWrapper23
org.apache.cactus.server.PageContextWrapper
Provide implementation of
PageContext
for the Servlet 2.4
API specifications.
AbstractPageContextWrapper23
Field Summary |
Fields inherited from class org.apache.cactus.server.AbstractPageContextWrapper |
originalPageContext, url |
Fields inherited from class javax.servlet.jsp.PageContext |
APPLICATION, APPLICATION_SCOPE, CONFIG, EXCEPTION, OUT, PAGE, PAGE_SCOPE, PAGECONTEXT, REQUEST, REQUEST_SCOPE, RESPONSE, SESSION, SESSION_SCOPE |
Constructor Summary | |
PageContextWrapper(javax.servlet.jsp.PageContext theOriginalPageContext,
ServletURL theURL)
|
Method Summary | |
javax.servlet.jsp.el.ExpressionEvaluator |
getExpressionEvaluator()
|
javax.servlet.jsp.el.VariableResolver |
getVariableResolver()
|
void |
include(java.lang.String theRelativeUrlPath,
boolean isToBeFlushed)
|
Methods inherited from class org.apache.cactus.server.AbstractPageContextWrapper23 |
handlePageException |
Methods inherited from class org.apache.cactus.server.AbstractPageContextWrapper |
findAttribute, forward, getAttribute, getAttribute, getAttributeNamesInScope, getAttributesScope, getException, getOriginalPageContext, getOut, getPage, getRequest, getResponse, getServletConfig, getServletContext, getSession, handlePageException, include, initialize, popBody, pushBody, release, removeAttribute, removeAttribute, setAttribute, setAttribute |
Methods inherited from class javax.servlet.jsp.PageContext |
getErrorData |
Methods inherited from class javax.servlet.jsp.JspContext |
pushBody |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public PageContextWrapper(javax.servlet.jsp.PageContext theOriginalPageContext, ServletURL theURL)
AbstractPageContextWrapper23.AbstractPageContextWrapper23(PageContext, ServletURL)
Method Detail |
public void include(java.lang.String theRelativeUrlPath, boolean isToBeFlushed) throws javax.servlet.ServletException, java.io.IOException
javax.servlet.ServletException
java.io.IOException
PageContext.include(java.lang.String, boolean)
public javax.servlet.jsp.el.ExpressionEvaluator getExpressionEvaluator()
JspContext.getExpressionEvaluator()
public javax.servlet.jsp.el.VariableResolver getVariableResolver()
JspContext.getVariableResolver()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |