org.apache.turbine.services.factory |
Contains a generic factory for generating new objects.
$Id: package.html 534527 2007-05-02 16:10:59Z tv $
|
Java Source File Name | Type | Comment |
Factory.java | Interface | Factory is an interface for object factories. |
FactoryService.java | Interface | The Factory Service instantiates objects using either default
class loaders or a specified one. |
TurbineFactory.java | Class | The Factory Service instantiates objects using either default
class loaders or a specified one. |
TurbineFactoryService.java | Class | The Factory Service instantiates objects using specified
class loaders. |