Class PortletRequestDispatcherImpl
java.lang.Object
org.gatein.pc.portlet.impl.jsr168.api.PortletRequestDispatcherImpl
- All Implemented Interfaces:
javax.portlet.PortletRequestDispatcher
public class PortletRequestDispatcherImpl
extends Object
implements javax.portlet.PortletRequestDispatcher
-
Method Summary
-
Method Details
-
include
public void include(javax.portlet.RenderRequest req, javax.portlet.RenderResponse resp) throws javax.portlet.PortletException, IOException - Specified by:
includein interfacejavax.portlet.PortletRequestDispatcher- Throws:
javax.portlet.PortletExceptionIOException
-
include
public void include(javax.portlet.PortletRequest req, javax.portlet.PortletResponse resp) throws javax.portlet.PortletException, IOException - Specified by:
includein interfacejavax.portlet.PortletRequestDispatcher- Throws:
javax.portlet.PortletExceptionIOException
-
forward
public void forward(javax.portlet.PortletRequest req, javax.portlet.PortletResponse resp) throws javax.portlet.PortletException, IOException, IllegalStateException - Specified by:
forwardin interfacejavax.portlet.PortletRequestDispatcher- Throws:
javax.portlet.PortletExceptionIOExceptionIllegalStateException
-