Uses of Interface
javax.portlet.faces.BridgeEventHandler

Packages that use BridgeEventHandler
com.liferay.faces.bridge   
javax.portlet.faces   
 

Uses of BridgeEventHandler in com.liferay.faces.bridge
 

Classes in com.liferay.faces.bridge that implement BridgeEventHandler
 class BridgeEventHandlerWrapper
           
 

Methods in com.liferay.faces.bridge that return BridgeEventHandler
abstract  BridgeEventHandler BridgeEventHandlerFactory.getBridgeEventHandler(javax.portlet.PortletConfig portletConfig)
          Returns a thread-safe instance of BridgeEventHandler.
static BridgeEventHandler BridgeEventHandlerFactory.getBridgeEventHandlerInstance(javax.portlet.PortletConfig portletConfig)
          Returns a thread-safe instance of BridgeEventHandler from the BridgeEventHandlerFactory found by the BridgeFactoryFinder.
abstract  BridgeEventHandler BridgeEventHandlerWrapper.getWrapped()
           
 

Uses of BridgeEventHandler in javax.portlet.faces
 

Methods in javax.portlet.faces that return BridgeEventHandler
 BridgeEventHandler GenericFacesPortlet.getBridgeEventHandler()
          Deprecated. Call BridgeEventHandlerFactory.getBridgeEventHandler(PortletConfig) instead.

Returns an instance of a BridgeEventHandler used to process portlet events in a JSF environment. This default implementation looks for a portlet initParameter that names the class used to instantiate the handler.

Note that this method will only be called by GenericFacesPortlet.init(PortletConfig) if the GenericFacesPortlet.INITIALIZE_NAMESPACED_CONTEXT_ATTRIBUTES init-param is true in WEB-INF/portlet.xml.

 



Copyright © 2017 Liferay, Inc. All Rights Reserved.