接口 InstantiationModelAwarePointcutAdvisor
- 所有超级接口:
Advisor,PointcutAdvisor
Interface to be implemented by Framework AOP Advisors wrapping AspectJ
aspects that may have a lazy initialization strategy. For example,
a perThis instantiation model would mean lazy initialization of the advice.
- 从以下版本开始:
- 4.0
- 作者:
- Rod Johnson, Juergen Hoeller
-
字段概要
从接口继承的字段 infra.aop.Advisor
EMPTY_ADVICE -
方法概要
修饰符和类型方法说明booleanReturn whether this advisor has already instantiated its advice.booleanisLazy()Return whether this advisor is lazily initializing its underlying advice.从接口继承的方法 infra.aop.Advisor
getAdvice, isPerInstance从接口继承的方法 infra.aop.PointcutAdvisor
getPointcut
-
方法详细资料
-
isLazy
boolean isLazy()Return whether this advisor is lazily initializing its underlying advice. -
isAdviceInstantiated
boolean isAdviceInstantiated()Return whether this advisor has already instantiated its advice.
-