org.apache.jetspeed.mocks
Class ResourceLocatingRequestDispatcher
java.lang.Object
com.mockrunner.mock.web.MockRequestDispatcher
org.apache.jetspeed.mocks.ResourceLocatingRequestDispatcher
- All Implemented Interfaces:
- javax.servlet.RequestDispatcher
public class ResourceLocatingRequestDispatcher
- extends com.mockrunner.mock.web.MockRequestDispatcher
Method Summary |
void |
include(javax.servlet.ServletRequest request,
javax.servlet.ServletResponse response)
|
Methods inherited from class com.mockrunner.mock.web.MockRequestDispatcher |
forward, getForwardedRequest, getForwardedResponse, getIncludedRequest, getIncludedResponse, getPath, setPath |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
servlet
protected javax.servlet.Servlet servlet
path
protected String path
info
protected String info
ResourceLocatingRequestDispatcher
public ResourceLocatingRequestDispatcher(javax.servlet.Servlet servlet,
String path,
String info)
include
public void include(javax.servlet.ServletRequest request,
javax.servlet.ServletResponse response)
throws javax.servlet.ServletException,
IOException
- Specified by:
include
in interface javax.servlet.RequestDispatcher
- Overrides:
include
in class com.mockrunner.mock.web.MockRequestDispatcher
- Throws:
javax.servlet.ServletException
IOException
Copyright © 1999-2007 Apache Software Foundation. All Rights Reserved.