railo-context.Componentcbcommons.Utilities
This is a Utilities CFC
Constructor Summary | |
---|---|
init()
|
Method Summary | |
---|---|
boolean
|
isCFUUID(string inStr)
Checks if a passed string is a valid UUID. |
boolean
|
isSSL()
Tells you if you are in SSL mode or not. |
any
|
placeHolderReplacer(any str, any settings)
PlaceHolder Replacer for strings containing ${} patterns. |
struct
|
queryStringToStruct(string qs='')
Converts a querystring into a struct of name value pairs. |
void
|
sleeper(numeric milliseconds)
Make the main thread of execution sleep for X amount of seconds. |
Methods inherited from class railo-context.Component |
---|
None |
Constructor Detail |
---|
Method Detail |
---|
Checks if a passed string is a valid UUID.
inStr
Tells you if you are in SSL mode or not.
PlaceHolder Replacer for strings containing ${} patterns
str
- The string variable to look for replacementssettings
- The structure of settings to use in replacingConverts a querystring into a struct of name value pairs
qs
- The query stringMake the main thread of execution sleep for X amount of seconds.
milliseconds
- Milliseconds to sleep