Class EntityHttpServletRequest.EntityRequestDispatcher
- java.lang.Object
-
- org.sakaiproject.entitybroker.util.http.EntityHttpServletRequest.EntityRequestDispatcher
-
- All Implemented Interfaces:
RequestDispatcher
- Enclosing class:
- EntityHttpServletRequest
public static class EntityHttpServletRequest.EntityRequestDispatcher extends Object implements RequestDispatcher
A non-functional request dispatcher, based on the spring mock version
-
-
Constructor Summary
Constructors Constructor Description EntityRequestDispatcher(String url)Create a new EntityRequestDispatcher
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidforward(ServletRequest request, ServletResponse response)protected EntityHttpServletResponsegetEntityHttpServletResponse(ServletResponse response)voidinclude(ServletRequest request, ServletResponse response)
-
-
-
Constructor Detail
-
EntityRequestDispatcher
public EntityRequestDispatcher(String url)
Create a new EntityRequestDispatcher- Parameters:
url- the URL to dispatch to
-
-
Method Detail
-
forward
public void forward(ServletRequest request, ServletResponse response)
- Specified by:
forwardin interfaceRequestDispatcher
-
include
public void include(ServletRequest request, ServletResponse response)
- Specified by:
includein interfaceRequestDispatcher
-
getEntityHttpServletResponse
protected EntityHttpServletResponse getEntityHttpServletResponse(ServletResponse response)
-
-