com.liferay.faces.bridge.filter.internal
Class PortletRequestDispatcherWrapper
java.lang.Object
com.liferay.faces.bridge.filter.internal.PortletRequestDispatcherWrapper
- All Implemented Interfaces:
- javax.faces.FacesWrapper<javax.portlet.PortletRequestDispatcher>, javax.portlet.PortletRequestDispatcher
- Direct Known Subclasses:
- PortletRequestDispatcherBridgeLiferayImpl
public abstract class PortletRequestDispatcherWrapper
- extends Object
- implements javax.portlet.PortletRequestDispatcher, javax.faces.FacesWrapper<javax.portlet.PortletRequestDispatcher>
- Author:
- Neil Griffin
|
Method Summary |
void |
forward(javax.portlet.PortletRequest request,
javax.portlet.PortletResponse response)
|
abstract javax.portlet.PortletRequestDispatcher |
getWrapped()
|
void |
include(javax.portlet.PortletRequest request,
javax.portlet.PortletResponse response)
|
void |
include(javax.portlet.RenderRequest request,
javax.portlet.RenderResponse response)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PortletRequestDispatcherWrapper
public PortletRequestDispatcherWrapper()
forward
public void forward(javax.portlet.PortletRequest request,
javax.portlet.PortletResponse response)
throws javax.portlet.PortletException,
IOException
- Specified by:
forward in interface javax.portlet.PortletRequestDispatcher
- Throws:
javax.portlet.PortletException
IOException
include
public void include(javax.portlet.RenderRequest request,
javax.portlet.RenderResponse response)
throws javax.portlet.PortletException,
IOException
- Specified by:
include in interface javax.portlet.PortletRequestDispatcher
- Throws:
javax.portlet.PortletException
IOException
include
public void include(javax.portlet.PortletRequest request,
javax.portlet.PortletResponse response)
throws javax.portlet.PortletException,
IOException
- Specified by:
include in interface javax.portlet.PortletRequestDispatcher
- Throws:
javax.portlet.PortletException
IOException
getWrapped
public abstract javax.portlet.PortletRequestDispatcher getWrapped()
- Specified by:
getWrapped in interface javax.faces.FacesWrapper<javax.portlet.PortletRequestDispatcher>
Copyright © 2015 Liferay, Inc.. All rights reserved.