Class BoxRegisterInterceptor
java.lang.Object
ortus.boxlang.runtime.bifs.BIF
ortus.boxlang.runtime.bifs.global.system.BoxRegisterInterceptor
- Direct Known Subclasses:
BoxRegisterRequestInterceptor
-
Field Summary
FieldsFields inherited from class ortus.boxlang.runtime.bifs.BIF
__functionName, __isMemberExecution, asyncService, cacheService, componentService, declaredArguments, functionService, interceptorService, moduleService, runtime
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription_invoke
(IBoxContext context, ArgumentsScope arguments) Registers a global interceptor that can listen to global runtime events.static Key[]
inflateStates
(Object states) Inflates an array or string of states into a list of keysMethods inherited from class ortus.boxlang.runtime.bifs.BIF
announce, getDeclaredArguments, invoke
-
Field Details
-
interceptorTarget
-
-
Constructor Details
-
BoxRegisterInterceptor
public BoxRegisterInterceptor()Constructor
-
-
Method Details
-
_invoke
Registers a global interceptor that can listen to global runtime events. -
inflateStates
Inflates an array or string of states into a list of keys- Parameters:
states
- The states to inflate- Returns:
- The list of keys representing the states
-