How do they work?

/**
* My Interceptor
*/
component extends="coldbox.system.Interceptor"{
function configure(){}
function preProcess( event, interceptData, buffer, rc, prc ){}
}Registration
The configure() Method
configure() MethodLast updated
Was this helpful?