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 DefaultAdvisorChainFactory
          A simple but definitive way of working out an advice chain for a Method, given an Advised object.
 class HashMapCachingAdvisorChainFactory
          Deprecated. as of Spring 2.0.3, in favor of AdvisedSupport's built-in caching. This class will be removed in Spring 2.1.
 

Fields in org.springframework.aop.framework declared as AdvisorChainFactory
static AdvisorChainFactory AdvisorChainFactoryUtils.SIMPLE_ADVISOR_CHAIN_FACTORY
          Deprecated. Canonical instance of a simple AdvisorChainFactory implementation.
 

Methods in org.springframework.aop.framework that return AdvisorChainFactory
 AdvisorChainFactory AdvisedSupport.getAdvisorChainFactory()
          Return the advisor chain factory to use (never null).
 

Methods in org.springframework.aop.framework with parameters of type AdvisorChainFactory
 void AdvisedSupport.setAdvisorChainFactory(AdvisorChainFactory advisorChainFactory)
          Set the advisor chain factory to use.
 


The Spring Framework

Copyright © 2002-2007 The Spring Framework.