Novell exteNd
Director 5.2 API

com.novell.afw.portlet.factory
Class EboPortletContainerFactory

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

public class EboPortletContainerFactory
extends Object
implements Serializable

This is the Local Portlet Container factory class that manages Local Portlet Container related objects.

Since:
v5.0
See Also:
Serialized Form

Constructor Summary
EboPortletContainerFactory()
          Deprecated.  
 
Method Summary
static EbiPortletContainerLocal getPortletContainer(javax.portlet.PortletContext context)
          Deprecated.  
static EbiPortletContainerLocal getPortletContainer(ServletContext context)
          Deprecated.  
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EboPortletContainerFactory

public EboPortletContainerFactory()
Deprecated. 
Method Detail

getPortletContainer

public static EbiPortletContainerLocal getPortletContainer(ServletContext context)
                                                    throws EboFactoryException
Deprecated.  

Gets the PortletContainer object that processes portlet requests
Returns:
the PortletContainer object.
Since:
v5.0

getPortletContainer

public static EbiPortletContainerLocal getPortletContainer(javax.portlet.PortletContext context)
                                                    throws EboFactoryException
Deprecated.  

Gets the PortletContainer object that processes portlet requests
Returns:
the PortletContainer object.
Since:
v5.0

Novell exteNd
Director 5.2 API