|
||||||||||
| 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.AbstractPageContextWrapper23
public abstract class AbstractPageContextWrapper23
Extends AbstractPageContextWrapper by adding the new methods
of the Servlet 2.3 API specifications.
AbstractPageContextWrapper| 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 | |
|---|---|
AbstractPageContextWrapper23(javax.servlet.jsp.PageContext theOriginalPageContext,
ServletURL theURL)
Construct a 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, getOriginalPageContext, 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 AbstractPageContextWrapper23(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 none| Method Detail |
|---|
public void handlePageException(java.lang.Throwable theThrowable)
throws javax.servlet.ServletException,
java.io.IOException
handlePageException in class javax.servlet.jsp.PageContextjavax.servlet.ServletException
java.io.IOExceptionPageContext.handlePageException(Throwable)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||