contentbox.modules.contentbox-admin.handlers

Class baseHandler

lucee.Component
    extended by contentbox.modules.contentbox-admin.handlers.baseHandler
Direct Known Subclasses:
authors , autoupdates , baseContentHandler , categories , ckfilebrowser , comments , content , dashboard , forgebox , globalHTML , mediamanager , menus , modules , permissions , roles , securityRules , settings , subscribers , themes , tools , versions , widgets

ContentBox - A Modular Content Platform Copyright since 2012 by Ortus Solutions, Corp www.ortussolutions.com/products/contentbox --- The admin cb handler base

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


    • access = public
    • returntype = any
    • inject = id:messagebox@cbmessagebox
    true false
    any settingService


    • access = public
    • returntype = any
    • inject = id:settingService@cb
    true false
     
    Methods inherited from class lucee.Component
    None

    Property Detail

    cbMessagebox

    property any cbMessagebox

    Attributes:
    access - public
    required - false
    returntype - any
    inject - id:messagebox@cbmessagebox
    serializable - true

    settingService

    property any settingService

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