Transfer version 1.1

transfer.com.factory
Class Factory

WEB-INF.cftags.component
        extended by transfer.com.factory.AbstractBaseFactory
            extended by transfer.com.factory.Factory

public class Factory
extends AbstractBaseFactory

this is the global Factory for Transfer factories, and top level managers


Constructor Summary
init()
          Constructor
 
Method Summary
private CFMLVersion getCFMLVersion()
 CacheConfigManager getCacheConfigManager()
          returns the cache config manager
 CacheFactory getCacheFactory()
          returns the cache factory
 CacheManager getCacheManager()
          returns the cache manager
 Datasource getDataSource()
          Returns the datasource bean
 DatasourceFactory getDatasourceFactory()
          get the datasource factory
 DynamicFactory getDynamicFactory()
          returns the Dynamic factory
 DynamicManager getDynamicManager()
          returns the dynamic Manager
 EventManager getEventManager()
          returns the event manager
 FacadeFactory getFacadeFactory()
          
 JavaLoader getJavaLoader()
          get the javaloader
 MethodInjector getMethodInjector()
          returns the method injector class
 ObjectManager getObjectManager()
          returns the object manager
 SQLFactory getSQLFactory()
          returns the sql factory
 SQLManager getSQLManager()
          gets the SQL Manager
 TQLManager getTQLManager()
          returns the TQL Manager
 TransactionManager getTransactionManager()
          returns the Transaction manager
 Utility getUtility()
          returns the Utility class
 
Methods inherited from class transfer.com.factory.AbstractBaseFactory
autowire, getMethodInvoker, getObjectFromFactory, getPropertyValue, getPropertyValueCache, getSingleton, getSingletonCache, getSingletonFromCache, hasSingleton, setPropertyValue, setPropertyValueCache, setSingleton, setSingletonCache, throw
 
Methods inherited from class WEB-INF.cftags.component
 

Constructor Detail

init

public init()
Constructor

Method Detail

getCFMLVersion

private CFMLVersion getCFMLVersion()


getCacheConfigManager

public CacheConfigManager getCacheConfigManager()
returns the cache config manager


getCacheFactory

public CacheFactory getCacheFactory()
returns the cache factory


getCacheManager

public CacheManager getCacheManager()
returns the cache manager


getDataSource

public Datasource getDataSource()
Returns the datasource bean


getDatasourceFactory

public DatasourceFactory getDatasourceFactory()
get the datasource factory


getDynamicFactory

public DynamicFactory getDynamicFactory()
returns the Dynamic factory


getDynamicManager

public DynamicManager getDynamicManager()
returns the dynamic Manager


getEventManager

public EventManager getEventManager()
returns the event manager


getFacadeFactory

public FacadeFactory getFacadeFactory()


getJavaLoader

public JavaLoader getJavaLoader()
get the javaloader


getMethodInjector

public MethodInjector getMethodInjector()
returns the method injector class


getObjectManager

public ObjectManager getObjectManager()
returns the object manager


getSQLFactory

public SQLFactory getSQLFactory()
returns the sql factory


getSQLManager

public SQLManager getSQLManager()
gets the SQL Manager


getTQLManager

public TQLManager getTQLManager()
returns the TQL Manager


getTransactionManager

public TransactionManager getTransactionManager()
returns the Transaction manager


getUtility

public Utility getUtility()
returns the Utility class


Transfer version 1.1