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",
// The URI of the ColdBox application on the webserver. Use when ColdBox app exists within subdirectory from project root, otherwise can be omitted
appMapping = ""
};Development Settings
coldbox = {
reinitPassword = "h1cker",
reinitKey = "fwReinit",
handlersIndexAutoReload = true
};reinitPassword
reinitKey
handlersIndexAutoReload
Implicit Event Settings
Extension Points
applicationHelper
viewsHelper
modulesExternalLocation
viewsExternalLocation
layoutsExternalLocation
handlersExternalLocation
requestContextDecorator
controllerDecorator
Exception Handling
exceptionHandler
invalidHTTPMethodHandler
invalidEventHandler
customErrorTemplate
Application Aspects
autoMapModels
caseSensitiveImplicitViews
eventCaching
handlerCaching
implicitViews
identifierProvider
proxyReturnCollection
viewCaching
Last updated
Was this helpful?