Uses of Interface
colesico.framework.service.Interceptor
-
Packages that use Interceptor Package Description colesico.framework.service -
-
Uses of Interceptor in colesico.framework.service
Methods in colesico.framework.service that return Interceptor Modifier and Type Method Description InterceptorInterceptorsChain.Interception. getInterceptor()Methods in colesico.framework.service with parameters of type Interceptor Modifier and Type Method Description <P> voidInterceptorsChain. add(Interceptor<T,R> interceptor, P parameters)Constructors in colesico.framework.service with parameters of type Interceptor Constructor Description Interception(Interceptor<T,R> interceptor, P parameters)
-