| 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 |
BridgePublicRenderParameterHandlerWrapper |
| Modifier and Type | Method and Description |
|---|---|
abstract BridgePublicRenderParameterHandler |
BridgePublicRenderParameterHandlerFactory.getBridgePublicRenderParameterHandler(javax.portlet.PortletConfig portletConfig)
Returns a thread-safe instance of
BridgePublicRenderParameterHandler. |
static BridgePublicRenderParameterHandler |
BridgePublicRenderParameterHandlerFactory.getBridgePublicRenderParameterHandlerInstance(javax.portlet.PortletConfig portletConfig)
Returns a thread-safe instance of
BridgePublicRenderParameterHandler from the BridgePublicRenderParameterHandlerFactory found by the BridgeFactoryFinder. |
abstract BridgePublicRenderParameterHandler |
BridgePublicRenderParameterHandlerWrapper.getWrapped() |
| Modifier and Type | Method and Description |
|---|---|
BridgePublicRenderParameterHandler |
GenericFacesPortlet.getBridgePublicRenderParameterHandler()
Deprecated.
Call
BridgePublicRenderParameterHandlerFactory.getBridgePublicRenderParameterHandler(PortletConfig)
instead.
Returns an instance of a BridgePublicRenderParameterHandler used to post process public render parameter changes that the bridge has pushed into mapped models. 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.