Request Interception Points
Request interception points are announced by the Application.bx listener
Registration
class{
function onApplicationStart(){
boxRegisterRequestInterceptor( classOrLambda )
}
function onRequestStart( required string targetPage ){
boxRegisterRequestInterceptor( classOrLambda )
}
}Interception Points
onAbort
Data Structure
Data Key
Type
Description
Args Structure
Args StructureArgs Key
Type
Description
Example
onApplicationEnd
Data Structure
Data Key
Type
Description
Args Structure
Args StructureArgs Key
Type
Description
Example
onApplicationStart
Data Structure
Data Key
Type
Description
Args Structure
Args StructureExample
onClassRequest
Data Structure
Data Key
Type
Description
Args Structure
Args StructureArgs Key
Type
Description
Example
onError
Data Structure
Data Key
Type
Description
Args Structure
Args StructureArgs Key
Type
Description
Example
onMissingTemplate
Data Structure
Data Key
Type
Description
Args Structure
Args StructureArgs Key
Type
Description
Example
onRequest
Data Structure
Data Key
Type
Description
Args Structure
Args StructureArgs Key
Type
Description
Example
onRequestEnd
Data Structure
Data Key
Type
Description
Args Structure
Args StructureExample
onRequestStart
Data Structure
Data Key
Type
Description
Args Structure
Args StructureArgs Key
Type
Description
Example
onSessionEnd
Data Structure
Data Key
Type
Description
Args Structure
Args StructureArgs Key
Type
Description
Example
onSessionStart
Data Structure
Data Key
Type
Description
Args Structure
Args StructureArgs Key
Type
Description
Example
Last updated
Was this helpful?
