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
|
afterConfigurationLoad([any event], [any interceptData], [any buffer], [any rc], [any prc])
Listen to when application and all modules are fully loaded. |
any
|
configure()
Configure Module. |
any
|
development()
Development tier. |
any
|
onLoad()
Fired when the module is registered and activated. |
any
|
onUnload()
Fired when the module is unregistered and unloaded. |
private any
|
verifyCustomModule()
Verify the custom module exists. |
Methods inherited from class lucee.Component |
---|
None |
Method Detail |
---|
Listen to when application and all modules are fully loaded. We use this interception to startup some services and discoveries.
event
interceptData
buffer
rc
prc
Configure Module
Development tier
Fired when the module is registered and activated.
Fired when the module is unregistered and unloaded
Verify the custom module exists. If not, we will auto-generate one to avoid conflicts and issues with new custom approaches.