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

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

public class AuditEntryAsMap
extends ObjectAsMap

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

Version:
$Id: AuditEntryAsMap.java,v 1.4 2009-10-01 13:43:13 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
AuditEntryAsMap(AuditEntry entry, 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

AuditEntryAsMap

public AuditEntryAsMap(AuditEntry entry,
                       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