WireBox : Dependency Injection & AOP For ColdFusio
Search…
6.x
Introduction
Intro
Release History
About This Book
Author
Getting Started
Overview
Installing WireBox
Getting Jiggy Wit It!
Migrating From ColdSpring
Configuration
Configuring WireBox
Mapping DSL
Component Annotations
Parent Object Definitions
Usage
WireBox Injector
Injection DSL
WireBox Event Model
Advanced Topics
Child Injectors
Object Persistence & Thread Safety
ORM Entity Injection
Providers
Runtime Mixins()
WireBox Object Populator
Virtual Inheritance
Extending WireBox
Custom DSL
Custom Scopes
WireBox Injector Interface
Aspect Oriented Programming
AOP Intro
Overview
Activate The AOP Listener
Create Your Aspect
Aspect Registration
Aspect Binding
Auto Aspect Binding
Included Aspects
Summary
Powered By
GitBook
AOP Intro
WireBox fully supports
aspect-oriented programming
(AOP) for ColdFusion (CFML) and any ColdFusion framework. Just note the different namespaces if using within the ColdBox Platform and standalone WireBox.
WireBox AOP RefCard
https://github.com/ColdBox/cbox-refcards/raw/master/WireBox%20AOP/WireBox-AOP-Refcard.pdf
Our
WireBox AOP RefCard
will get you up and running in no time.
Code Namespaces
1
// ColdBox
2
coldbox.system.aop
3
​
4
// WireBox Standalone
5
wirebox.system.aop
Copied!
Requirements
ColdFusion 11+
Lucee 4.5+
AND
Disk/Memory Generation
Extending WireBox - Previous
WireBox Injector Interface
Next
Overview
Last modified
2yr ago
Copy link
Edit on GitHub
Contents
WireBox AOP RefCard
Code Namespaces
Requirements