lucee.Componentcontentbox.ModuleConfig
ContentBox - A Modular Content Platform Copyright since 2012 by Ortus Solutions, Corp www.ortussolutions.com/products/contentbox --- ContentBox Core module configuration
Method Summary | |
---|---|
any
|
configure()
Configure Module. |
any
|
development()
Development tier. |
private any
|
loadConfigOverrides()
Load up config overrides. |
private any
|
loadEnvironmentOverrides()
Load up java environment overrides for ContentBox settings. |
any
|
onLoad()
Fired when the module is registered and activated. |
any
|
onUnload()
Fired when the module is unregistered and unloaded. |
any
|
preProcess([any event])
Multi-domain hosting, in preparation for multi-site domains. |
Methods inherited from class lucee.Component |
---|
None |
Method Detail |
---|
Configure Module
Development tier
Load up config overrides
Load up java environment overrides for ContentBox settings The pattern to look is `contentbox.{site}.{setting}` Example: contentbox.default.cb_media_directoryRoot
Fired when the module is registered and activated.
Fired when the module is unregistered and unloaded
Multi-domain hosting, in preparation for multi-site domains This is for both the admin and UI modules
event