Uses of Class
org.springframework.aop.framework.AdvisorChainFactory

Packages that use AdvisorChainFactory
org.springframework.aop.framework 

Uses of AdvisorChainFactory in org.springframework.aop.framework
 

Classes in org.springframework.aop.framework that implement AdvisorChainFactory
class HashMapCachingAdvisorChainFactory
          AdvisorChainFactory implementation that caches by method.
 

Fields in org.springframework.aop.framework declared as AdvisorChainFactory
static AdvisorChainFactoryAdvisorChainFactoryUtils.SIMPLE_ADVISOR_CHAIN_FACTORY
          
 

Methods in org.springframework.aop.framework that return AdvisorChainFactory
final AdvisorChainFactoryAdvisedSupport.getAdvisorChainFactory()
          Return the AdvisorChainFactory associated with this ProxyConfig.
 

Methods in org.springframework.aop.framework with parameters of type AdvisorChainFactory
voidAdvisedSupport.setAdvisorChainFactory(AdvisorChainFactory advisorChainFactory)