Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

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

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 AdvisorChainFactory AdvisorChainFactoryUtils.SIMPLE_ADVISOR_CHAIN_FACTORY
           
(package private)  AdvisorChainFactory AdvisedSupport.advisorChainFactory
           
 

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)