org.apache.cactus.server
Class PageContextWrapper
java.lang.Object
javax.servlet.jsp.JspContext
javax.servlet.jsp.PageContext
org.apache.cactus.server.AbstractPageContextWrapper
org.apache.cactus.server.AbstractPageContextWrapper23
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
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 |
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 |
PageContextWrapper
public PageContextWrapper(javax.servlet.jsp.PageContext theOriginalPageContext,
ServletURL theURL)
- See Also:
AbstractPageContextWrapper23.AbstractPageContextWrapper23(PageContext, ServletURL)
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.