|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
|
+--j2eeunit.server.ServletImplicitObjects
|
+--j2eeunit.server.JspImplicitObjects
Holder class that contains the instances of the implicit objects that will
be accessible in the test classes (i.e. subclasses of
JspTestCase).
| 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. |
| Fields inherited from class j2eeunit.server.ServletImplicitObjects |
m_Config, m_Request, m_Response, m_Session |
| Constructor Summary | |
JspImplicitObjects()
|
|
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
public javax.servlet.jsp.PageContext m_PageContext
pageContext implicit object that is
available in JSP pages.public javax.servlet.jsp.JspWriter m_JspWriter
out implicit object that is
available in JSP pages.| Constructor Detail |
public JspImplicitObjects()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||