com.liferay.faces.bridge.filter
Class BridgePortletContextFactory

java.lang.Object
  extended by com.liferay.faces.bridge.filter.BridgePortletContextFactory
All Implemented Interfaces:
javax.faces.FacesWrapper<BridgePortletContextFactory>

Deprecated. Instead, register a custom BridgePortletConfigFactory that provides a custom instance of PortletConfig, that in turn provides a method Override for PortletConfig.getPortletContext().

@Deprecated
public abstract class BridgePortletContextFactory
extends Object
implements javax.faces.FacesWrapper<BridgePortletContextFactory>

Author:
Neil Griffin

Constructor Summary
BridgePortletContextFactory()
          Deprecated.  
 
Method Summary
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.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BridgePortletContextFactory

public BridgePortletContextFactory()
Deprecated. 
Method Detail

getPortletContextInstance

public static javax.portlet.PortletContext getPortletContextInstance(javax.portlet.PortletContext portletContext)
Deprecated. 
Returns a thread-safe instance of PortletContext from the BridgePortletContextFactory found by the BridgeFactoryFinder. The returned instance is not guaranteed to be Serializable.


getPortletContext

public abstract javax.portlet.PortletContext getPortletContext(javax.portlet.PortletContext portletContext)
Deprecated. 
Returns a thread-safe instance of PortletContext. The returned instance is not guaranteed to be Serializable.


getWrapped

public abstract BridgePortletContextFactory getWrapped()
Deprecated. 
Returns the wrapped factory instance if this factory decorates another. Otherwise, this method returns null.

Specified by:
getWrapped in interface javax.faces.FacesWrapper<BridgePortletContextFactory>


Copyright © 2017 Liferay, Inc. All Rights Reserved.