Transfer version 1.1

transfer.com.aop
Class AOPFactory

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

public class AOPFactory
extends AbstractBaseFactory

The Factory for SQL related objects


Constructor Summary
init(MethodInjector methodInjector, string definitionPath)
          Constructor
 
Method Summary
 AOPAdvisor getAOPAdvisor()
          returns the AOP Advisor service
 
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(MethodInjector methodInjector, string definitionPath)
Constructor

Parameters:
methodInjector - The method injector cfc
definitionPath - Path to where the definitions are kept
Method Detail

getAOPAdvisor

public AOPAdvisor getAOPAdvisor()
returns the AOP Advisor service


Transfer version 1.1