Package org.springframework.mock.web
Class MockRequestDispatcher
java.lang.Object
org.springframework.mock.web.MockRequestDispatcher
- All Implemented Interfaces:
- RequestDispatcher
Mock implementation of the 
RequestDispatcher interface.- Since:
- 1.0.2
- Author:
- Rod Johnson, Juergen Hoeller, Sam Brannen
- See Also:
- 
Field SummaryFields inherited from interface jakarta.servlet.RequestDispatcherERROR_EXCEPTION, ERROR_EXCEPTION_TYPE, ERROR_MESSAGE, ERROR_REQUEST_URI, ERROR_SERVLET_NAME, ERROR_STATUS_CODE, FORWARD_CONTEXT_PATH, FORWARD_MAPPING, FORWARD_PATH_INFO, FORWARD_QUERY_STRING, FORWARD_REQUEST_URI, FORWARD_SERVLET_PATH, INCLUDE_CONTEXT_PATH, INCLUDE_MAPPING, INCLUDE_PATH_INFO, INCLUDE_QUERY_STRING, INCLUDE_REQUEST_URI, INCLUDE_SERVLET_PATH
- 
Constructor SummaryConstructorsConstructorDescriptionMockRequestDispatcher(String resource) Create a new MockRequestDispatcher for the given resource.
- 
Method SummaryModifier and TypeMethodDescriptionvoidforward(ServletRequest request, ServletResponse response) protected MockHttpServletResponsegetMockHttpServletResponse(ServletResponse response) Obtain the underlyingMockHttpServletResponse, unwrappingHttpServletResponseWrapperdecorators if necessary.voidinclude(ServletRequest request, ServletResponse response) 
- 
Constructor Details- 
MockRequestDispatcherCreate a new MockRequestDispatcher for the given resource.- Parameters:
- resource- the server resource to dispatch to, located at a particular path or given by a particular name
 
 
- 
- 
Method Details- 
forward- Specified by:
- forwardin interface- RequestDispatcher
 
- 
include- Specified by:
- includein interface- RequestDispatcher
 
- 
getMockHttpServletResponseObtain the underlyingMockHttpServletResponse, unwrappingHttpServletResponseWrapperdecorators if necessary.
 
-