Uses of Interface
org.refcodes.interceptor.Interceptor
-
-
Uses of Interceptor in org.refcodes.interceptor
Classes in org.refcodes.interceptor that implement Interceptor Modifier and Type Class Description classCompositeSequentialInterceptorImpl<WP>A compound sequential interceptor which is passing the work piece from one contained interceptor to the next in the order in which them were passed.Constructors in org.refcodes.interceptor with parameters of type Interceptor Constructor Description CompositeSequentialInterceptorImpl(boolean isContinueOnFinished, boolean isContinueOnError, Interceptor<WP>... aInterceptors)Constructs the sequential interceptor which contains a list of interceptors being invoked in the order in which them were added upon calling the methodCompositeSequentialInterceptorImpl.doIntercept(Object).CompositeSequentialInterceptorImpl(org.refcodes.controlflow.ExecutionStrategy aComponentExecutionStrategy, boolean isContinueOnFinished, boolean isContinueOnError, Interceptor<WP>... aInterceptors)Constructs the sequential interceptor which contains a list of interceptors being invoked in the order in which them were added upon calling the methodCompositeSequentialInterceptorImpl.doIntercept(Object).CompositeSequentialInterceptorImpl(org.refcodes.controlflow.ExecutionStrategy aComponentExecutionStrategy, Interceptor<WP>... aInterceptors)Constructs the sequential interceptor which contains a list of interceptors being invoked in the order in which them were added upon calling the methodCompositeSequentialInterceptorImpl.doIntercept(Object).CompositeSequentialInterceptorImpl(Interceptor<WP>... aInterceptors)Constructs the sequential interceptor which contains a list of interceptors being invoked in the order in which them were added upon calling the methodCompositeSequentialInterceptorImpl.doIntercept(Object).
-