java.lang.Objectorg.springframework.aop.support.AbstractPointcutAdvisor
org.springframework.aop.support.AbstractBeanFactoryPointcutAdvisor
org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor
All Implemented Interfaces:
BeanFactoryAware, Ordered, PointcutAdvisor, Serializable
Specifying the name of an advice bean instead of the advice object itself (if running within a BeanFactory) increases loose coupling at initialization time, in order to not initialize the advice object until the pointcut actually matches.
Juergen - Hoeller2.0.2 - | Method from org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor Summary: |
|---|
| getPointcut, setPointcut, toString |
| Methods from org.springframework.aop.support.AbstractBeanFactoryPointcutAdvisor: |
|---|
| getAdvice, getAdviceBeanName, setAdviceBeanName, setBeanFactory, toString |
| Methods from org.springframework.aop.support.AbstractPointcutAdvisor: |
|---|
| equals, getOrder, hashCode, isPerInstance, setOrder |
| Methods from java.lang.Object: |
|---|
| equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method from org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor Detail: |
|---|
|
Default is |
|