RE: [coldbox:17825] Re: ColdBox 3.6 - HTMLHelper via Interception Point

Awesome. I actually didn’t even know about that annotation (it’s not documented anywhere I looked), but sure enough there it is in the parseMetaData() method of EventPoolManager.cfc

// Verify observe annotation
if( structKeyExists(arguments.metadata.functions[x],“interceptionPoint”) ){
// Register the observation point just in case
appendInterceptionPoints(arguments.metadata.functions[x].name);
}

How did you know about the annotation?

Thanks!

~Brad

ColdBox Platform Evangelist
Ortus Solutions, Corp

E-mail: brad@coldbox.org
ColdBox Platform: http://www.coldbox.org
Blog: http://www.codersrevolution.com

signature0.jpg

signature0.jpg

Heh. I haven’t the slightest clue. It’s possible maybe from an discussion with Luis many moons ago. The function in my interceptor have had those annotations for at least two years. The crazier thing is that I probably had the typo in the config for the same time!!!

signature0.jpg

signature0.jpg