valueDescriptionsByName| Constructor and Description |
|---|
FloatParameter(String name,
String description,
Float defaultValue) |
| Modifier and Type | Method and Description |
|---|---|
Float |
getValue(javax.servlet.http.HttpServletRequest request)
Returns the value of this parameter, as specified in the given request.
|
getDefaultValue, getDescription, getName, getValueForDescriptionpublic Float getValue(javax.servlet.http.HttpServletRequest request) throws IllegalArgumentException
ParametergetValue in class Parameter<Float>request - the request made to the serviceIllegalArgumentException - if the value specified in this request cannot be parsedCopyright © 2012 David Milne. All Rights Reserved.