public interface Request
| Modifier and Type | Method and Description |
|---|---|
Cloud |
getCloud()
Obtains the Cloud that can be used if no Node available yet.
|
Locale |
getLocale() |
String |
getName(Field field) |
<C> C |
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() |
<C> C |
setProperty(Parameter<C> name,
C value)
Handler implementations can put properties on the request to do some adminstration.
|
void invalidate()
boolean isValid()
Cloud getCloud()
Locale getLocale()
<C> C setProperty(Parameter<C> name, C value)
<C> C getProperty(Parameter<C> name)
boolean isPost()
MMBase 1.9-SNAPSHOT - ${javadoctimestamp}