Novell exteNd
Director 5.2 API

com.novell.afw.portlet.consumer.factory
Class EboPortletConsumerContainerFactory

java.lang.Object
 |
 +--com.novell.afw.portlet.consumer.factory.EboPortletConsumerContainerFactory
All Implemented Interfaces:
Serializable

public class EboPortletConsumerContainerFactory
extends Object
implements Serializable

This is the Portlet Consumer Container factory class that instantiates EbiPortletConsumerConteiner and EbiPortletConsumerRegistry objects.

Since:
v5.0
See Also:
Serialized Form

Constructor Summary
EboPortletConsumerContainerFactory()
          Deprecated.  
 
Method Summary
static EbiPortletConsumerContainer getPortletConsumerContainer(javax.portlet.PortletContext context)
          Deprecated.  
static EbiPortletConsumerContainer getPortletConsumerContainer(ServletContext context)
          Deprecated.  
static EbiPortletConsumerRegistry getPortletConsumerRegistry(javax.portlet.PortletContext context)
          Deprecated.  
static EbiPortletConsumerRegistry getPortletConsumerRegistry(ServletContext context)
          Deprecated.  
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EboPortletConsumerContainerFactory

public EboPortletConsumerContainerFactory()
Deprecated. 
Method Detail

getPortletConsumerContainer

public static EbiPortletConsumerContainer getPortletConsumerContainer(javax.portlet.PortletContext context)
                                                               throws EboFactoryException
Deprecated.  

Gets a EbiPortletConsumerContainer object from the factory. A EbiPortletConsumerContainer object is scoped one per portal application.
Since:
v5.0

getPortletConsumerContainer

public static EbiPortletConsumerContainer getPortletConsumerContainer(ServletContext context)
                                                               throws EboFactoryException
Deprecated.  

Gets a EbiPortletConsumerContainer object from the factory. A EbiPortletConsumerContainer object is scoped one per portal application.
Since:
v5.0

getPortletConsumerRegistry

public static EbiPortletConsumerRegistry getPortletConsumerRegistry(javax.portlet.PortletContext context)
                                                             throws EboFactoryException
Deprecated.  

Gets a EbiPortletConsumerRegistry object from the factory. A EbiPortletConsumerRegistry object is scoped one per portal application
Since:
v5.0

getPortletConsumerRegistry

public static EbiPortletConsumerRegistry getPortletConsumerRegistry(ServletContext context)
                                                             throws EboFactoryException
Deprecated.  

Gets a EbiPortletConsumerRegistry object from the factory. A EbiPortletConsumerRegistry object is scoped one per portal application
Since:
v5.0

Novell exteNd
Director 5.2 API