@ProviderType public abstract class BridgeConfigFactory extends java.lang.Object implements javax.faces.FacesWrapper<BridgeConfigFactory>
BridgeConfig and PortletConfig.| Constructor and Description |
|---|
BridgeConfigFactory() |
| Modifier and Type | Method and Description |
|---|---|
abstract BridgeConfig |
getBridgeConfig(javax.portlet.PortletConfig portletConfig)
Returns a thread-safe instance of
BridgeConfig. |
static BridgeConfig |
getBridgeConfigInstance(javax.portlet.PortletConfig portletConfig)
Returns a thread-safe instance of
BridgeConfig from the BridgeConfigFactory found by the BridgeFactoryFinder. |
abstract BridgeConfigFactory |
getWrapped()
Returns the wrapped factory instance if this factory decorates another.
|
public static BridgeConfig getBridgeConfigInstance(javax.portlet.PortletConfig portletConfig)
BridgeConfig from the BridgeConfigFactory found by the BridgeFactoryFinder. The returned instance is not guaranteed to be Serializable.portletConfig - The configuration associated with the current portlet.public abstract BridgeConfig getBridgeConfig(javax.portlet.PortletConfig portletConfig)
BridgeConfig. The returned instance is not guaranteed to be Serializable.portletConfig - The configuration associated with the current portlet.public abstract BridgeConfigFactory getWrapped()
getWrapped in interface javax.faces.FacesWrapper<BridgeConfigFactory>Copyright © 2020 Liferay, Inc. All Rights Reserved.