contentbox.modules.contentbox-deps.modules.cborm

Class ModuleConfig

lucee.Component
    extended by contentbox.modules.contentbox-deps.modules.cborm.ModuleConfig

Copyright Since 2005 ColdBox Framework by Luis Majano and Ortus Solutions, Corp www.ortussolutions.com ---

Class Attributes:
  • synchronized : false
  •  
  • accessors : false
  •  
  • persistent : false
  •  
    Method Summary
    any configure()
         Configure Module.
    any onLoad()
         Fired when the module is registered and activated.
    any onUnload()
         Fired when the module is unregistered and unloaded.
     
    Methods inherited from class lucee.Component
    None

    Method Detail

    configure

    public any configure()

    Configure Module


    onLoad

    public any onLoad()

    Fired when the module is registered and activated.


    onUnload

    public any onUnload()

    Fired when the module is unregistered and unloaded