public static class EntityHttpServletRequest.EntityRequestDispatcher extends Object implements RequestDispatcher
| Constructor and Description |
|---|
EntityHttpServletRequest.EntityRequestDispatcher(String url)
Create a new EntityRequestDispatcher
|
| Modifier and Type | Method and Description |
|---|---|
void |
forward(ServletRequest request,
ServletResponse response) |
protected EntityHttpServletResponse |
getEntityHttpServletResponse(ServletResponse response) |
void |
include(ServletRequest request,
ServletResponse response) |
public EntityHttpServletRequest.EntityRequestDispatcher(String url)
url - the URL to dispatch topublic void forward(ServletRequest request, ServletResponse response)
forward in interface RequestDispatcherpublic void include(ServletRequest request, ServletResponse response)
include in interface RequestDispatcherprotected EntityHttpServletResponse getEntityHttpServletResponse(ServletResponse response)
Copyright © 2007-2014 CARET, University of Cambridge. All Rights Reserved.