|
ColdBox Platform - CacheBox Version 1.1 | ||||
| FRAMES | |||||
WEB-INF.cftags.component
cachebox.system.core.util.RequestBuffer
public class RequestBuffer
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 | |
|---|---|
void |
append(string str)
Append to the buffer |
void |
clear()
Clear the buffer |
any |
getBufferObject()
Get the raw buffer object |
any |
getString()
Get the string representation of the buffer |
boolean |
isBufferInScope()
Checks if the buffer has been created or not |
numeric |
length()
Returns the length (character count) |
| Methods inherited from class WEB-INF.cftags.component |
|---|
|
| Constructor Detail |
|---|
public init()
| Method Detail |
|---|
public void append(string str)
str - The string to appendpublic void clear()
public any getBufferObject()
public any getString()
public boolean isBufferInScope()
public numeric length()
|
ColdBox Platform - CacheBox Version 1.1 | ||||
| FRAMES | |||||