ColdBox
Application Setup
coldbox = {
// The name of the application
appName = "My App",
// The name of the incoming URL/FORM/REMOTE variable that tells the framework what event to execute. Ex: index.cfm?event=users.list
eventName = "event"
};Development Settings
coldbox = {
reinitPassword = "h1cker",
handlersIndexAutoReload = true
};reinitPassword
handlersIndexAutoReload
Implicit Event Settings
Extension Points
applicationHelper
viewsHelper
modulesExternalLocation
viewsExternalLocation
layoutsExternalLocation
handlersExternalLocation
requestContextDecorator
controllerDecorator
Exception Handling
exceptionHandler
invalidHTTPMethodHandler
invalidEventHandler
customErrorTemplate
Application Aspects
handlerCaching
eventCaching
viewCaching
proxyReturnCollection
implicitViews
caseSensitiveImplicitViews
autoMapModels
Last updated
Was this helpful?