net.sourceforge.stripes.controller
Class DefaultActionBeanPropertyBinder.Row
java.lang.Object
java.util.AbstractMap<K,V>
java.util.HashMap<ParameterName,String[]>
net.sourceforge.stripes.controller.DefaultActionBeanPropertyBinder.Row
- All Implemented Interfaces:
- Serializable, Cloneable, Map<ParameterName,String[]>
- Enclosing class:
- DefaultActionBeanPropertyBinder
protected static class DefaultActionBeanPropertyBinder.Row
- extends HashMap<ParameterName,String[]>
An inner class that represents a "row" of form properties that all have the same index
so that we can validate all those properties together.
- See Also:
- Serialized Form
Method Summary |
boolean |
hasNonEmptyValues()
Returns true if the row had any non-empty values in it, otherwise false. |
String[] |
put(ParameterName key,
String[] values)
Adds the value to the map, along the way checking to see if there are any non-null values for
the row so far. |
Methods inherited from class java.util.HashMap |
clear, clone, containsKey, containsValue, entrySet, get, isEmpty, keySet, putAll, remove, size, values |
DefaultActionBeanPropertyBinder.Row
protected DefaultActionBeanPropertyBinder.Row()
put
public String[] put(ParameterName key,
String[] values)
- Adds the value to the map, along the way checking to see if there are any non-null values for
the row so far.
- Specified by:
put
in interface Map<ParameterName,String[]>
- Overrides:
put
in class HashMap<ParameterName,String[]>
hasNonEmptyValues
public boolean hasNonEmptyValues()
- Returns true if the row had any non-empty values in it, otherwise false.
? Copyright 2005-2006, Stripes Development Team.