com.liferay.faces.bridge
Class BridgeEventHandlerFactory
java.lang.Object
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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BridgeEventHandlerFactory
public BridgeEventHandlerFactory()
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.