AOP
The AOP module brings full-featured stand-alone Aspect Oriented Programming facilities to ColdFusion with an API that is both easy to understand and implement and that is not dependent upon any other libraries or frameworks.
- Leverages ColdFusion dynamic language features to provide a programmatic join point model which supports before, after and around join points.
- Fast and easy applicaiton of advice to pointcuts.
- Advice types are custom function references, or methods that exist on object instances. No need to have advice implement an interface or extend another AOP API specific type.
Documentation