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, invokepublic Object before(AopMethodInvocation aopMethodInvocation, Object[] arguments)
before in class ChainableMethodAdvicepublic Object createMethodContext(Class<?> targetClass,
Method method,
Map<Class<? extends Annotation>,Annotation> annotations)
createMethodContext in class ChainableMethodAdvicepublic void duringFinally(AopMethodInvocation aopMethodInvocation, Object[] arguments)
duringFinally in class ChainableMethodAdviceprotected void decrementServiceDepth()
protected void incrementServiceDepth()