The Spring Framework

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

Packages that use AdvisorChainFactory
org.springframework.aop.framework Package containing Spring's basic AOP infrastructure, compliant with the AOP Alliance interfaces. 
 

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
(package private)  AdvisorChainFactory AdvisedSupport.advisorChainFactory
           
static AdvisorChainFactory AdvisorChainFactoryUtils.SIMPLE_ADVISOR_CHAIN_FACTORY
          Canonical instance of a simple AdvisorChainFactory implementation that delegates to the AdvisorChainFactoryUtils.calculateInterceptorsAndDynamicInterceptionAdvice(org.springframework.aop.framework.Advised, java.lang.Object, java.lang.reflect.Method, java.lang.Class) method.
 

Methods in org.springframework.aop.framework that return AdvisorChainFactory
 AdvisorChainFactory AdvisedSupport.getAdvisorChainFactory()
           
 

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


The Spring Framework

Copyright © 2002-2006 The Spring Framework.