public interface FactoryManagerService extends ContainerService
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.
| Modifier and Type | Method and Description |
|---|---|
Factory |
getFactory(java.lang.Class theClass)
Returns the factory implementation for the given interface class, or
null if no such interface is registered. |
Factory getFactory(java.lang.Class theClass)
null if no such interface is registered.theClass - the interface classCopyright © 2003-2013 . All Rights Reserved.