public abstract class AbstractPageContextWrapper23 extends AbstractPageContextWrapper
AbstractPageContextWrapper by adding the new methods
of the Servlet 2.3 API specifications.AbstractPageContextWrapperoriginalPageContext, url| Constructor and Description |
|---|
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. |
| Modifier and Type | Method and Description |
|---|---|
void |
handlePageException(java.lang.Throwable theThrowable) |
findAttribute, forward, getAttribute, getAttribute, getAttributeNamesInScope, getAttributesScope, getException, getOriginalPageContext, getOut, getPage, getRequest, getResponse, getServletConfig, getServletContext, getSession, handlePageException, include, initialize, popBody, pushBody, release, removeAttribute, removeAttribute, setAttribute, setAttributepublic 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 nonepublic void handlePageException(java.lang.Throwable theThrowable)
throws javax.servlet.ServletException,
java.io.IOException
handlePageException in class javax.servlet.jsp.PageContextjavax.servlet.ServletExceptionjava.io.IOExceptionPageContext.handlePageException(Throwable)Copyright © 2000-2004 Apache Software Foundation. All Rights Reserved.