public class AccessControlAdvice extends ChainableMethodAdvice
nullResult
Constructor and Description |
---|
AccessControlAdvice() |
Modifier and Type | Method and Description |
---|---|
Object |
before(AopMethodInvocation aopMethodInvocation,
Object[] arguments) |
Object |
createMethodContext(Class<?> targetClass,
Method method,
Map<Class<? extends Annotation>,Annotation> annotations) |
protected void |
decrementServiceDepth() |
void |
duringFinally(AopMethodInvocation aopMethodInvocation,
Object[] arguments) |
protected void |
incrementServiceDepth() |
afterReturning, afterThrowing, invoke
public Object before(AopMethodInvocation aopMethodInvocation, Object[] arguments)
before
in class ChainableMethodAdvice
public Object createMethodContext(Class<?> targetClass, Method method, Map<Class<? extends Annotation>,Annotation> annotations)
createMethodContext
in class ChainableMethodAdvice
public void duringFinally(AopMethodInvocation aopMethodInvocation, Object[] arguments)
duringFinally
in class ChainableMethodAdvice
protected void decrementServiceDepth()
protected void incrementServiceDepth()