|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.apache.cactus.server.WebImplicitObjects | +--org.apache.cactus.server.ServletImplicitObjects
Holder class that contains the instances of the implicit objects that will
be accessible in the test classes (i.e. subclasses of
ServletTestCase
).
Constructor Summary | |
ServletImplicitObjects()
|
Method Summary | |
javax.servlet.ServletConfig |
getServletConfig()
|
void |
setServletConfig(javax.servlet.ServletConfig theConfig)
|
Methods inherited from class org.apache.cactus.server.WebImplicitObjects |
getHttpServletRequest, getHttpServletResponse, getServletContext, setHttpServletRequest, setHttpServletResponse, setServletContext |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public ServletImplicitObjects()
Method Detail |
public javax.servlet.ServletConfig getServletConfig()
ServletConfig
implicit objectpublic void setServletConfig(javax.servlet.ServletConfig theConfig)
theConfig
- the ServletConfig
implicit object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |