com.liferay.faces.bridge
Class BridgePhaseFactory
java.lang.Object
com.liferay.faces.bridge.BridgePhaseFactory
- All Implemented Interfaces:
- javax.faces.FacesWrapper<BridgePhaseFactory>
public abstract class BridgePhaseFactory
- extends Object
- implements javax.faces.FacesWrapper<BridgePhaseFactory>
This abstract class provides a contract for defining a factory that knows how to create instances of type BridgePhase. It is inspired by the factory pattern found in the JSF API like FacesContextFactory and ExternalContextFactory. By implementing the
FacesWrapper interface, the class provides implementations with the opportunity to wrap another
factory (participate in a chain-of-responsibility pattern). If an implementation wraps a factory, then it should
provide a one-arg constructor so that the wrappable factory can be passed at initialization time.
- Author:
- Neil Griffin
|
Method Summary |
abstract BridgePhase |
getBridgeActionPhase(javax.portlet.ActionRequest actionRequest,
javax.portlet.ActionResponse actionResponse,
javax.portlet.PortletConfig portletConfig,
BridgeConfig bridgeConfig)
|
abstract BridgePhase |
getBridgeEventPhase(javax.portlet.EventRequest eventRequest,
javax.portlet.EventResponse eventResponse,
javax.portlet.PortletConfig portletConfig,
BridgeConfig bridgeConfig)
|
abstract BridgePhase |
getBridgeRenderPhase(javax.portlet.RenderRequest renderRequest,
javax.portlet.RenderResponse renderResponse,
javax.portlet.PortletConfig portletConfig,
BridgeConfig bridgeConfig)
|
abstract BridgePhase |
getBridgeResourcePhase(javax.portlet.ResourceRequest resourceRequest,
javax.portlet.ResourceResponse resourceResponse,
javax.portlet.PortletConfig portletConfig,
BridgeConfig bridgeConfig)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface javax.faces.FacesWrapper |
getWrapped |
BridgePhaseFactory
public BridgePhaseFactory()
getBridgeActionPhase
public abstract BridgePhase getBridgeActionPhase(javax.portlet.ActionRequest actionRequest,
javax.portlet.ActionResponse actionResponse,
javax.portlet.PortletConfig portletConfig,
BridgeConfig bridgeConfig)
getBridgeEventPhase
public abstract BridgePhase getBridgeEventPhase(javax.portlet.EventRequest eventRequest,
javax.portlet.EventResponse eventResponse,
javax.portlet.PortletConfig portletConfig,
BridgeConfig bridgeConfig)
getBridgeRenderPhase
public abstract BridgePhase getBridgeRenderPhase(javax.portlet.RenderRequest renderRequest,
javax.portlet.RenderResponse renderResponse,
javax.portlet.PortletConfig portletConfig,
BridgeConfig bridgeConfig)
getBridgeResourcePhase
public abstract BridgePhase getBridgeResourcePhase(javax.portlet.ResourceRequest resourceRequest,
javax.portlet.ResourceResponse resourceResponse,
javax.portlet.PortletConfig portletConfig,
BridgeConfig bridgeConfig)
Copyright © 2015 Liferay, Inc.. All rights reserved.