Configuration tag for explicit view wiring
| Class | Description | |
|---|---|---|
| ConfigureTag | MXML Tag that can be used for views that wish to be wired to the IOC Container. | |
| FastInjectTag | MXML Tag that can be used for views that wish to retrieve a particular object from the IOC Container without actually getting wired to it to avoid the cost of reflection. | |
| InjectTag | MXML Tag that can be used for as a child tag for the FastInject tag in case multiple injections are required for a single component. |