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

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.SubjectAsMap
All Implemented Interfaces:
Serializable, Cloneable, Map

public class SubjectAsMap
extends ObjectAsMap

Wraps a Subject - allows non persistent values to be stored for the UI and works well with JSTL

Version:
$Id: SubjectAsMap.java,v 1.13 2009-03-04 15:36:09 isgwb 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
SubjectAsMap(Subject subject)
           
 
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

SubjectAsMap

public SubjectAsMap(Subject subject)
Parameters:
subject - to wrap
Method Detail

get

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