edu.internet2.middleware.grouper.ui.util
Class StemAsMap

java.lang.Object
  extended by java.util.AbstractMap<K,V>
      extended by java.util.HashMap
          extended by edu.internet2.middleware.grouper.ui.util.ObjectAsMap
              extended by edu.internet2.middleware.grouper.ui.util.StemAsMap
All Implemented Interfaces:
Serializable, Cloneable, Map

public class StemAsMap
extends ObjectAsMap

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 $
Author:
Gary Brown.
See Also:
Serialized Form

Nested Class Summary
 
Nested classes/interfaces inherited from class java.util.AbstractMap
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>
 
Constructor Summary
StemAsMap(Stem stem, GrouperSession s)
           
 
Method Summary
 Object get(Object key)
           
 
Methods inherited from class edu.internet2.middleware.grouper.ui.util.ObjectAsMap
entrySet, getDateFormat, getInstance, getInstance, getInstance, getInstance, getInstance, getObjectType, getString, getWrappedObject, isEmpty, keySet, setDateFormat, size
 
Methods inherited from class java.util.HashMap
clear, clone, containsKey, containsValue, put, putAll, remove, values
 
Methods inherited from class java.util.AbstractMap
equals, hashCode, toString
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface java.util.Map
equals, hashCode
 

Constructor Detail

StemAsMap

public StemAsMap(Stem stem,
                 GrouperSession s)
Parameters:
stem - Stem to wrap
s - GrouperSession for authenticated user
Method Detail

get

public Object get(Object key)
Specified by:
get in interface Map
Overrides:
get in class ObjectAsMap