contentbox.modules.contentbox-deps

Class ModuleConfig

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

ContentBox - A Modular Content Platform Copyright since 2012 by Ortus Solutions, Corp www.ortussolutions.com/products/contentbox --- ContentBox Dependencies Module. This controls the loading/unloading of all the dependencies required in ContentBox, via the `this.dependencies` property.

Class Attributes:
  • synchronized : false
  •  
  • accessors : false
  •  
  • persistent : false
  •  
    Method Summary
    any configure()
         Configure Module.
    any onLoad()
         Fired when the module is registered and activated.
     
    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.