public abstract class SctBaseIntercepting extends Object
| Constructor and Description |
|---|
SctBaseIntercepting() |
| Modifier and Type | Method and Description |
|---|---|
Object |
aroundInvoke(org.aspectj.lang.ProceedingJoinPoint method) |
protected ch.abertschi.sct.api.invocation.DefaultInvocationContext |
createContext(org.aspectj.lang.ProceedingJoinPoint joinPoint,
ch.abertschi.sct.api.Interceptor interceptor) |
protected ch.abertschi.sct.api.Interceptor |
createInterceptor(org.aspectj.lang.ProceedingJoinPoint method) |
protected ch.abertschi.sct.api.Configuration |
getSctConfiguration() |
protected Object |
invoke(ch.abertschi.sct.api.Interceptor interceptor,
ch.abertschi.sct.api.invocation.InvocationContext ctx) |
public Object aroundInvoke(org.aspectj.lang.ProceedingJoinPoint method) throws Throwable
Throwableprotected ch.abertschi.sct.api.Interceptor createInterceptor(org.aspectj.lang.ProceedingJoinPoint method)
protected ch.abertschi.sct.api.invocation.DefaultInvocationContext createContext(org.aspectj.lang.ProceedingJoinPoint joinPoint,
ch.abertschi.sct.api.Interceptor interceptor)
protected Object invoke(ch.abertschi.sct.api.Interceptor interceptor, ch.abertschi.sct.api.invocation.InvocationContext ctx)
protected ch.abertschi.sct.api.Configuration getSctConfiguration()
Copyright © 2016. All rights reserved.