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 PortletRequestDispatcher
IOException
PortletException
public void include(PortletRequest portletRequest, PortletResponse portletResponse) throws IOException, PortletException
include
in interface PortletRequestDispatcher
IOException
PortletException
public void include(RenderRequest renderRequest, RenderResponse renderResponse) throws IOException, PortletException
include
in interface PortletRequestDispatcher
IOException
PortletException