|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ImplicitObjects | |
org.apache.cactus.internal.server | Contains the classes implementing the server side of Cactus. |
org.apache.cactus.spi.server |
Uses of ImplicitObjects in org.apache.cactus.internal.server |
Subinterfaces of ImplicitObjects in org.apache.cactus.internal.server | |
interface |
WebImplicitObjects
Interface for implicit objects that exist for all web requests ( HttpServletRequest ,
HttpServletResponse and ServletContext ). |
Classes in org.apache.cactus.internal.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 (ie subclasses of JspTestCase ). |
class |
ServletImplicitObjects
Holder class that contains the instances of the implicit objects that will be accessible in the test classes (ie subclasses of ServletTestCase ). |
Methods in org.apache.cactus.internal.server with parameters of type ImplicitObjects | |
void |
AbstractWebTestController.handleRequest(ImplicitObjects theObjects)
Handles the incoming request by extracting the requested service and calling the correct method on a WebTestCaller . |
Uses of ImplicitObjects in org.apache.cactus.spi.server |
Methods in org.apache.cactus.spi.server with parameters of type ImplicitObjects | |
void |
TestController.handleRequest(ImplicitObjects theObjects)
Handles the incoming request by extracting the requested service and calling the correct test method. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |