com.liferay.portlet
Class PortletRequestDispatcherImpl
java.lang.Object
com.liferay.portlet.PortletRequestDispatcherImpl
- All Implemented Interfaces:
- PortletRequestDispatcher
public class PortletRequestDispatcherImpl
- extends Object
- implements PortletRequestDispatcher
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PortletRequestDispatcherImpl
public PortletRequestDispatcherImpl(javax.servlet.RequestDispatcher requestDispatcher,
boolean named,
PortletContextImpl portletContextImpl)
PortletRequestDispatcherImpl
public PortletRequestDispatcherImpl(javax.servlet.RequestDispatcher requestDispatcher,
boolean named,
PortletContextImpl portletContextImpl,
String path)
forward
public void forward(PortletRequest portletRequest,
PortletResponse portletResponse)
throws IllegalStateException,
IOException,
PortletException
- Specified by:
forward
in interface PortletRequestDispatcher
- Throws:
IllegalStateException
IOException
PortletException
include
public void include(PortletRequest portletRequest,
PortletResponse portletResponse)
throws IOException,
PortletException
- Specified by:
include
in interface PortletRequestDispatcher
- Throws:
IOException
PortletException
include
public void include(PortletRequest portletRequest,
PortletResponse portletResponse,
boolean strutsURLEncoder)
throws IOException,
PortletException
- Throws:
IOException
PortletException
include
public void include(RenderRequest renderRequest,
RenderResponse renderResponse)
throws IOException,
PortletException
- Specified by:
include
in interface PortletRequestDispatcher
- Throws:
IOException
PortletException
dispatch
protected void dispatch(PortletRequest portletRequest,
PortletResponse portletResponse,
boolean strutsURLEncoder,
boolean include)
throws IOException,
javax.servlet.ServletException
- Throws:
IOException
javax.servlet.ServletException