com.liferay.portal.spring.aop
Class AnnotationChainableMethodAdvice<T extends java.lang.annotation.Annotation>
java.lang.Object
com.liferay.portal.spring.aop.ChainableMethodAdvice
com.liferay.portal.spring.aop.AnnotationChainableMethodAdvice<T>
- All Implemented Interfaces:
- org.aopalliance.aop.Advice, org.aopalliance.intercept.Interceptor, org.aopalliance.intercept.MethodInterceptor
- Direct Known Subclasses:
- AsyncAdvice, ThreadLocalCacheAdvice
public abstract class AnnotationChainableMethodAdvice<T extends java.lang.annotation.Annotation>
- extends ChainableMethodAdvice
View Source
- Author:
- Shuyang Zhou, Brian Wing Shun Chan
Field Summary |
protected java.util.Map<com.liferay.portal.kernel.util.MethodTargetClassKey,T> |
annotations
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
annotations
protected java.util.Map<com.liferay.portal.kernel.util.MethodTargetClassKey,T extends java.lang.annotation.Annotation> annotations
AnnotationChainableMethodAdvice
public AnnotationChainableMethodAdvice()
getAnnotationClass
public abstract java.lang.Class<T> getAnnotationClass()
getNullAnnotation
public abstract T getNullAnnotation()
buildMethodTargetClassKey
protected com.liferay.portal.kernel.util.MethodTargetClassKey buildMethodTargetClassKey(org.aopalliance.intercept.MethodInvocation methodInvocation)
findAnnotation
protected T findAnnotation(com.liferay.portal.kernel.util.MethodTargetClassKey methodTargetClassKey)