Uses of Class
org.rapidcontext.core.proc.Interceptor
Packages that use Interceptor
-
Uses of Interceptor in org.rapidcontext.core.proc
Subclasses of Interceptor in org.rapidcontext.core.procModifier and TypeClassDescriptionclassDeprecated, for removal: This API element is subject to removal in a future version.Implemented in ReserveInterceptor or CallInterceptor instead.Methods in org.rapidcontext.core.proc that return InterceptorModifier and TypeMethodDescriptionCallContext.getInterceptor()Deprecated, for removal: This API element is subject to removal in a future version.Handled by CallInterceptor or ReserveInterceptor instead.Library.getInterceptor()Deprecated, for removal: This API element is subject to removal in a future version.Handled by CallInterceptor or ReserveInterceptor instead.final InterceptorInterceptor.getParent()Deprecated, for removal: This API element is subject to removal in a future version.Returns the parent interceptor in the interceptor chain.Methods in org.rapidcontext.core.proc with parameters of type InterceptorModifier and TypeMethodDescriptionvoidCallContext.setInterceptor(Interceptor i) Deprecated, for removal: This API element is subject to removal in a future version.Create a CallInterceptor or ReserveInterceptor instead.voidLibrary.setInterceptor(Interceptor i) Deprecated, for removal: This API element is subject to removal in a future version.Create a CallInterceptor or ReserveInterceptor instead.Constructors in org.rapidcontext.core.proc with parameters of type InterceptorModifierConstructorDescriptionprotectedInterceptor(Interceptor parent) Deprecated, for removal: This API element is subject to removal in a future version.Creates a new interceptor and links it to the specified parent interceptor.