|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjavax.servlet.jsp.PageContext
org.apache.cactus.server.AbstractPageContextWrapper
org.apache.cactus.server.PageContextWrapper
Wrapper around PageContext
so that get methods that would
normally return implicit objects will now return Cactus wrapper of
implicit objects instead.
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)
Construct an PageContext instance that delegates
it's method calls to the page context object passed as parameter and
that uses the URL passed as parameter to simulate a URL from which
the request would come from. |
Method Summary | |
void |
handlePageException(java.lang.Throwable theThrowable)
|
Methods inherited from class org.apache.cactus.server.AbstractPageContextWrapper |
findAttribute, forward, getAttribute, getAttribute, getAttributeNamesInScope, getAttributesScope, getException, getOut, getPage, getRequest, getResponse, getServletConfig, getServletContext, getSession, handlePageException, include, initialize, popBody, pushBody, release, removeAttribute, removeAttribute, setAttribute, setAttribute |
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)
PageContext
instance that delegates
it's method calls to the page context object passed as parameter and
that uses the URL passed as parameter to simulate a URL from which
the request would come from.
theOriginalPageContext
- the real page contexttheURL
- the URL to simulate or null
if noneMethod Detail |
public void handlePageException(java.lang.Throwable theThrowable) throws javax.servlet.ServletException, java.io.IOException
javax.servlet.ServletException
java.io.IOException
PageContext.handlePageException(Throwable)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |