Uses of Interface
org.analogweb.InvocationInterceptor
-
Packages that use InvocationInterceptor Package Description org.analogweb Root of Analog Web Framework This package defines fundamental interfaces.org.analogweb.core Analogweb's core (default) implementations. -
-
Uses of InvocationInterceptor in org.analogweb
Methods in org.analogweb that return types with arguments of type InvocationInterceptor Modifier and Type Method Description List<InvocationInterceptor>
Modules. getInvocationInterceptors()
Methods in org.analogweb with parameters of type InvocationInterceptor Modifier and Type Method Description ModulesBuilder
ModulesBuilder. addInvocationInterceptor(InvocationInterceptor... invocationInterceptors)
Method parameters in org.analogweb with type arguments of type InvocationInterceptor Modifier and Type Method Description ModulesBuilder
ModulesBuilder. addInvocationInterceptorClass(Class<? extends InvocationInterceptor> invocationInterceptorClass)
Invoker
InvokerFactory. createInvoker(List<InvocationInterceptor> interceptors)
-
Uses of InvocationInterceptor in org.analogweb.core
Classes in org.analogweb.core that implement InvocationInterceptor Modifier and Type Class Description class
AbstractInvocationInterceptor
Methods in org.analogweb.core that return types with arguments of type InvocationInterceptor Modifier and Type Method Description protected List<Class<? extends InvocationInterceptor>>
DefaultModulesBuilder. getInvocationInterceptorClasses()
protected List<InvocationInterceptor>
DefaultInvoker. getInvocationInterceptors()
Methods in org.analogweb.core with parameters of type InvocationInterceptor Modifier and Type Method Description ModulesBuilder
DefaultModulesBuilder. addInvocationInterceptor(InvocationInterceptor... invocationInterceptors)
Method parameters in org.analogweb.core with type arguments of type InvocationInterceptor Modifier and Type Method Description ModulesBuilder
DefaultModulesBuilder. addInvocationInterceptorClass(Class<? extends InvocationInterceptor> invocationInterceptorClass)
Invoker
DefaultInvokerFactory. createInvoker(List<InvocationInterceptor> interceptors)
Constructor parameters in org.analogweb.core with type arguments of type InvocationInterceptor Constructor Description DefaultInvoker(List<InvocationInterceptor> interceptors)
-