Novell exteNd
Director 5.2 API

com.novell.afw.component.factory
Class EboFactory

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

public class EboFactory
extends Object
implements Serializable

This is the factory class that manages legacy container objects. One portal factory exists per portal web application

Since:
v5.0
See Also:
Serialized Form

Constructor Summary
EboFactory()
           
 
Method Summary
static EbiComponentManager getComponentManager(ServletContext context)
          Gets the EbiComponentManager object that is associated with the portal web application.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EboFactory

public EboFactory()
Method Detail

getComponentManager

public static EbiComponentManager getComponentManager(ServletContext context)
                                               throws EboFactoryException
Gets the EbiComponentManager object that is associated with the portal web application. The framework maintains one EbiComponentManager per web application.
Parameters:
context - ServletContext
Returns:
the component manager for the current web application
Throws:
EboFactoryException - thrown if unable to obtain the manager
Since:
v5.0

Novell exteNd
Director 5.2 API