|
Spring Framework | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.springframework.aop.framework.DefaultAdvisorChainFactory
public class DefaultAdvisorChainFactory
A simple but definitive way of working out an advice chain for a Method,
given an Advised object. Always rebuilds each advice chain;
caching can be provided by subclasses.
| Constructor Summary | |
|---|---|
DefaultAdvisorChainFactory()
|
|
| Method Summary | |
|---|---|
java.util.List<java.lang.Object> |
getInterceptorsAndDynamicInterceptionAdvice(Advised config,
java.lang.reflect.Method method,
java.lang.Class targetClass)
Determine a list of MethodInterceptor objects
for the given advisor chain configuration. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DefaultAdvisorChainFactory()
| Method Detail |
|---|
public java.util.List<java.lang.Object> getInterceptorsAndDynamicInterceptionAdvice(Advised config,
java.lang.reflect.Method method,
java.lang.Class targetClass)
AdvisorChainFactoryMethodInterceptor objects
for the given advisor chain configuration.
getInterceptorsAndDynamicInterceptionAdvice in interface AdvisorChainFactoryconfig - the AOP configuration in the form of an Advised objectmethod - the proxied methodtargetClass - the target class
|
Spring Framework | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||