|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.springframework.aop.framework.adapter.ThrowsAdviceAdapter
| Constructor Summary | |
(package private) |
ThrowsAdviceAdapter()
|
| Method Summary | |
org.aopalliance.intercept.Interceptor |
getInterceptor(Advisor advisor)
Return an AOP Alliance Interceptor exposing the behaviour of the given advice to an interception-based AOP framework. |
boolean |
supportsAdvice(org.aopalliance.aop.Advice advice)
Does this adapter understand this advice object? |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
ThrowsAdviceAdapter()
| Method Detail |
public boolean supportsAdvice(org.aopalliance.aop.Advice advice)
AdvisorAdapter
supportsAdvice in interface AdvisorAdapteradvice - Advice such as a BeforeAdvice.
AdvisorAdapter.supportsAdvice(org.aopalliance.aop.Advice)public org.aopalliance.intercept.Interceptor getInterceptor(Advisor advisor)
AdvisorAdapterDon't worry about any Pointcut contained in the Advisor; the AOP framework will take care of checking the pointcut.
getInterceptor in interface AdvisorAdapteradvisor - Advisor. the supportsAdvisor() method must have
returned true on this object
AdvisorAdapter.getInterceptor(org.springframework.aop.Advisor)
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||