mura.content.file

Class processImgCfimage

lucee.Component
    extended by mura.cfobject
      extended by mura.content.file.processImgCfimage

This provides image processing functionality

Class Attributes:
  • output : false
  •  
  • synchronized : false
  •  
  • accessors : false
  •  
  • persistent : false
  •  
    Constructor Summary
    init([any configBean], [any settingsManager])
    Method Summary
    any doesImageFileExist([any filePath], [any attempt='1'])
    any fromPath2Binary(string path, [boolean delete='true'])
    any getCustomImage(any Image, [any Height='AUTO'], [any Width='AUTO'], [any size=''], [any siteID=''], [any attempt='1'])
    struct Process([any file], [any siteID])
    any resetImageFileLookUp()
    any resizeImage(any Image, [any Height='AUTO'], [any Width='AUTO'])
    any touchDir(string dir, [string mode='[runtime expression]'])
     
    Methods inherited from class mura.cfobject
    commitTracePoint, convertTimezone, deleteMethod, get, getAsJSON, getAsStruct, getBean, getConfigBean, getCurrentUser, getEventManager, getFeed, getHTTPAttrs, getHTTPService, getJavaTimezone, getPlugin, getPluginManager, getQueryAttrs, getQueryService, getServiceFactory, getSession, getValue, hasCustomDatasource, initTracePoint, inject, injectMethod, invokeMethod, mixin, parseDateArg, removeValue, set, setValue, valueExists
     
    Methods inherited from class lucee.Component
    None

    Constructor Detail

    init

    public init([any configBean], [any settingsManager])

    Parameters:
    configBean
    settingsManager

    Method Detail

    doesImageFileExist

    public any doesImageFileExist([any filePath], [any attempt='1'])

    Parameters:
    filePath
    attempt

    fromPath2Binary

    public any fromPath2Binary(string path, [boolean delete='true'])

    Parameters:
    path
    delete

    getCustomImage

    public any getCustomImage(any Image, [any Height='AUTO'], [any Width='AUTO'], [any size=''], [any siteID=''], [any attempt='1'])

    Parameters:
    Image
    Height
    Width
    size
    siteID
    attempt

    Process

    public struct Process([any file], [any siteID])

    Parameters:
    file
    siteID

    resetImageFileLookUp

    public any resetImageFileLookUp()


    resizeImage

    public any resizeImage(any Image, [any Height='AUTO'], [any Width='AUTO'])

    Parameters:
    Image
    Height
    Width

    touchDir

    public any touchDir(string dir, [string mode='[runtime expression]'])

    Parameters:
    dir
    mode