|
Mura CMS 6.1 | ||||
| FRAMES | |||||
railo-context.Component
mura.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])
configBeansettingsManager| Method Detail |
|---|
public any fromPath2Binary(string path, [boolean delete='true'])
pathdeletepublic any getCustomImage(any Image, [any Height='AUTO'], [any Width='AUTO'], [any size=''], [any siteID=''])
ImageHeightWidthsizesiteIDpublic struct Process([any file], [any siteID])
filesiteIDpublic any resizeImage(any Image, [any Height='AUTO'], [any Width='AUTO'])
ImageHeightWidthpublic void touchDir(string dir, [string mode='777'])
dirmode
|
Mura CMS 6.1 | ||||
| FRAMES | |||||