contentbox.modules.contentbox-admin.handlers

Class forgebox

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

Manage ForgeBox

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


    • access = public
    • returntype = any
    • inject = forgebox@forgeboxsdk
    true false
    any forgeboxInstaller


    • access = public
    • returntype = any
    • inject = forgeboxInstaller@cb
    true false
    any markdown


    • access = public
    • returntype = any
    • inject = Processor@cbmarkdown
    true false
    Method Summary
    any index([any event], [any rc], [any prc])
         Display ForgeBox entries.
    any install([any event], [any rc], [any prc])
         Install an item from ForgeBox.
     
    Methods inherited from class contentbox.modules.contentbox-admin.handlers.baseHandler
    None
     
    Methods inherited from class lucee.Component
    None

    Property Detail

    forgebox

    property any forgebox

    Attributes:
    access - public
    required - false
    returntype - any
    inject - forgebox@forgeboxsdk
    serializable - true

    forgeboxInstaller

    property any forgeboxInstaller

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

    markdown

    property any markdown

    Attributes:
    access - public
    required - false
    returntype - any
    inject - Processor@cbmarkdown
    serializable - true

    Method Detail

    index

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

    Display ForgeBox entries

    Parameters:
    event
    rc
    prc

    install

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

    Install an item from ForgeBox

    Parameters:
    event
    rc
    prc