public class AccessControlAdvice
extends com.liferay.portal.kernel.aop.ChainableMethodAdvice
| Constructor and Description |
|---|
AccessControlAdvice() |
| Modifier and Type | Method and Description |
|---|---|
protected Object |
before(com.liferay.portal.kernel.aop.AopMethodInvocation aopMethodInvocation,
Object[] arguments) |
Object |
createMethodContext(Class<?> targetClass,
Method method,
Map<Class<? extends Annotation>,Annotation> annotations) |
protected void |
decrementServiceDepth() |
protected void |
duringFinally(com.liferay.portal.kernel.aop.AopMethodInvocation aopMethodInvocation,
Object[] arguments) |
protected void |
incrementServiceDepth() |
public Object createMethodContext(Class<?> targetClass,
Method method,
Map<Class<? extends Annotation>,Annotation> annotations)
createMethodContext in class com.liferay.portal.kernel.aop.ChainableMethodAdviceprotected Object before(com.liferay.portal.kernel.aop.AopMethodInvocation aopMethodInvocation,
Object[] arguments)
before in class com.liferay.portal.kernel.aop.ChainableMethodAdviceprotected void decrementServiceDepth()
protected void duringFinally(com.liferay.portal.kernel.aop.AopMethodInvocation aopMethodInvocation,
Object[] arguments)
duringFinally in class com.liferay.portal.kernel.aop.ChainableMethodAdviceprotected void incrementServiceDepth()