@ProviderType public abstract class BridgeEventHandlerFactory extends java.lang.Object implements javax.faces.FacesWrapper<BridgeEventHandlerFactory>
| Constructor and Description |
|---|
BridgeEventHandlerFactory() |
| Modifier and Type | Method and Description |
|---|---|
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.
|
public static BridgeEventHandler getBridgeEventHandlerInstance(javax.portlet.PortletConfig portletConfig)
BridgeEventHandler from the BridgeEventHandlerFactory found by
the BridgeFactoryFinder. The returned instance is not guaranteed to be Serializable.public abstract BridgeEventHandler getBridgeEventHandler(javax.portlet.PortletConfig portletConfig)
BridgeEventHandler. The returned instance is not guaranteed to be
Serializable.public abstract BridgeEventHandlerFactory getWrapped()
getWrapped in interface javax.faces.FacesWrapper<BridgeEventHandlerFactory>Copyright © 2020 Liferay, Inc. All Rights Reserved.