protected static class DefaultActionBeanPropertyBinder.Row extends java.util.HashMap<ParameterName,java.lang.String[]>
| 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.
|
java.lang.String[] |
put(ParameterName key,
java.lang.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, valuesprotected DefaultActionBeanPropertyBinder.Row()
public java.lang.String[] put(ParameterName key, java.lang.String[] values)
put in interface java.util.Map<ParameterName,java.lang.String[]>put in class java.util.HashMap<ParameterName,java.lang.String[]>public boolean hasNonEmptyValues()
? Copyright 2005-2006, Stripes Development Team.