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