|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectcom.allaire.cfx.DebugRequest
Implementation of the Debug Request
| Constructor Summary | |
DebugRequest(java.util.Hashtable attributes)
constructor of the class |
|
DebugRequest(java.util.Hashtable attributes,
Query query)
constructor of the class |
|
DebugRequest(java.util.Hashtable attributes,
Query query,
java.util.Hashtable settings)
constructor of the class |
|
| Method Summary | |
boolean |
attributeExists(java.lang.String key)
checks if attribute with this key exists |
boolean |
debug()
|
java.lang.String |
getAttribute(java.lang.String key)
returns attribute matching key |
java.lang.String |
getAttribute(java.lang.String key,
java.lang.String defaultValue)
returns attribute matching key |
java.lang.String[] |
getAttributeList()
return all sattribute keys |
int |
getIntAttribute(java.lang.String key)
returns attribute as int matching key |
int |
getIntAttribute(java.lang.String key,
int defaultValue)
returns attribute as int matching key |
Query |
getQuery()
return given query |
java.lang.String |
getSetting(java.lang.String key)
returns all the settings |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public DebugRequest(java.util.Hashtable attributes)
attributes -
public DebugRequest(java.util.Hashtable attributes,
Query query)
attributes - query -
public DebugRequest(java.util.Hashtable attributes,
Query query,
java.util.Hashtable settings)
attributes - query - settings - | Method Detail |
public boolean attributeExists(java.lang.String key)
Request
attributeExists in interface Requestkey - key to check
Request.attributeExists(java.lang.String)public boolean debug()
debug in interface RequestRequest.debug()
public java.lang.String getAttribute(java.lang.String key,
java.lang.String defaultValue)
Request
getAttribute in interface Requestkey - key to getdefaultValue - return this value if key not exists
Request.getAttribute(java.lang.String, java.lang.String)public java.lang.String getAttribute(java.lang.String key)
Request
getAttribute in interface Requestkey - key to get
Request.getAttribute(java.lang.String)public java.lang.String[] getAttributeList()
Request
getAttributeList in interface RequestRequest.getAttributeList()
public int getIntAttribute(java.lang.String key,
int defaultValue)
Request
getIntAttribute in interface Requestkey - key to getdefaultValue - return this value if key not exists
Request.getIntAttribute(java.lang.String, int)
public int getIntAttribute(java.lang.String key)
throws java.lang.NumberFormatException
Request
getIntAttribute in interface Requestkey - key to get
java.lang.NumberFormatExceptionRequest.getIntAttribute(java.lang.String)public Query getQuery()
Request
getQuery in interface RequestRequest.getQuery()public java.lang.String getSetting(java.lang.String key)
Request
getSetting in interface Requestkey -
Request.getSetting(java.lang.String)
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||