当前页面:
在线文档首页 >
Spring Framework 2.0.5 API 文档英文版
InstantiationModelAwarePointcutAdvisor (Spring Framework API 2.0) - Spring Framework 2.0.5 API 文档英文版
org.springframework.aop.aspectj
Interface InstantiationModelAwarePointcutAdvisor
- All Superinterfaces:
- Advisor, PointcutAdvisor
public interface InstantiationModelAwarePointcutAdvisor
- extends PointcutAdvisor
Interface to be implemented by Spring 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.
- Since:
- 2.0
- Author:
- Rod Johnson, Juergen Hoeller
Method Summary |
boolean |
isAdviceInstantiated()
Return whether this advisor has already instantiated its advice. |
boolean |
isLazy()
Return whether this advisor is lazily initializing its underlying advice. |
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.
Copyright © 2002-2007 The Spring Framework.