public class MockPortletRequestDispatcher extends Object implements PortletRequestDispatcher
PortletRequestDispatcherImpl| Constructor and Description |
|---|
MockPortletRequestDispatcher() |
| Modifier and Type | Method and Description |
|---|---|
void |
forward(PortletRequest portletRequest,
PortletResponse portletResponse) |
void |
include(PortletRequest portletRequest,
PortletResponse portletResponse) |
void |
include(RenderRequest renderRequest,
RenderResponse renderResponse) |
public void forward(PortletRequest portletRequest, PortletResponse portletResponse) throws IOException, PortletException
forward in interface PortletRequestDispatcherIOExceptionPortletExceptionpublic void include(PortletRequest portletRequest, PortletResponse portletResponse) throws IOException, PortletException
include in interface PortletRequestDispatcherIOExceptionPortletExceptionpublic void include(RenderRequest renderRequest, RenderResponse renderResponse) throws IOException, PortletException
include in interface PortletRequestDispatcherIOExceptionPortletException