public class PortletRequestDispatcherImpl extends Object implements com.liferay.portal.kernel.portlet.LiferayPortletRequestDispatcher
Constructor and Description |
---|
PortletRequestDispatcherImpl(javax.servlet.RequestDispatcher requestDispatcher,
boolean named,
PortletContext portletContext) |
PortletRequestDispatcherImpl(javax.servlet.RequestDispatcher requestDispatcher,
boolean named,
PortletContext portletContext,
String path) |
Modifier and Type | Method and Description |
---|---|
protected void |
checkCalledFlushBuffer(boolean include,
PortletResponse portletResponse) |
protected javax.servlet.http.HttpServletRequest |
createDynamicServletRequest(javax.servlet.http.HttpServletRequest httpServletRequest,
PortletRequestImpl portletRequestImpl,
Map<String,String[]> parameterMap) |
protected void |
dispatch(PortletRequest portletRequest,
PortletResponse portletResponse,
boolean strutsURLEncoder,
boolean include) |
void |
forward(PortletRequest portletRequest,
PortletResponse portletResponse) |
void |
include(PortletRequest portletRequest,
PortletResponse portletResponse) |
void |
include(PortletRequest portletRequest,
PortletResponse portletResponse,
boolean strutsURLEncoder) |
void |
include(RenderRequest renderRequest,
RenderResponse renderResponse) |
protected Map<String,String[]> |
toParameterMap(String queryString) |
public PortletRequestDispatcherImpl(javax.servlet.RequestDispatcher requestDispatcher, boolean named, PortletContext portletContext)
public PortletRequestDispatcherImpl(javax.servlet.RequestDispatcher requestDispatcher, boolean named, PortletContext portletContext, String path)
public void forward(PortletRequest portletRequest, PortletResponse portletResponse) throws IllegalStateException, IOException, PortletException
forward
in interface PortletRequestDispatcher
IllegalStateException
IOException
PortletException
public void include(PortletRequest portletRequest, PortletResponse portletResponse) throws IOException, PortletException
include
in interface PortletRequestDispatcher
IOException
PortletException
public void include(PortletRequest portletRequest, PortletResponse portletResponse, boolean strutsURLEncoder) throws IOException, PortletException
include
in interface com.liferay.portal.kernel.portlet.LiferayPortletRequestDispatcher
IOException
PortletException
public void include(RenderRequest renderRequest, RenderResponse renderResponse) throws IOException, PortletException
include
in interface PortletRequestDispatcher
IOException
PortletException
protected void checkCalledFlushBuffer(boolean include, PortletResponse portletResponse)
protected javax.servlet.http.HttpServletRequest createDynamicServletRequest(javax.servlet.http.HttpServletRequest httpServletRequest, PortletRequestImpl portletRequestImpl, Map<String,String[]> parameterMap)
protected void dispatch(PortletRequest portletRequest, PortletResponse portletResponse, boolean strutsURLEncoder, boolean include) throws IOException, PortletException
IOException
PortletException