|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.allaire.cfx.DebugResponse
public final class DebugResponse
Constructor Summary | |
---|---|
DebugResponse()
|
Method Summary | |
---|---|
Query |
addQuery(String name,
String[] columns)
adds a query to response |
void |
printQuery(Query query)
print out a query |
void |
printResults()
print out the 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 |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DebugResponse()
Method Detail |
---|
public Query addQuery(String name, String[] columns)
Response
addQuery
in interface Response
name
- name of the new Querycolumns
- columns of the new Query
Response.addQuery(java.lang.String, java.lang.String[])
public void setVariable(String key, String value)
Response
setVariable
in interface Response
key
- key of the variablevalue
- value of the variableResponse.setVariable(java.lang.String, java.lang.String)
public void write(String str)
Response
write
in interface Response
str
- String to writeResponse.write(java.lang.String)
public void writeDebug(String str)
Response
writeDebug
in interface Response
str
- String to writeResponse.writeDebug(java.lang.String)
public void printResults()
public void printQuery(Query query)
query
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |