Package com.liferay.portlet.test
Class MockPortletRequestDispatcher
Object
com.liferay.portlet.test.MockPortletRequestDispatcher
- All Implemented Interfaces:
PortletRequestDispatcher
- Author:
- David Arques
- See Also:
-
PortletRequestDispatcherImpl
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidforward(PortletRequest portletRequest, PortletResponse portletResponse) voidinclude(PortletRequest portletRequest, PortletResponse portletResponse) voidinclude(RenderRequest renderRequest, RenderResponse renderResponse)
-
Constructor Details
-
MockPortletRequestDispatcher
public MockPortletRequestDispatcher()
-
-
Method Details
-
forward
public void forward(PortletRequest portletRequest, PortletResponse portletResponse) throws IOException, PortletException - Specified by:
forwardin interfacePortletRequestDispatcher- Throws:
IOExceptionPortletException
-
include
public void include(PortletRequest portletRequest, PortletResponse portletResponse) throws IOException, PortletException - Specified by:
includein interfacePortletRequestDispatcher- Throws:
IOExceptionPortletException
-
include
public void include(RenderRequest renderRequest, RenderResponse renderResponse) throws IOException, PortletException - Specified by:
includein interfacePortletRequestDispatcher- Throws:
IOExceptionPortletException
-