org.apache.pluto.services.factory
Interface FactoryManagerService

All Superinterfaces:
ContainerService

public interface FactoryManagerService
extends ContainerService

The interfaces defined in this package represent an abstract object model (OM) that is applicable for different implementations.

This abstraction layer helps to generalize the portlet container from special implementations like data storage and moreover it is not bound to a special implementation.


Method Summary
 Factory getFactory(java.lang.Class theClass)
          Returns the factory implementation for the given interface class, or null if no such interface is registered.
 

Method Detail

getFactory

public Factory getFactory(java.lang.Class theClass)
Returns the factory implementation for the given interface class, or null if no such interface is registered.

Parameters:
theClass - the interface class
Returns:
the factory implementation


Copyright © 2003-2007 . All Rights Reserved.