com.liferay.faces.bridge
Class BridgePhaseFactoryImpl

java.lang.Object
  extended by com.liferay.faces.bridge.BridgePhaseFactory
      extended by com.liferay.faces.bridge.BridgePhaseFactoryImpl
All Implemented Interfaces:
FactoryWrapper<BridgePhaseFactory>, javax.faces.FacesWrapper<BridgePhaseFactory>

public class BridgePhaseFactoryImpl
extends BridgePhaseFactory

Author:
Neil Griffin

Constructor Summary
BridgePhaseFactoryImpl()
           
 
Method Summary
 BridgePhase getBridgeActionPhase(javax.portlet.ActionRequest actionRequest, javax.portlet.ActionResponse actionResponse, javax.portlet.PortletConfig portletConfig)
           
 BridgePhase getBridgeEventPhase(javax.portlet.EventRequest eventRequest, javax.portlet.EventResponse eventResponse, javax.portlet.PortletConfig portletConfig)
           
 BridgePhase getBridgeRenderPhase(javax.portlet.RenderRequest renderRequest, javax.portlet.RenderResponse renderResponse, javax.portlet.PortletConfig portletConfig)
           
 BridgePhase getBridgeResourcePhase(javax.portlet.ResourceRequest resourceRequest, javax.portlet.ResourceResponse resourceResponse, javax.portlet.PortletConfig portletConfig)
           
 BridgePhaseFactory getWrapped()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BridgePhaseFactoryImpl

public BridgePhaseFactoryImpl()
Method Detail

getBridgeActionPhase

public BridgePhase getBridgeActionPhase(javax.portlet.ActionRequest actionRequest,
                                        javax.portlet.ActionResponse actionResponse,
                                        javax.portlet.PortletConfig portletConfig)
                                 throws javax.faces.FacesException
Specified by:
getBridgeActionPhase in class BridgePhaseFactory
Throws:
javax.faces.FacesException

getBridgeEventPhase

public BridgePhase getBridgeEventPhase(javax.portlet.EventRequest eventRequest,
                                       javax.portlet.EventResponse eventResponse,
                                       javax.portlet.PortletConfig portletConfig)
                                throws javax.faces.FacesException
Specified by:
getBridgeEventPhase in class BridgePhaseFactory
Throws:
javax.faces.FacesException

getBridgeRenderPhase

public BridgePhase getBridgeRenderPhase(javax.portlet.RenderRequest renderRequest,
                                        javax.portlet.RenderResponse renderResponse,
                                        javax.portlet.PortletConfig portletConfig)
                                 throws javax.faces.FacesException
Specified by:
getBridgeRenderPhase in class BridgePhaseFactory
Throws:
javax.faces.FacesException

getBridgeResourcePhase

public BridgePhase getBridgeResourcePhase(javax.portlet.ResourceRequest resourceRequest,
                                          javax.portlet.ResourceResponse resourceResponse,
                                          javax.portlet.PortletConfig portletConfig)
                                   throws javax.faces.FacesException
Specified by:
getBridgeResourcePhase in class BridgePhaseFactory
Throws:
javax.faces.FacesException

getWrapped

public BridgePhaseFactory getWrapped()


Copyright © 2014 Liferay, Inc.. All Rights Reserved.