Class StemAsMap
java.lang.Object
java.util.AbstractMap<K,V>
java.util.HashMap
edu.internet2.middleware.grouper.ui.util.ObjectAsMap
edu.internet2.middleware.grouper.ui.util.StemAsMap
- All Implemented Interfaces:
Serializable
,Cloneable
,Map
Wraps a GrouperStem- allows non persistent values to be stored for the UI and
works well with JSTL
- Version:
- $Id: StemAsMap.java,v 1.7 2008-07-21 04:43:47 mchyzer Exp $
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class java.util.AbstractMap
AbstractMap.SimpleEntry<K extends Object,
V extends Object>, AbstractMap.SimpleImmutableEntry<K extends Object, V extends Object> -
Field Summary
FieldsFields inherited from class edu.internet2.middleware.grouper.ui.util.ObjectAsMap
dateFormat, dynaBean, wrappedObject
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class edu.internet2.middleware.grouper.ui.util.ObjectAsMap
entrySet, getByIntrospection, getDateFormat, getExtraKeys, getInstance, getInstance, getInstance, getInstance, getObjectType, getString, getWrappedObject, isEmpty, keySet, setDateFormat, size
Methods inherited from class java.util.HashMap
clear, clone, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, forEach, getOrDefault, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, values
Methods inherited from class java.util.AbstractMap
equals, hashCode, toString
-
Field Details
-
stem
-
objType
- See Also:
-
-
Constructor Details
-
StemAsMap
protected StemAsMap() -
StemAsMap
- Parameters:
stem
- Stem to wraps
- GrouperSession for authenticated user
-
-
Method Details
-
init
-
get
- Specified by:
get
in interfaceMap
- Overrides:
get
in classObjectAsMap
-