org.apache.cactus.server
Class PageContextWrapper

java.lang.Object
  extended by javax.servlet.jsp.JspContext
      extended by javax.servlet.jsp.PageContext
          extended by org.apache.cactus.server.AbstractPageContextWrapper
              extended by org.apache.cactus.server.AbstractPageContextWrapper23
                  extended by org.apache.cactus.server.PageContextWrapper

public class PageContextWrapper
extends AbstractPageContextWrapper23

Provide implementation of PageContext for the Servlet 2.4 API specifications.

Version:
$Id: PageContextWrapper.java 238993 2004-05-22 16:39:34Z vmassol $
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)
           
 
Method Summary
 javax.servlet.jsp.el.ExpressionEvaluator getExpressionEvaluator()
           
 javax.servlet.jsp.el.VariableResolver getVariableResolver()
           
 void include(java.lang.String theRelativeUrlPath, boolean isToBeFlushed)
           
 
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 javax.servlet.jsp.PageContext
getErrorData
 
Methods inherited from class javax.servlet.jsp.JspContext
pushBody
 
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)
Method Detail

include

public void include(java.lang.String theRelativeUrlPath,
                    boolean isToBeFlushed)
             throws javax.servlet.ServletException,
                    java.io.IOException
Specified by:
include in class javax.servlet.jsp.PageContext
Throws:
javax.servlet.ServletException
java.io.IOException
See Also:
PageContext.include(java.lang.String, boolean)

getExpressionEvaluator

public javax.servlet.jsp.el.ExpressionEvaluator getExpressionEvaluator()
Specified by:
getExpressionEvaluator in class javax.servlet.jsp.JspContext
See Also:
JspContext.getExpressionEvaluator()

getVariableResolver

public javax.servlet.jsp.el.VariableResolver getVariableResolver()
Specified by:
getVariableResolver in class javax.servlet.jsp.JspContext
See Also:
JspContext.getVariableResolver()


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