|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
Alternative Implementation of Jeremy Allaire's Request Interface
| 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 |
| Method Detail |
public boolean attributeExists(java.lang.String key)
key - key to check
public boolean debug()
public java.lang.String getAttribute(java.lang.String key)
key - key to get
public java.lang.String getAttribute(java.lang.String key,
java.lang.String defaultValue)
key - key to getdefaultValue - return this value if key not exists
public java.lang.String[] getAttributeList()
public int getIntAttribute(java.lang.String key)
throws java.lang.NumberFormatException
key - key to get
java.lang.NumberFormatException
public int getIntAttribute(java.lang.String key,
int defaultValue)
key - key to getdefaultValue - return this value if key not exists
public Query getQuery()
public java.lang.String getSetting(java.lang.String key)
key -
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||