Liferay 6.2-ce-ga5

com.liferay.portal.security.ac
Class AccessControlAdvice

java.lang.Object
  extended by com.liferay.portal.spring.aop.ChainableMethodAdvice
      extended by com.liferay.portal.spring.aop.AnnotationChainableMethodAdvice<AccessControlled>
          extended by com.liferay.portal.security.ac.AccessControlAdvice
All Implemented Interfaces:
org.aopalliance.aop.Advice, org.aopalliance.intercept.Interceptor, org.aopalliance.intercept.MethodInterceptor

public class AccessControlAdvice
extends AnnotationChainableMethodAdvice<AccessControlled>


Field Summary
 
Fields inherited from class com.liferay.portal.spring.aop.ChainableMethodAdvice
nextMethodInterceptor, nullResult, serviceBeanAopCacheManager
 
Constructor Summary
AccessControlAdvice()
           
 
Method Summary
 Object before(org.aopalliance.intercept.MethodInvocation methodInvocation)
           
 AccessControlled getNullAnnotation()
           
 void setAccessControlAdvisor(AccessControlAdvisor accessControlAdvisor)
           
 
Methods inherited from class com.liferay.portal.spring.aop.AnnotationChainableMethodAdvice
findAnnotation, getAnnotationClass, setServiceBeanAopCacheManager
 
Methods inherited from class com.liferay.portal.spring.aop.ChainableMethodAdvice
afterReturning, afterThrowing, duringFinally, invoke, setNextMethodInterceptor
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AccessControlAdvice

public AccessControlAdvice()
Method Detail

before

public Object before(org.aopalliance.intercept.MethodInvocation methodInvocation)
              throws Throwable
Overrides:
before in class ChainableMethodAdvice
Throws:
Throwable

getNullAnnotation

public AccessControlled getNullAnnotation()
Specified by:
getNullAnnotation in class AnnotationChainableMethodAdvice<AccessControlled>

setAccessControlAdvisor

public void setAccessControlAdvisor(AccessControlAdvisor accessControlAdvisor)

Liferay 6.2-ce-ga5