org.apache.beehive.netui.pageflow
Class DynaFormData
Object
ActionForm
DynaActionForm
DynaValidatorForm
DynaFormData
- All Implemented Interfaces:
- Serializable, Map, DynaBean
public class DynaFormData
- extends DynaValidatorForm
- implements Map
Extension of org.apache.struts.validator.DynaValidatorForm that implements Map. This allows it to be
used with NetUI tags.
- See Also:
- Serialized Form
Nested classes/interfaces inherited from interface Map |
Map.Entry<K,V> |
Fields inherited from class DynaValidatorForm |
page, validatorResults |
Fields inherited from class DynaActionForm |
dynaClass, dynaValues |
Fields inherited from class ActionForm |
multipartRequestHandler, servlet |
Methods inherited from class DynaValidatorForm |
getPage, getResultValueMap, getValidatorResults, log, log, reset, setPage, setValidatorResults, validate |
Methods inherited from class DynaActionForm |
contains, get, get, get, getDynaClass, getDynaProperty, getMap, initialize, isDynaAssignable, remove, reset, set, set, set, toString |
Methods inherited from class ActionForm |
getMultipartRequestHandler, getServlet, getServletWrapper, setMultipartRequestHandler, setServlet, validate |
Methods inherited from class Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Methods inherited from interface Map |
equals, hashCode |
Methods inherited from interface DynaBean |
contains, get, get, get, getDynaClass, remove, set, set, set |
DynaFormData
public DynaFormData()
clear
public void clear()
- Specified by:
clear
in interface Map
containsKey
public boolean containsKey(Object key)
- Specified by:
containsKey
in interface Map
containsValue
public boolean containsValue(Object value)
- Specified by:
containsValue
in interface Map
entrySet
public Set entrySet()
- Specified by:
entrySet
in interface Map
get
public Object get(Object name)
- Specified by:
get
in interface Map
isEmpty
public boolean isEmpty()
- Specified by:
isEmpty
in interface Map
keySet
public Set keySet()
- Specified by:
keySet
in interface Map
put
public Object put(Object key,
Object value)
- Specified by:
put
in interface Map
putAll
public void putAll(Map map)
- Specified by:
putAll
in interface Map
remove
public Object remove(Object key)
- Specified by:
remove
in interface Map
size
public int size()
- Specified by:
size
in interface Map
values
public Collection values()
- Specified by:
values
in interface Map