contentbox.modules.contentbox-admin.handlers

Class autoupdates

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.autoupdates

ContentBox - A Modular Content Platform Copyright since 2012 by Ortus Solutions, Corp www.ortussolutions.com/products/contentbox --- Manage auto updates

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


    • access = public
    • returntype = any
    • inject = Processor@cbmarkdown
    true false
    any moduleSettings


    • access = public
    • returntype = any
    • inject = coldbox:moduleSettings:contentbox
    true false
    Method Summary
    any apply([any event], [any rc], [any prc])
         Apply updates.
    any check([any event], [any rc], [any prc])
         Check for updates.
    any index([any event], [any rc], [any prc])
         Show Auto Updates screen.
    any upload([any event], [any rc], [any prc])
         Upload auto update.
     
    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, getInstance, getInterceptor, getModel, getModuleConfig, getModuleSettings, getMyPlugin, getPlugin, getRenderer, getRequestCollection, getRequestContext, getSetting, getSettingStructure, includeUDF, loadApplicationHelpers, locateDirectoryPath, locateFilePath, persistVariables, populateModel, relocate, renderExternalView, renderLayout, renderView, runEvent, setController, setNextEvent, setSetting, settingExists
     
    Methods inherited from class lucee.Component
    None

    Property Detail

    markdown

    property any markdown

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

    moduleSettings

    property any moduleSettings

    Attributes:
    access - public
    required - false
    returntype - any
    inject - coldbox:moduleSettings:contentbox
    serializable - true

    Method Detail

    apply

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

    Apply updates

    Parameters:
    event
    rc
    prc

    check

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

    Check for updates

    Parameters:
    event
    rc
    prc

    index

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

    Show Auto Updates screen

    Parameters:
    event
    rc
    prc

    upload

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

    Upload auto update

    Parameters:
    event
    rc
    prc