contentbox.modules.contentbox-admin.modules.contentbox-filebrowser.handlers

Class Editor

lucee.Component
    extended by coldbox.system.FrameworkSupertype
      extended by coldbox.system.EventHandler
        extended by contentbox.modules.contentbox-admin.modules.contentbox-filebrowser.handlers.Editor

Image Editor

Class Attributes:
  • synchronized : false
  •  
  • accessors : false
  •  
  • persistent : false
  •  
    Method Summary
    any crop([any event], [any rc], [any prc])
         Crop image.
    any imageSave([any event], [any rc], [any prc])
         Save image.
    any imageScale([any event], [any rc], [any prc])
         Scale image.
    any imageTransform([any event], [any rc], [any prc])
         Flip/rotate image.
    any index([any event], [any rc], [any prc])
         Index.
    any info([any event], [any rc], [any prc])
         Info.
    private any sanitizeUrl(string imgName, string imgPath)
         Sanitize incoming paramed URL arguments.
     
    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

    Method Detail

    crop

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

    Crop image

    Parameters:
    event
    rc
    prc

    imageSave

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

    Save image

    Parameters:
    event
    rc
    prc

    imageScale

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

    Scale image

    Parameters:
    event
    rc
    prc

    imageTransform

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

    Flip/rotate image

    Parameters:
    event
    rc
    prc

    index

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

    Index

    Parameters:
    event
    rc
    prc

    info

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

    Info

    Parameters:
    event
    rc
    prc

    sanitizeUrl

    private any sanitizeUrl(string imgName, string imgPath)

    Sanitize incoming paramed URL arguments

    Parameters:
    imgName
    imgPath