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 PortletRequestDispatcherIllegalStateExceptionIOExceptionPortletExceptionpublic void include(PortletRequest portletRequest, PortletResponse portletResponse) throws IOException, PortletException
include in interface PortletRequestDispatcherIOExceptionPortletExceptionpublic void include(PortletRequest portletRequest, PortletResponse portletResponse, boolean strutsURLEncoder) throws IOException, PortletException
include in interface com.liferay.portal.kernel.portlet.LiferayPortletRequestDispatcherIOExceptionPortletExceptionpublic void include(RenderRequest renderRequest, RenderResponse renderResponse) throws IOException, PortletException
include in interface PortletRequestDispatcherIOExceptionPortletExceptionprotected 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
IOExceptionPortletException