org.apache.cactus.server
class PageContextWrapper

java.lang.Object
  |
  +--javax.servlet.jsp.PageContext
        |
        +--org.apache.cactus.server.AbstractPageContextWrapper
              |
              +--org.apache.cactus.server.PageContextWrapper
Known Advisors:
LogAspect

public class PageContextWrapper
extends AbstractPageContextWrapper

Wrapper around PageContext so that get methods that would normally return implicit objects will now return Cactus wrapper of implicit objects instead.

Version:
$Id: PageContextWrapper.html,v 1.1 2003/04/14 12:27:26 sinisa Exp $
Author:
Vincent Massol

Fields inherited from class javax.servlet.jsp.PageContext
APPLICATION, APPLICATION_SCOPE, CONFIG, EXCEPTION, OUT, PAGE, PAGECONTEXT, PAGE_SCOPE, REQUEST, REQUEST_SCOPE, RESPONSE, SESSION, SESSION_SCOPE
 
Constructor Summary
PageContextWrapper(PageContext theOriginalPageContext, ServletURL theURL)
           
 
Method Summary
 void handlePageException(Throwable theThrowable)
           Affected by: LogAspect
 
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
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PageContextWrapper

public PageContextWrapper(PageContext theOriginalPageContext,
                          ServletURL theURL)
Method Detail

handlePageException

public void handlePageException(Throwable theThrowable)
                         throws javax.servlet.ServletException,
                                java.io.IOException
Affected by:
around() in LogAspect.


Copyright © 2000-2002 Apache Software Foundation. All Rights Reserved.