lucee.Componentwirebox.system.core.util.RequestBuffer
Copyright Since 2005 ColdBox Framework by Luis Majano and Ortus Solutions, Corp www.ortussolutions.com --- A buffer object that lives in the request scope. It switches its implementation depending on the JDK its running on.
Constructor Summary | |
---|---|
init()
Constructor. |
Method Summary | |
---|---|
any
|
append(any str)
Append to the buffer. |
any
|
clear()
Clear the buffer. |
any
|
getBufferObject()
Get or construct the request buffer object. |
any
|
getString()
Get buffer string content. |
boolean
|
isBufferInScope()
Checks if the buffer has been created or not. |
numeric
|
length()
Get buffer length. |
Methods inherited from class lucee.Component |
---|
None |
Constructor Detail |
---|
Constructor
Method Detail |
---|
Append to the buffer
str
- The string to appendClear the buffer
Get or construct the request buffer object.
Get buffer string content
Checks if the buffer has been created or not
Get buffer length