|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.springframework.aop.support.DefaultIntroductionAdvisor
Simple IntroductionAdvisor implementation that by default applies to any class.
Field Summary |
Fields inherited from interface org.springframework.aop.ClassFilter |
TRUE |
Constructor Summary | |
DefaultIntroductionAdvisor(org.aopalliance.aop.Advice advice)
|
|
DefaultIntroductionAdvisor(org.aopalliance.aop.Advice advice,
IntroductionInfo introductionInfo)
Wrap the given interceptor and introduce all interfaces. |
|
DefaultIntroductionAdvisor(DynamicIntroductionAdvice advice,
java.lang.Class clazz)
|
Method Summary | |
void |
addInterface(java.lang.Class intf)
|
org.aopalliance.aop.Advice |
getAdvice()
Return the advice part of this aspect. |
ClassFilter |
getClassFilter()
Return the filter determining which target classes this introduction should apply to. |
java.lang.Class[] |
getInterfaces()
Return the additional interfaces introduced by this Advisor or Advice. |
int |
getOrder()
Return the order value of this object, higher value meaning greater in terms of sorting. |
boolean |
isPerInstance()
Default for an introduction is per-instance interception. |
boolean |
matches(java.lang.Class clazz)
Should the pointcut apply to the given interface or target class? |
void |
setOrder(int order)
|
java.lang.String |
toString()
|
void |
validateInterfaces()
Can the advised interfaces be implemented by the introduction advice? |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public DefaultIntroductionAdvisor(org.aopalliance.aop.Advice advice)
public DefaultIntroductionAdvisor(DynamicIntroductionAdvice advice, java.lang.Class clazz)
public DefaultIntroductionAdvisor(org.aopalliance.aop.Advice advice, IntroductionInfo introductionInfo)
Method Detail |
public void setOrder(int order)
public int getOrder()
Ordered
Higher value can be interpreted as lower priority, consequently the first object has highest priority (somewhat analogous to Servlet "load-on-startup" values).
getOrder
in interface Ordered
public void addInterface(java.lang.Class intf)
public ClassFilter getClassFilter()
IntroductionAdvisor
getClassFilter
in interface IntroductionAdvisor
public org.aopalliance.aop.Advice getAdvice()
Advisor
getAdvice
in interface Advisor
public java.lang.Class[] getInterfaces()
IntroductionInfo
getInterfaces
in interface IntroductionInfo
public boolean matches(java.lang.Class clazz)
ClassFilter
matches
in interface ClassFilter
clazz
- candidate target class
public boolean isPerInstance()
isPerInstance
in interface Advisor
public void validateInterfaces() throws java.lang.IllegalArgumentException
IntroductionAdvisor
validateInterfaces
in interface IntroductionAdvisor
java.lang.IllegalArgumentException
- if the advised interfaces can't be
implemented by the introduction advice.public java.lang.String toString()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |