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 configure()
    any development()
         Development tier.
    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

    public any configure()


    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


    preProcess

    public any preProcess([any event])

    Multi-domain hosting, in preparation for multi-site domains This is for both the admin and UI modules

    Parameters:
    event