com.allaire.cfx
Class DebugRequest

java.lang.Object
  |
  +--com.allaire.cfx.DebugRequest
All Implemented Interfaces:
Request

public class DebugRequest
extends java.lang.Object
implements Request


Constructor Summary
DebugRequest(java.util.Hashtable hashtable)
           
DebugRequest(java.util.Hashtable hashtable, Query query)
           
DebugRequest(java.util.Hashtable hashtable, Query query, java.util.Hashtable hashtable1)
           
 
Method Summary
 boolean attributeExists(java.lang.String s)
           
 boolean debug()
           
 java.lang.String getAttribute(java.lang.String s)
           
 java.lang.String getAttribute(java.lang.String s, java.lang.String s1)
           
 java.lang.String[] getAttributeList()
           
 int getIntAttribute(java.lang.String s)
           
 int getIntAttribute(java.lang.String s, int i)
           
 Query getQuery()
           
 java.lang.String getSetting(java.lang.String s)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DebugRequest

public DebugRequest(java.util.Hashtable hashtable)
             throws java.lang.IllegalArgumentException

DebugRequest

public DebugRequest(java.util.Hashtable hashtable,
                    Query query)
             throws java.lang.IllegalArgumentException

DebugRequest

public DebugRequest(java.util.Hashtable hashtable,
                    Query query,
                    java.util.Hashtable hashtable1)
             throws java.lang.IllegalArgumentException
Method Detail

attributeExists

public boolean attributeExists(java.lang.String s)
Specified by:
attributeExists in interface Request

debug

public boolean debug()
Specified by:
debug in interface Request

getAttribute

public java.lang.String getAttribute(java.lang.String s)
Specified by:
getAttribute in interface Request

getAttribute

public java.lang.String getAttribute(java.lang.String s,
                                     java.lang.String s1)
Specified by:
getAttribute in interface Request

getAttributeList

public java.lang.String[] getAttributeList()
Specified by:
getAttributeList in interface Request

getIntAttribute

public int getIntAttribute(java.lang.String s)
                    throws java.lang.NumberFormatException
Specified by:
getIntAttribute in interface Request

getIntAttribute

public int getIntAttribute(java.lang.String s,
                           int i)
Specified by:
getIntAttribute in interface Request

getQuery

public Query getQuery()
Specified by:
getQuery in interface Request

getSetting

public java.lang.String getSetting(java.lang.String s)
Specified by:
getSetting in interface Request