valueDescriptionsByName| Constructor and Description |
|---|
IntParameter(String name,
String description,
Integer defaultValue)
Initialises a new int parameter
|
| 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.
|
getDefaultValue, getDescription, getName, getValueForDescriptionpublic IntParameter(String name, String description, Integer defaultValue)
name - the name of the parameterdescription - a short description of what this parameter doesdefaultValue - the value to use when requests do not specify a value for this parameter (may be null)Copyright © 2012 David Milne. All Rights Reserved.