com.liferay.faces.bridge.internal
Class BridgePhaseFactoryImpl
java.lang.Object
com.liferay.faces.bridge.BridgePhaseFactory
com.liferay.faces.bridge.internal.BridgePhaseFactoryImpl
- All Implemented Interfaces:
- javax.faces.FacesWrapper<BridgePhaseFactory>
public class BridgePhaseFactoryImpl
- extends BridgePhaseFactory
- Author:
- Neil Griffin
|
Method Summary |
BridgePhase |
getBridgeActionPhase(javax.portlet.ActionRequest actionRequest,
javax.portlet.ActionResponse actionResponse,
javax.portlet.PortletConfig portletConfig,
BridgeConfig bridgeConfig)
|
BridgePhase |
getBridgeEventPhase(javax.portlet.EventRequest eventRequest,
javax.portlet.EventResponse eventResponse,
javax.portlet.PortletConfig portletConfig,
BridgeConfig bridgeConfig)
|
BridgePhase |
getBridgeRenderPhase(javax.portlet.RenderRequest renderRequest,
javax.portlet.RenderResponse renderResponse,
javax.portlet.PortletConfig portletConfig,
BridgeConfig bridgeConfig)
|
BridgePhase |
getBridgeResourcePhase(javax.portlet.ResourceRequest resourceRequest,
javax.portlet.ResourceResponse resourceResponse,
javax.portlet.PortletConfig portletConfig,
BridgeConfig bridgeConfig)
|
BridgePhaseFactory |
getWrapped()
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BridgePhaseFactoryImpl
public BridgePhaseFactoryImpl()
getBridgeActionPhase
public BridgePhase getBridgeActionPhase(javax.portlet.ActionRequest actionRequest,
javax.portlet.ActionResponse actionResponse,
javax.portlet.PortletConfig portletConfig,
BridgeConfig bridgeConfig)
- Specified by:
getBridgeActionPhase in class BridgePhaseFactory
getBridgeEventPhase
public BridgePhase getBridgeEventPhase(javax.portlet.EventRequest eventRequest,
javax.portlet.EventResponse eventResponse,
javax.portlet.PortletConfig portletConfig,
BridgeConfig bridgeConfig)
- Specified by:
getBridgeEventPhase in class BridgePhaseFactory
getBridgeRenderPhase
public BridgePhase getBridgeRenderPhase(javax.portlet.RenderRequest renderRequest,
javax.portlet.RenderResponse renderResponse,
javax.portlet.PortletConfig portletConfig,
BridgeConfig bridgeConfig)
- Specified by:
getBridgeRenderPhase in class BridgePhaseFactory
getBridgeResourcePhase
public BridgePhase getBridgeResourcePhase(javax.portlet.ResourceRequest resourceRequest,
javax.portlet.ResourceResponse resourceResponse,
javax.portlet.PortletConfig portletConfig,
BridgeConfig bridgeConfig)
- Specified by:
getBridgeResourcePhase in class BridgePhaseFactory
getWrapped
public BridgePhaseFactory getWrapped()
Copyright © 2015 Liferay, Inc.. All rights reserved.