Class 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 $
See Also:
  • Field Details

  • Constructor Details

    • StemAsMap

      protected StemAsMap()
    • StemAsMap

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