Package io.jexxa.adapterapi.interceptor
Class DefaultInterceptor
java.lang.Object
io.jexxa.adapterapi.interceptor.DefaultInterceptor
- All Implemented Interfaces:
AfterInterceptor,AroundInterceptor,BeforeInterceptor
public class DefaultInterceptor
extends Object
implements AroundInterceptor, BeforeInterceptor, AfterInterceptor
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidafter(InvocationContext invocationContext) voidaround(InvocationContext invocationContext) voidbefore(InvocationContext invocationContext)
-
Constructor Details
-
DefaultInterceptor
public DefaultInterceptor()
-
-
Method Details
-
before
- Specified by:
beforein interfaceBeforeInterceptor
-
after
- Specified by:
afterin interfaceAfterInterceptor
-
around
- Specified by:
aroundin interfaceAroundInterceptor
-