contentbox.modules.contentbox-deps.modules.cbsecurity

Class ModuleConfig

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

Copyright Since 2005 ColdBox Framework by Luis Majano and Ortus Solutions, Corp --- Module Configuration

Class Attributes:
  • synchronized : false
  •  
  • accessors : false
  •  
  • persistent : false
  •  
    Method Summary
    any configure()
         Module Config.
    any onLoad()
         Fired when the module is registered and activated.
    any onUnload()
         Fired when the module is unregistered and unloaded.
    private any parseParentSettings()
         Prepare settings and returns true if using i18n else false.
     
    Methods inherited from class lucee.Component
    None

    Method Detail

    configure

    public any configure()

    Module Config


    onLoad

    public any onLoad()

    Fired when the module is registered and activated.


    onUnload

    public any onUnload()

    Fired when the module is unregistered and unloaded


    parseParentSettings

    private any parseParentSettings()

    Prepare settings and returns true if using i18n else false.