|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Response
Alternative Implementation of Jeremy Allaire's Response Interface
Method Summary | |
---|---|
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 |
Method Detail |
---|
Query addQuery(String name, String[] column)
name
- name of the new Querycolumn
- columns of the new Query
void setVariable(String key, String value)
key
- key of the variablevalue
- value of the variablevoid write(String str)
str
- String to writevoid writeDebug(String str)
str
- String to write
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |