Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.enhydra.httpServerTest.server.application.presentation
Class RequestDispatchForwardTest  view RequestDispatchForwardTest download RequestDispatchForwardTest.java

java.lang.Object
  extended byorg.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.


Field Summary
static java.lang.String REDIRECT_TO_FILE
           
 
Constructor Summary
RequestDispatchForwardTest()
           
 
Method Summary
 void run(com.lutris.appserver.server.httpPresentation.HttpPresentationComms comms)
          The run method for this presentation object.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

REDIRECT_TO_FILE

public static final java.lang.String REDIRECT_TO_FILE
See Also:
Constant Field Values
Constructor Detail

RequestDispatchForwardTest

public RequestDispatchForwardTest()
Method Detail

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