Uses of Class
com.ail.core.factory.AbstractFactory

Packages that use AbstractFactory
com.ail.core.configure   
com.ail.core.factory   
 

Uses of AbstractFactory in com.ail.core.configure
 

Methods in com.ail.core.configure that return AbstractFactory
 AbstractFactory Builder.getInstance()
          Fetch the cached instance of the factory.
 

Methods in com.ail.core.configure with parameters of type AbstractFactory
 void Builder.setInstance(AbstractFactory instance)
          Set the instance of the factory class.
 

Uses of AbstractFactory in com.ail.core.factory
 

Subclasses of AbstractFactory in com.ail.core.factory
 class BeanShellFactory
          Factory to creat class instances from BeanShell scripts embedded in configuration.
 class CachingClassFactory
          This factory performs the same function as the ClassFactory, but unlike that factory it allows its prototypes to be cached.
 class CastorXMLFactory
          Factory to create class instances from XML using the core's FromXML service.
 class ClassFactory
          This factory instantiates the class specified as it's key, and initialises the properties of the instance based on the parameters nested in the types definition.
 class XSLTFactory
          Base a type definition on an XSTL.