contentbox.modules.contentbox-admin.handlers

Class forgebox

lucee.Component
    extended by coldbox.system.FrameworkSupertype
      extended by coldbox.system.EventHandler
        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
    aroundHandler, onAuthenticationFailure, onAuthorizationFailure, onError, onExpectationFailed, onInvalidHTTPMethod, onMissingAction, routeNotFound
     
    Methods inherited from class coldbox.system.EventHandler
    _actionExists, _actionMetadata, _privateInvoker, getCachebox, getFlash, getLog, getLogBox, getWirebox, init, setCachebox, setFlash, setLog, setLogBox, setWirebox
     
    Methods inherited from class coldbox.system.FrameworkSupertype
    addAsset, announceInterception, getCache, getController, getDatasource, getInstance, getInterceptor, getModel, getModuleConfig, getModuleSettings, getMyPlugin, getPlugin, getRenderer, getRequestCollection, getRequestContext, getSetting, getSettingStructure, includeUDF, loadApplicationHelpers, locateDirectoryPath, locateFilePath, persistVariables, populateModel, renderExternalView, renderLayout, renderView, runEvent, setController, setNextEvent, setSetting, settingExists
     
    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