com.liferay.portlet
Class PortletRequestDispatcherImpl
java.lang.Object
com.liferay.portlet.PortletRequestDispatcherImpl
- All Implemented Interfaces:
- javax.portlet.PortletRequestDispatcher
- public class PortletRequestDispatcherImpl
- extends java.lang.Object
- implements javax.portlet.PortletRequestDispatcher
View Source
- Author:
- Brian Wing Shun Chan, Brian Myunghun Kim
Method Summary |
void |
include(javax.portlet.RenderRequest req,
javax.portlet.RenderResponse res)
|
void |
include(javax.portlet.RenderRequest req,
javax.portlet.RenderResponse res,
boolean strutsURLEncoder)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PortletRequestDispatcherImpl
public PortletRequestDispatcherImpl(javax.servlet.RequestDispatcher rd,
PortletContextImpl portletCtxImpl)
PortletRequestDispatcherImpl
public PortletRequestDispatcherImpl(javax.servlet.RequestDispatcher rd,
PortletContextImpl portletCtxImpl,
java.lang.String path)
include
public void include(javax.portlet.RenderRequest req,
javax.portlet.RenderResponse res)
throws java.io.IOException,
javax.portlet.PortletException
- Specified by:
include
in interface javax.portlet.PortletRequestDispatcher
- Throws:
java.io.IOException
javax.portlet.PortletException
include
public void include(javax.portlet.RenderRequest req,
javax.portlet.RenderResponse res,
boolean strutsURLEncoder)
throws java.io.IOException,
javax.portlet.PortletException
- Throws:
java.io.IOException
javax.portlet.PortletException