org.apache.turbine.services.factory |
Contains a generic factory for generating new objects.
$Id: package.html 264148 2005-08-29 14:21:04Z henning $
|
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. |