valueDescriptionsByName| Constructor and Description |
|---|
EnumSetParameter(String name,
String description,
EnumSet<T> defaultValue,
T[] allValues,
String[] valueDescriptions) |
| Modifier and Type | Method and Description |
|---|---|
EnumSet<T> |
getValue(javax.servlet.http.HttpServletRequest request)
Returns the value of this parameter, as specified in the given request.
|
getDefaultValue, getDescription, getName, getValueForDescriptionpublic EnumSet<T> getValue(javax.servlet.http.HttpServletRequest request) throws IllegalArgumentException
ParameterCopyright © 2012 David Milne. All Rights Reserved.