public interface Response
Modifier and Type | Method and Description |
---|---|
Query |
addQuery(String name,
String[] column)
adds a query to response
|
void |
setVariable(String key,
String value)
sets a variable to response
|
void |
write(String str)
write out a String to response
|
void |
writeDebug(String str)
write out if debug is enabled
|
Query addQuery(String name, String[] column)
name
- name of the new Querycolumn
- columns of the new Queryvoid setVariable(String key, String value)
key
- key of the variablevalue
- value of the variablevoid writeDebug(String str)
str
- String to writeCopyright © 2015 Lucee