contentbox

Class ModuleConfig

lucee.Component
    extended by contentbox.ModuleConfig

ContentBox - A Modular Content Platform Copyright since 2012 by Ortus Solutions, Corp www.ortussolutions.com/products/contentbox --- ContentBox Core module configuration

Class Attributes:
  • synchronized : false
  •  
  • accessors : false
  •  
  • persistent : false
  •  
    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

    afterConfigurationLoad

    public any afterConfigurationLoad([any event], [any interceptData], [any buffer], [any rc], [any prc])

    Listen to when application and all modules are fully loaded. We use this interception to startup some services and discoveries.

    Parameters:
    event
    interceptData
    buffer
    rc
    prc

    configure

    public any configure()

    Configure Module


    development

    public any development()

    Development tier


    onLoad

    public any onLoad()

    Fired when the module is registered and activated.


    onUnload

    public any onUnload()

    Fired when the module is unregistered and unloaded


    verifyCustomModule

    private any verifyCustomModule()

    Verify the custom module exists. If not, we will auto-generate one to avoid conflicts and issues with new custom approaches.