ColdBox Namespace
This namespace is a combination of namespaces that are only active when used within a ColdBox application:
Single Stage Injections
DSL | Description |
| Get the coldbox controller reference |
Two Stage Injections
DSL | Description |
| The global Async Manager |
| The global application scheduler object |
| Get a reference to the application's configuration settings |
| The global ColdBox internal settings struct |
| Get a reference to the application's data marshaller |
| Get a reference to the application's flash scope object |
| Get a reference to the handler service |
| Get a reference to the interceptor service |
| Get a reference to the loader service |
| Get a reference to the ColdBox Module Service |
| Get a reference to a ColdBox renderer object |
| Get a reference to the current transient request context |
| Get a reference to the request service |
| Get a reference to the application router object |
| Get a reference to the routing service |
| Get a reference to the scheduler service |
Three Stage Injections
DSL | Description |
| Get a setting from the ColdBox settings instead of the Application settings |
| Get the coldbox application {setting} setting and inject it |
| Get the coldbox application {setting} from the {module} and inject it |
| Get a reference of a named interceptor {name} |
| Inject the entire {module} settings structure |
| Inject the entire {module} configurations structureF |
Four Stage Injections
DSL | Description |
| Inject a single setting from a module |
Examples
Last updated