ColdBox Namespace
Whenever your models need anything from the ColdBox application then you can leverage the coldbox:
namespace for injections.
DSL | Description |
| Get the coldbox controller reference |
| Get a reference to the application's flash scope object |
| Get the coldbox application {setting} setting and inject it |
| Get a ColdBox setting {setting} and inject it |
| Get the coldbox application {setting} from the {module} and inject it |
| Get a reference to the loader service |
| Get a reference to the request service |
| Get a reference to the handler service |
| Get a reference to the interceptor service |
| Get a reference to the ColdBox Module Service |
| Get the ColdBox rendering engine reference |
| Get the ColdBox data marshalling reference |
| Get a reference of a named interceptor {name} |
| Get the application's configuration structure |
| Get the framework's configuration structure |
| Get a setting from the ColdBox settings instead of the Application settings |
| Inject the entire {module} settings structure |
| Inject the entire {module} configurations structure |
Last updated