com.allaire.cfx
Class DebugResponse

java.lang.Object
  |
  +--com.allaire.cfx.DebugResponse
All Implemented Interfaces:
Response

public class DebugResponse
extends java.lang.Object
implements Response


Constructor Summary
DebugResponse()
           
 
Method Summary
 Query addQuery(java.lang.String s, java.lang.String[] as)
           
 void printResults()
           
 void setVariable(java.lang.String s, java.lang.String s1)
           
 void write(java.lang.String s)
           
 void writeDebug(java.lang.String s)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DebugResponse

public DebugResponse()
Method Detail

addQuery

public Query addQuery(java.lang.String s,
                      java.lang.String[] as)
               throws java.lang.IllegalArgumentException
Specified by:
addQuery in interface Response

printResults

public void printResults()

setVariable

public void setVariable(java.lang.String s,
                        java.lang.String s1)
                 throws java.lang.IllegalArgumentException
Specified by:
setVariable in interface Response

write

public void write(java.lang.String s)
Specified by:
write in interface Response

writeDebug

public void writeDebug(java.lang.String s)
Specified by:
writeDebug in interface Response