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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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
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