|
Mura CMS 6.1 | ||||
FRAMES |
railo-context.Componentmura.cfobject
mura.content.file.processImgCfimage
public class processImgCfimage
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 |
---|
public init([any configBean], [any settingsManager])
configBean
settingsManager
Method Detail |
---|
public any fromPath2Binary(string path, [boolean delete='true'])
path
delete
public any getCustomImage(any Image, [any Height='AUTO'], [any Width='AUTO'], [any size=''], [any siteID=''])
Image
Height
Width
size
siteID
public struct Process([any file], [any siteID])
file
siteID
public any resizeImage(any Image, [any Height='AUTO'], [any Width='AUTO'])
Image
Height
Width
public void touchDir(string dir, [string mode='777'])
dir
mode
|
Mura CMS 6.1 | ||||
FRAMES |