| Package | Description |
|---|---|
| com.liferay.faces.bridge |
Copyright (c) 2000-2020 Liferay, Inc.
|
| javax.portlet.faces |
Copyright (c) 2000-2020 Liferay, Inc.
|
| Modifier and Type | Class and Description |
|---|---|
class |
BridgeEventHandlerWrapper |
| Modifier and Type | Method and Description |
|---|---|
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() |
| Modifier and Type | Method and Description |
|---|---|
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 |
Copyright © 2020 Liferay, Inc. All Rights Reserved.