Save This Page
Home » spring-framework-2.5.5-with-dependencies » org.springframework » aop » framework » [javadoc | source]
org.springframework.aop.framework
abstract public class: AdvisorChainFactoryUtils [javadoc | source]
java.lang.Object
   org.springframework.aop.framework.AdvisorChainFactoryUtils
Utility methods for use by AdviceChainFactory implementations.

The calculateInterceptorsAndDynamicInterceptionAdvice method is the definitive way of working out an advice chain for a Method, given an Advised object.

Field Summary
public static final  AdvisorChainFactory SIMPLE_ADVISOR_CHAIN_FACTORY     
Method from org.springframework.aop.framework.AdvisorChainFactoryUtils Summary:
calculateInterceptorsAndDynamicInterceptionAdvice
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.springframework.aop.framework.AdvisorChainFactoryUtils Detail:
 public static List calculateInterceptorsAndDynamicInterceptionAdvice(Advised config,
    Object proxy,
    Method method,
    Class targetClass) 
    Return the static interceptors and dynamic interception advice that may apply to this method invocation.