protected static class DefaultActionBeanPropertyBinder.Row extends HashMap<ParameterName,String[]>
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Modifier | Constructor and Description |
|---|---|
protected |
DefaultActionBeanPropertyBinder.Row() |
| Modifier and Type | Method and Description |
|---|---|
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.
|
clear, clone, containsKey, containsValue, entrySet, get, isEmpty, keySet, putAll, remove, size, valuesequals, hashCode, toStringprotected DefaultActionBeanPropertyBinder.Row()
public String[] put(ParameterName key, String[] values)
put in interface Map<ParameterName,String[]>put in class HashMap<ParameterName,String[]>public boolean hasNonEmptyValues()
© Copyright 2005-2006, Stripes Development Team.