|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Request
This generalizes one rendition of a form.
| Method Summary | ||
|---|---|---|
Cloud |
getCloud()
Obtains the Cloud that can be used if no Node available yet. |
|
Locale |
getLocale()
|
|
String |
getName(Field field)
|
|
|
getProperty(Parameter<C> name)
|
|
Object |
getValue(Field field)
Gets the user specified value for a field |
|
Object |
getValue(Field field,
String part)
|
|
void |
invalidate()
Encounter something that would make the current form invalid. |
|
boolean |
isPost()
|
|
boolean |
isValid()
|
|
|
setProperty(Parameter<C> name,
C value)
Handler implementations can put properties on the request to do some adminstration. |
|
| Method Detail |
|---|
void invalidate()
boolean isValid()
Cloud getCloud()
Locale getLocale()
String getName(Field field)
Object getValue(Field field)
Object getValue(Field field,
String part)
<C> C setProperty(Parameter<C> name,
C value)
<C> C getProperty(Parameter<C> name)
boolean isPost()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||