org.apache.cactus.server
Class PageContextWrapper

java.lang.Object
  extended byjavax.servlet.jsp.PageContext
      extended byorg.apache.cactus.server.AbstractPageContextWrapper
          extended byorg.apache.cactus.server.AbstractPageContextWrapper23
              extended byorg.apache.cactus.server.PageContextWrapper

public class PageContextWrapper
extends AbstractPageContextWrapper23

Provide implementation of PageContext for the Servlet 2.3 API specifications.

Version:
$Id: PageContextWrapper.java,v 1.1 2004/05/22 16:39:34 vmassol Exp $
See Also:
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)
           
 
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 java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PageContextWrapper

public PageContextWrapper(javax.servlet.jsp.PageContext theOriginalPageContext,
                          ServletURL theURL)
See Also:
AbstractPageContextWrapper23.AbstractPageContextWrapper23(PageContext, ServletURL)


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