Class BoxRegisterInterceptor
java.lang.Object
ortus.boxlang.runtime.bifs.BIF
ortus.boxlang.runtime.bifs.global.system.BoxRegisterInterceptor
- Direct Known Subclasses:
BoxRegisterRequestInterceptor
@BoxBIF(description="Register an application-level interceptor")
public class BoxRegisterInterceptor
extends BIF
-
Field Summary
FieldsFields inherited from class ortus.boxlang.runtime.bifs.BIF
__functionName, __isMemberExecution, asyncService, cacheService, componentService, declaredArguments, functionService, interceptorService, logger, moduleService, runtime, schedulerService -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription_invoke(IBoxContext context, ArgumentsScope arguments) Registers a global interceptor that can listen to global runtime events.Methods inherited from class ortus.boxlang.runtime.bifs.BIF
announce, getDeclaredArguments, invoke
-
Field Details
-
interceptorTarget
-
-
Constructor Details
-
BoxRegisterInterceptor
public BoxRegisterInterceptor()Constructor
-
-
Method Details