lucee.Componentcommandbox.system.util.Print
commandbox.system.util.PrintBuffer
Copyright Since 2014 CommandBox by Ortus Solutions, Corp www.coldbox.org | www.ortussolutions.com I am a helper object that wraps the print helper. Instead of returning text, I accumulate it in a variable that can be retreived at the end.
Property Summary | ||||
---|---|---|---|---|
type | property | default | serializable | required |
any
|
objectID
|
true
|
false
|
|
any
|
result
Result buffer.
|
true
|
false
|
|
any
|
shell
|
true
|
false
|
Constructor Summary | |
---|---|
init()
|
Method Summary | |
---|---|
any
|
clear()
|
string
|
getObjectID()
|
any
|
getResult()
|
string
|
getShell()
|
any
|
onMissingMethod([any missingMethodName], [any missingMethodArguments])
|
any
|
setObjectID(any objectID)
|
any
|
setResult(any result)
|
any
|
setShell(any shell)
|
any
|
toConsole()
|
Methods inherited from class commandbox.system.util.Print |
---|
get256Color, getANSIAttribute, indent, unansi |
Methods inherited from class lucee.Component |
---|
None |
Constructor Detail |
---|
Property Detail |
---|
access
- publicrequired
- falsereturntype
- anyserializable
- trueResult buffer
access
- publicrequired
- falsereturntype
- anyserializable
- trueaccess
- publicrequired
- falsereturntype
- anyinject
- shellserializable
- trueMethod Detail |
---|
onMissingMethod
in class
Print
missingMethodName
missingMethodArguments
objectID
result
shell