|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | POINTCUT | FIELD | CONSTRUCTOR | METHOD | DETAIL: FIELD | POINTCUT | CONSTRUCTOR | METHOD |
java.lang.Object | +--org.apache.cactus.server.AbstractWebImplicitObjects | +--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()
Holder class that contains the instances of the implicit objects that will be accessible in the test classes (i.e. |
Method Summary | |
ServletConfig |
getServletConfig()
|
void |
setServletConfig(ServletConfig theConfig)
Affected by: LogAspect |
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 |
public ServletImplicitObjects()
ServletTestCase
).
Method Detail |
public ServletConfig getServletConfig()
ServletConfig
implicit object
public void setServletConfig(ServletConfig theConfig)
theConfig
- the ServletConfig
implicit object
around() in LogAspect
.
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTRUCTOR | METHOD | DETAIL: FIELD | CONSTRUCTOR | METHOD |