contentbox.modules_user.Hello

Class ModuleConfig

lucee.Component
    extended by contentbox.modules_user.Hello.ModuleConfig

My Module Configuration

Class Attributes:
  • synchronized : false
  •  
  • accessors : false
  •  
  • persistent : false
  •  
    Method Summary
    any configure()
    any onActivate()
         Fired when the module is activated by ContentBox.
    any onDeactivate()
         Fired when the module is deactivated by ContentBox.
    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()


    onActivate

    public any onActivate()

    Fired when the module is activated by ContentBox


    onDeactivate

    public any onDeactivate()

    Fired when the module is deactivated by ContentBox


    onLoad

    public any onLoad()

    Fired when the module is registered and activated.


    onUnload

    public any onUnload()

    Fired when the module is unregistered and unloaded