public abstract class AbstractRequest extends Object implements Request
| Constructor and Description |
|---|
AbstractRequest() |
| Modifier and Type | Method and Description |
|---|---|
Cloud |
getCloud()
Obtains the Cloud that can be used if no Node available yet.
|
Locale |
getLocale() |
<C> C |
getProperty(Parameter<C> name) |
void |
invalidate()
Encounter something that would make the current form invalid.
|
boolean |
isValid() |
<C> C |
setProperty(Parameter<C> name,
C value)
Handler implementations can put properties on the request to do some adminstration.
|
public void invalidate()
Requestinvalidate in interface Requestpublic Cloud getCloud()
Requestpublic <C> C setProperty(Parameter<C> name, C value)
RequestsetProperty in interface Requestpublic <C> C getProperty(Parameter<C> name)
getProperty in interface RequestMMBase 1.9-SNAPSHOT - ${javadoctimestamp}