public abstract class BridgePortletContextFactory extends Object implements javax.faces.FacesWrapper<BridgePortletContextFactory>
| Constructor and Description |
|---|
BridgePortletContextFactory() |
| Modifier and Type | Method and Description |
|---|---|
abstract javax.portlet.PortletContext |
getPortletContext(javax.portlet.PortletContext portletContext)
Returns a thread-safe instance of
PortletContext. |
static javax.portlet.PortletContext |
getPortletContextInstance(javax.portlet.PortletContext portletContext)
Returns a thread-safe instance of
PortletContext from the BridgePortletContextFactory found by
the BridgeFactoryFinder. |
abstract BridgePortletContextFactory |
getWrapped()
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 © 2016 Liferay, Inc. All rights reserved.