com.liferay.portal.spring.aop
Class SkipAdvice
java.lang.Object
com.liferay.portal.spring.aop.ChainableMethodAdvice
com.liferay.portal.spring.aop.AnnotationChainableMethodAdvice<com.liferay.portal.kernel.spring.aop.Skip>
com.liferay.portal.spring.aop.SkipAdvice
- All Implemented Interfaces:
- org.aopalliance.aop.Advice, org.aopalliance.intercept.Interceptor, org.aopalliance.intercept.MethodInterceptor
public class SkipAdvice
- extends AnnotationChainableMethodAdvice<com.liferay.portal.kernel.spring.aop.Skip>
|
Method Summary |
Object |
before(org.aopalliance.intercept.MethodInvocation methodInvocation)
|
com.liferay.portal.kernel.spring.aop.Skip |
getNullAnnotation()
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SkipAdvice
public SkipAdvice()
before
public Object before(org.aopalliance.intercept.MethodInvocation methodInvocation)
throws Throwable
- Overrides:
before in class ChainableMethodAdvice
- Throws:
Throwable
getNullAnnotation
public com.liferay.portal.kernel.spring.aop.Skip getNullAnnotation()
- Specified by:
getNullAnnotation in class AnnotationChainableMethodAdvice<com.liferay.portal.kernel.spring.aop.Skip>