Uses of Class
org.rapidcontext.core.proc.Interceptor
Packages that use Interceptor
Package
Description
Provides the server-side JavaScript integration.
Provides the procedure and interceptor API:s.
-
Uses of Interceptor in org.rapidcontext.core.js
Subclasses of Interceptor in org.rapidcontext.core.jsModifier and TypeClassDescriptionclass
A JavaScript compile procedure call interceptor.Constructors in org.rapidcontext.core.js with parameters of type InterceptorModifierConstructorDescriptionJsCompileInterceptor
(Interceptor parent) Creates a new JavaScript compile interceptor. -
Uses of Interceptor in org.rapidcontext.core.proc
Subclasses of Interceptor in org.rapidcontext.core.procModifier and TypeClassDescriptionclass
The default procedure call interceptor.Methods in org.rapidcontext.core.proc that return InterceptorModifier and TypeMethodDescriptionCallContext.getInterceptor()
Returns the local procedure call interceptor.Library.getInterceptor()
Returns the procedure call interceptor.final Interceptor
Interceptor.getParent()
Returns the parent interceptor in the interceptor chain.Methods in org.rapidcontext.core.proc with parameters of type InterceptorModifier and TypeMethodDescriptionvoid
CallContext.setInterceptor
(Interceptor i) Sets the local procedure call interceptor, overriding the default library procedure call interceptor for calls in this context.void
Library.setInterceptor
(Interceptor i) Sets the procedure call interceptor, overriding the default.Constructors in org.rapidcontext.core.proc with parameters of type InterceptorModifierConstructorDescriptionprotected
Interceptor
(Interceptor parent) Creates a new interceptor and links it to the specified parent interceptor.