|
Mura CMS 6.1 | ||||
| FRAMES | |||||
railo-context.Component
mura.cfobject
mura.utility
public class utility
| Constructor Summary | |
|---|---|
init(any configBean, any fileWriter, any javaloader)
|
|
| Method Summary | |
|---|---|
numeric |
arrayFind(array array, string stringa)
|
query |
arrayToQuery(array array)
|
void |
backUp()
|
any |
cfformprotect([any event])
|
any |
checkBCryptHash([any string], [any hash])
|
any |
checkForInstanceOf([any obj], [any name])
|
any |
copyDir(any baseDir='', any destDir='', any excludeList='', any sinceDate='', any excludeHiddenFiles='true')
|
string |
createRedirectID(any theLink)
|
void |
createRequiredSiteDirectories(string siteid='')
|
any |
deleteDir(any baseDir='')
|
any |
displayErrors(struct error='[runtime expression]')
|
any |
dumpTrace()
|
struct |
filterArgs([struct args], [string badwords])
|
string |
fixLineBreaks([any str])
|
any |
fixOracleClobs([any rs])
|
struct |
getNextN([any data], [numeric RecordsPerPage], [numeric startRow], [numeric pageBuffer='5'])
|
any |
getRequestProtocol()
|
string |
getUUID()
|
boolean |
isHTTPS()
|
any |
isValidCFVariableName(String text)
|
any |
joinArrays([any array1], [any array2])
|
any |
listFix([any list])
|
void |
logEvent(string text='', string file='', string type='Information', boolean application='true')
|
struct |
queryRowToStruct(query qry)
|
void |
SetCookie(string name, string value, [any expires=''], [string domain=''], [string path='/'], [boolean secure='false'], [boolean httponly='false'])
Replacement for cfcookie that handles httponly cookies |
string |
textPreview(string str, [numeric maxlen='100'], [string finishlist='.|?|!'], [string finishdelim='|'])
|
any |
toBCryptHash([any string], [any logRounds='[runtime expression]'])
|
| 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 fileWriter, any javaloader)
configBeanfileWriterjavaloader| Method Detail |
|---|
public numeric arrayFind(array array, string stringa)
arraystringapublic query arrayToQuery(array array)
arraypublic void backUp()
public any cfformprotect([any event])
eventpublic any checkBCryptHash([any string], [any hash])
stringhashpublic any checkForInstanceOf([any obj], [any name])
objnamepublic any copyDir(any baseDir='', any destDir='', any excludeList='', any sinceDate='', any excludeHiddenFiles='true')
baseDirdestDirexcludeListsinceDateexcludeHiddenFilespublic string createRedirectID(any theLink)
theLinkpublic void createRequiredSiteDirectories(string siteid='')
siteidpublic any deleteDir(any baseDir='')
baseDirpublic any displayErrors(struct error='[runtime expression]')
errorpublic any dumpTrace()
public struct filterArgs([struct args], [string badwords])
argsbadwordspublic string fixLineBreaks([any str])
strpublic any fixOracleClobs([any rs])
rspublic struct getNextN([any data], [numeric RecordsPerPage], [numeric startRow], [numeric pageBuffer='5'])
dataRecordsPerPagestartRowpageBufferpublic any getRequestProtocol()
public string getUUID()
public boolean isHTTPS()
public any isValidCFVariableName(String text)
textpublic any joinArrays([any array1], [any array2])
array1array2public any listFix([any list])
listpublic void logEvent(string text='', string file='', string type='Information', boolean application='true')
textfiletypeapplicationpublic struct queryRowToStruct(query qry)
qrypublic void SetCookie(string name, string value, [any expires=''], [string domain=''], [string path='/'], [boolean secure='false'], [boolean httponly='false'])
namevalueexpires - ''=session only|now|never|[date]|[number of days]domainpathsecurehttponlypublic string textPreview(string str, [numeric maxlen='100'], [string finishlist='.|?|!'], [string finishdelim='|'])
strmaxlen - Maximum lengthfinishlist - List of finish symbolsfinishdelim - Deliemiter for List of finish symbolspublic any toBCryptHash([any string], [any logRounds='[runtime expression]'])
stringlogRounds
|
Mura CMS 6.1 | ||||
| FRAMES | |||||