|
||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of ImplicitObjects in org.apache.cactus.server |
Subinterfaces of ImplicitObjects in org.apache.cactus.server | |
static interface |
WebImplicitObjects
Interface for implicit objects that exist for all web requests ( HttpServletRequest ,
HttpServletResponse and ServletContext ). |
Classes in org.apache.cactus.server that implement ImplicitObjects | |
class |
AbstractWebImplicitObjects
Holder class that contains the instances of the implicit objects that exist for all web requests. |
class |
JspImplicitObjects
Holder class that contains the instances of the implicit objects that will be accessible in the test classes (i.e. |
class |
ServletImplicitObjects
Holder class that contains the instances of the implicit objects that will be accessible in the test classes (i.e. |
Methods in org.apache.cactus.server with parameters of type ImplicitObjects | |
void |
AbstractWebTestController.handleRequest(ImplicitObjects theObjects)
|
abstract void |
TestController.handleRequest(ImplicitObjects theObjects)
|
|
||||||||
PREV NEXT | FRAMES NO FRAMES |