public class ActionFormUtilMap extends HashMap
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>
Constructor and Description |
---|
ActionFormUtilMap() |
Modifier and Type | Method and Description |
---|---|
String |
encryptValue(Object value)
Encrypts a value passed from the ui.
|
Object |
get(Object key)
This method parses from the key the actual method to run.
|
Object |
getOptionsMap(Object key) |
Object |
getOptionsMap(Object key,
Object boClass,
Object keyAttribute,
Object labelAttribute,
Object includeKeyInLabel) |
Object |
getOptionsMap(Object key,
Object boClass,
Object keyAttribute,
Object labelAttribute,
Object includeBlankRow,
Object includeKeyInLabel)
This method will take in a key parameter (values finder class name - in this case the generic
PersistableObjectValuesFinder) along with the related parameters required by this ValuesFinder,
and attempt to create a KeyValueFinder instance, then call the finder to return a list of
KeyValue pairs.
|
void |
setCacheValueFinderResults(boolean cacheValueFinderResults) |
clear, clone, containsKey, containsValue, entrySet, isEmpty, keySet, put, putAll, remove, size, values
equals, hashCode, toString
public ActionFormUtilMap()
public Object get(Object key)
get
in interface Map
get
in class HashMap
Map.get(java.lang.Object)
public Object getOptionsMap(Object key)
public Object getOptionsMap(Object key, Object boClass, Object keyAttribute, Object labelAttribute, Object includeKeyInLabel)
public Object getOptionsMap(Object key, Object boClass, Object keyAttribute, Object labelAttribute, Object includeBlankRow, Object includeKeyInLabel)
key
- values finder class nameboClass
- BO class namekeyAttribute
- name of BO attribute for keylabelAttribute
- name of BO attribute for labelincludeKeyInLabel
- whether to include the key in the label or notpublic String encryptValue(Object value)
value
- - clear textpublic void setCacheValueFinderResults(boolean cacheValueFinderResults)
Copyright © 2005-2012 The Kuali Foundation. All Rights Reserved.