Package ortus.boxlang.runtime.events


package ortus.boxlang.runtime.events
  • Class
    Description
    An abstract base class for interceptors with many helper methods useful during interceptions
    These are all the core BoxLang interception events that can be intercepted by the BoxLang runtime.
    This interface is used to define a Java interceptor.
    This interface is used to define a Java interceptor.
    An annotation that marks a method as an interception point
    An annotation that can be used on an Interceptor to alter it's registration/loading and runtime behavior
    An InterceptorPool is a pool of interceptors that can be used to intercept events within the BoxLang runtime.
    An interceptor state is an event state that is used to hold observers that want to listent to that specific state.