public class PortletRequestDispatcherImpl extends Object implements javax.portlet.PortletRequestDispatcher
| Modifier and Type | Method and Description |
|---|---|
void |
forward(javax.portlet.PortletRequest req,
javax.portlet.PortletResponse resp) |
void |
include(javax.portlet.PortletRequest req,
javax.portlet.PortletResponse resp) |
void |
include(javax.portlet.RenderRequest req,
javax.portlet.RenderResponse resp) |
public void include(javax.portlet.RenderRequest req,
javax.portlet.RenderResponse resp)
throws javax.portlet.PortletException,
IOException
include in interface javax.portlet.PortletRequestDispatcherjavax.portlet.PortletExceptionIOExceptionpublic void include(javax.portlet.PortletRequest req,
javax.portlet.PortletResponse resp)
throws javax.portlet.PortletException,
IOException
include in interface javax.portlet.PortletRequestDispatcherjavax.portlet.PortletExceptionIOExceptionpublic void forward(javax.portlet.PortletRequest req,
javax.portlet.PortletResponse resp)
throws javax.portlet.PortletException,
IOException,
IllegalStateException
forward in interface javax.portlet.PortletRequestDispatcherjavax.portlet.PortletExceptionIOExceptionIllegalStateExceptionCopyright © 2003-2016 GateIn. All Rights Reserved.