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