Mura CMS 6.1

mura.content.file
Class processImgCfimage

railo-context.Component
        extended by mura.cfobject
            extended by mura.content.file.processImgCfimage

public class processImgCfimage
extends cfobject

Constructor Summary
init([any configBean], [any settingsManager])
 
Method Summary
 any fromPath2Binary(string path, [boolean delete='true'])
 any getCustomImage(any Image, [any Height='AUTO'], [any Width='AUTO'], [any size=''], [any siteID=''])
 struct Process([any file], [any siteID])
 any resizeImage(any Image, [any Height='AUTO'], [any Width='AUTO'])
 void touchDir(string dir, [string mode='777'])
 
Methods inherited from class mura.cfobject
commitTracePoint, deleteMethod, getAsJSON, getAsStruct, getBean, getConfigBean, getCurrentUser, getEventManager, getPlugin, getPluginManager, getServiceFactory, getValue, initTracePoint, injectMethod, invokeMethod, removeValue, setValue, valueExists
 
Methods inherited from class railo-context.Component
 

Constructor Detail

init

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

Parameters:
configBean
settingsManager
Method Detail

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=''])

Parameters:
Image
Height
Width
size
siteID

Process

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

Parameters:
file
siteID

resizeImage

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

Parameters:
Image
Height
Width

touchDir

public void touchDir(string dir, [string mode='777'])

Parameters:
dir
mode

Mura CMS 6.1