contentbox.modules.Hello

Class ModuleConfig

railo-context.Component
        extended by contentbox.modules.Hello.ModuleConfig
Class Attributes:
  • synchronized : false
  •  
  • accessors : false
  •  
  • persistent : false
  •  

    My Module Configuration

    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 railo-context.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