contentbox.modules.contentbox-admin.handlers

Class globalHTML

lucee.Component
    extended by contentbox.modules.contentbox-admin.handlers.baseHandler
      extended by contentbox.modules.contentbox-admin.handlers.globalHTML

Manage global HTML in the system

Class Attributes:
  • synchronized : false
  •  
  • accessors : false
  •  
  • persistent : false
  •  
    Property Summary
    type property default serializable required
    any contentService


    • access = public
    • returntype = any
    • inject = id:contentService@cb
    true false
    any settingsService


    • access = public
    • returntype = any
    • inject = id:settingService@cb
    true false
    Method Summary
    any index([any event], [any rc], [any prc])
    any save([any event], [any rc], [any prc])
     
    Methods inherited from class contentbox.modules.contentbox-admin.handlers.baseHandler
    None
     
    Methods inherited from class lucee.Component
    None

    Property Detail

    contentService

    property any contentService

    Attributes:
    access - public
    required - false
    returntype - any
    inject - id:contentService@cb
    serializable - true

    settingsService

    property any settingsService

    Attributes:
    access - public
    required - false
    returntype - any
    inject - id:settingService@cb
    serializable - true

    Method Detail

    index

    public any index([any event], [any rc], [any prc])

    Parameters:
    event
    rc
    prc

    save

    public any save([any event], [any rc], [any prc])

    Parameters:
    event
    rc
    prc