BridgePortletConfigFactory that provides a custom instance of PortletConfig, that in turn provides a method Override for PortletConfig.getPortletContext().@Deprecated @ProviderType public abstract class BridgePortletContextFactory extends java.lang.Object implements javax.faces.FacesWrapper<BridgePortletContextFactory>
| Constructor and Description |
|---|
BridgePortletContextFactory()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
abstract javax.portlet.PortletContext |
getPortletContext(javax.portlet.PortletContext portletContext)
Deprecated.
Returns a thread-safe instance of
PortletContext. |
static javax.portlet.PortletContext |
getPortletContextInstance(javax.portlet.PortletContext portletContext)
Deprecated.
Returns a thread-safe instance of
PortletContext from the BridgePortletContextFactory found by
the BridgeFactoryFinder. |
abstract BridgePortletContextFactory |
getWrapped()
Deprecated.
Returns the wrapped factory instance if this factory decorates another.
|
public static javax.portlet.PortletContext getPortletContextInstance(javax.portlet.PortletContext portletContext)
PortletContext from the BridgePortletContextFactory found by
the BridgeFactoryFinder. The returned instance is not guaranteed to be Serializable.public abstract javax.portlet.PortletContext getPortletContext(javax.portlet.PortletContext portletContext)
PortletContext. The returned instance is not guaranteed to be Serializable.public abstract BridgePortletContextFactory getWrapped()
getWrapped in interface javax.faces.FacesWrapper<BridgePortletContextFactory>Copyright © 2020 Liferay, Inc. All Rights Reserved.