org.apache.cactus.server
class JspImplicitObjects

java.lang.Object
  |
  +--org.apache.cactus.server.AbstractWebImplicitObjects
        |
        +--org.apache.cactus.server.ServletImplicitObjects
              |
              +--org.apache.cactus.server.JspImplicitObjects
All Implemented Interfaces:
WebImplicitObjects
Known Advisors:
LogAspect

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.2 2002/03/10 13:58:25 vmassol Exp $
Author:
Vincent Massol

Constructor Summary
JspImplicitObjects()
          Holder class that contains the instances of the implicit objects that will be accessible in the test classes (i.e.
 
Method Summary
 JspWriter getJspWriter()
           
 PageContext getPageContext()
           
 void setJspWriter(JspWriter theWriter)
           Affected by: LogAspect
 void setPageContext(PageContext thePageContext)
           Affected by: LogAspect
 
Methods inherited from class org.apache.cactus.server.ServletImplicitObjects
getServletConfig, setServletConfig
 
Methods inherited from class org.apache.cactus.server.AbstractWebImplicitObjects
getHttpServletRequest, getHttpServletResponse, getServletContext, setHttpServletRequest, setHttpServletResponse, setServletContext
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JspImplicitObjects

public JspImplicitObjects()
Holder class that contains the instances of the implicit objects that will be accessible in the test classes (i.e. subclasses of JspTestCase).
Method Detail

getJspWriter

public JspWriter getJspWriter()
Returns:
the JspWriter implicit object

getPageContext

public PageContext getPageContext()
Returns:
the PageContext implicit object

setJspWriter

public void setJspWriter(JspWriter theWriter)
Parameters:
theWriter - the JspWriter implicit object
Affected by:
around() in LogAspect.

setPageContext

public void setPageContext(PageContext thePageContext)
Parameters:
thePageContext - the PageContext implicit object
Affected by:
around() in LogAspect.


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