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