public void beginGetRequestDispatcherFromRequest2(WebRequest theRequest)(Code)
Verify that request.getRequestDispatcher() works properly with a
relative path.
Parameters: theRequest - the request object that serves to initialize theHTTP connection to the server redirector.
Verify that getNamedDispatcher() can be used to get a dispatcher.
Parameters: theResponse - the response from the server side. exception: IOException - on test failure
Verify that request.getRequestDispatcher() works properly with an
absolute path
Parameters: theResponse - the response from the server side. exception: IOException - on test failure
Verify that request.getRequestDispatcher() works properly with a
relative path.
Parameters: theResponse - the response from the server side. exception: IOException - on test failure
Verify that getNamedDispatcher() returns null when passed an invalid
name.
exception: IOException - on test failure exception: ServletException - on test failure
Verify that getNamedDispatcher() can be used to get a dispatcher.
exception: IOException - on test failure exception: ServletException - on test failure
Verify that request.getRequestDispatcher() works properly with an
absolute path
exception: IOException - on test failure exception: ServletException - on test failure
Verify that request.getRequestDispatcher() works properly with a
relative path.
exception: IOException - on test failure exception: ServletException - on test failure
Fields inherited from org.apache.cactus.ServletTestCase