org.apache.cactus.server
Class JspImplicitObjects
java.lang.Object
|
+--org.apache.cactus.server.WebImplicitObjects
|
+--org.apache.cactus.server.ServletImplicitObjects
|
+--org.apache.cactus.server.JspImplicitObjects
- public class JspImplicitObjects
- extends ServletImplicitObjects
Holder class that contains the instances of the implicit objects that will
be accessible in the test classes (i.e. subclasses of
JspTestCase
).
- Version:
- $Id: JspImplicitObjects.java,v 1.4 2001/09/14 20:17:16 pier Exp $
- Author:
- Vincent Massol
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JspImplicitObjects
public JspImplicitObjects()
getPageContext
public javax.servlet.jsp.PageContext getPageContext()
- Returns:
- the
PageContext
implicit object
setPageContext
public void setPageContext(javax.servlet.jsp.PageContext thePageContext)
- Parameters:
thePageContext
- the PageContext
implicit object
getJspWriter
public javax.servlet.jsp.JspWriter getJspWriter()
- Returns:
- the
JspWriter
implicit object
setJspWriter
public void setJspWriter(javax.servlet.jsp.JspWriter theWriter)
- Parameters:
theWriter
- the JspWriter
implicit object
Copyright © 2000-2001 Apache Software Foundation. All Rights Reserved.