com.liferay.faces.bridge
Class BridgeEventHandlerFactory

java.lang.Object
  extended by com.liferay.faces.bridge.BridgeEventHandlerFactory
All Implemented Interfaces:
javax.faces.FacesWrapper<BridgeEventHandlerFactory>

public abstract class BridgeEventHandlerFactory
extends Object
implements javax.faces.FacesWrapper<BridgeEventHandlerFactory>

Author:
Neil Griffin

Constructor Summary
BridgeEventHandlerFactory()
           
 
Method Summary
abstract  BridgeEventHandler getBridgeEventHandler(javax.portlet.PortletConfig portletConfig)
          Returns a thread-safe instance of BridgeEventHandler.
static BridgeEventHandler getBridgeEventHandlerInstance(javax.portlet.PortletConfig portletConfig)
          Returns a thread-safe instance of BridgeEventHandler from the BridgeEventHandlerFactory found by the BridgeFactoryFinder.
abstract  BridgeEventHandlerFactory getWrapped()
          Returns the wrapped factory instance if this factory decorates another.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BridgeEventHandlerFactory

public BridgeEventHandlerFactory()
Method Detail

getBridgeEventHandlerInstance

public static BridgeEventHandler getBridgeEventHandlerInstance(javax.portlet.PortletConfig portletConfig)
Returns a thread-safe instance of BridgeEventHandler from the BridgeEventHandlerFactory found by the BridgeFactoryFinder. The returned instance is not guaranteed to be Serializable.


getBridgeEventHandler

public abstract BridgeEventHandler getBridgeEventHandler(javax.portlet.PortletConfig portletConfig)
Returns a thread-safe instance of BridgeEventHandler. The returned instance is not guaranteed to be Serializable.


getWrapped

public abstract BridgeEventHandlerFactory getWrapped()
Returns the wrapped factory instance if this factory decorates another. Otherwise, this method returns null.

Specified by:
getWrapped in interface javax.faces.FacesWrapper<BridgeEventHandlerFactory>


Copyright © 2017 Liferay, Inc. All Rights Reserved.