com.liferay.faces.bridge.filter.internal
Class PortletRequestDispatcherBridgeLiferayImpl

java.lang.Object
  extended by com.liferay.faces.bridge.filter.internal.PortletRequestDispatcherWrapper
      extended by com.liferay.faces.bridge.filter.internal.PortletRequestDispatcherBridgeLiferayImpl
All Implemented Interfaces:
javax.faces.FacesWrapper<javax.portlet.PortletRequestDispatcher>, javax.portlet.PortletRequestDispatcher

public class PortletRequestDispatcherBridgeLiferayImpl
extends PortletRequestDispatcherWrapper

Author:
Neil Griffin

Constructor Summary
PortletRequestDispatcherBridgeLiferayImpl(javax.portlet.PortletRequestDispatcher portletRequestDispatcher)
           
 
Method Summary
 void forward(javax.portlet.PortletRequest portletRequest, javax.portlet.PortletResponse portletResponse)
           
protected  javax.portlet.PortletRequest getLiferayPortletRequest(javax.portlet.PortletRequest portletRequest)
           
 javax.portlet.PortletRequestDispatcher getWrapped()
           
 void include(javax.portlet.PortletRequest portletRequest, javax.portlet.PortletResponse portletResponse)
           
 
Methods inherited from class com.liferay.faces.bridge.filter.internal.PortletRequestDispatcherWrapper
include
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PortletRequestDispatcherBridgeLiferayImpl

public PortletRequestDispatcherBridgeLiferayImpl(javax.portlet.PortletRequestDispatcher portletRequestDispatcher)
Method Detail

forward

public void forward(javax.portlet.PortletRequest portletRequest,
                    javax.portlet.PortletResponse portletResponse)
             throws javax.portlet.PortletException,
                    IOException
Specified by:
forward in interface javax.portlet.PortletRequestDispatcher
Overrides:
forward in class PortletRequestDispatcherWrapper
Throws:
javax.portlet.PortletException
IOException

include

public void include(javax.portlet.PortletRequest portletRequest,
                    javax.portlet.PortletResponse portletResponse)
             throws javax.portlet.PortletException,
                    IOException
Specified by:
include in interface javax.portlet.PortletRequestDispatcher
Overrides:
include in class PortletRequestDispatcherWrapper
Throws:
javax.portlet.PortletException
IOException

getLiferayPortletRequest

protected javax.portlet.PortletRequest getLiferayPortletRequest(javax.portlet.PortletRequest portletRequest)

getWrapped

public javax.portlet.PortletRequestDispatcher getWrapped()
Specified by:
getWrapped in interface javax.faces.FacesWrapper<javax.portlet.PortletRequestDispatcher>
Specified by:
getWrapped in class PortletRequestDispatcherWrapper


Copyright © 2015 Liferay, Inc.. All rights reserved.