java.lang.Object
org.enhydra.httpServerTest.server.application.presentation.RequestDispatchForwardTest
- All Implemented Interfaces:
- com.lutris.appserver.server.httpPresentation.HttpPresentation
- public class RequestDispatchForwardTest
- extends java.lang.Object
- implements com.lutris.appserver.server.httpPresentation.HttpPresentation
This class is the generic server side test presentation object that client
side test threads talk to. The purpose of this presentation object is to
test the RequestDispatcher. All this class does is to forward all requests
to the BasicTest.po. In doing so, the client will verify that no request
information was lost.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
REDIRECT_TO_FILE
public static final java.lang.String REDIRECT_TO_FILE
- See Also:
- Constant Field Values
RequestDispatchForwardTest
public RequestDispatchForwardTest()
run
public void run(com.lutris.appserver.server.httpPresentation.HttpPresentationComms comms)
throws com.lutris.appserver.server.httpPresentation.HttpPresentationException
- The run method for this presentation object. This method grabs a
reference to the RequestDispatcher and forwards the current request onto
BasicTest.po.
- Specified by:
run in interface com.lutris.appserver.server.httpPresentation.HttpPresentation