org.apache.commons.cactus.server
Class JspImplicitObjects
java.lang.Object
|
+--org.apache.commons.cactus.server.ServletImplicitObjects
|
+--org.apache.commons.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:
- 1.0
Field Summary |
javax.servlet.jsp.JspWriter |
m_JspWriter
Correspond to the JSP out implicit object that is
available in JSP pages. |
javax.servlet.jsp.PageContext |
m_PageContext
Correspond to the JSP pageContext implicit object that is
available in JSP pages. |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
m_PageContext
public javax.servlet.jsp.PageContext m_PageContext
- Correspond to the JSP
pageContext
implicit object that is
available in JSP pages.
m_JspWriter
public javax.servlet.jsp.JspWriter m_JspWriter
- Correspond to the JSP
out
implicit object that is
available in JSP pages.
JspImplicitObjects
public JspImplicitObjects()
Copyright © 2000-2001 Apache Software Foundation. All Rights Reserved.