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