edu.internet2.middleware.grouper.grouperUi.beans
Class ContextContainer

java.lang.Object
  extended by edu.internet2.middleware.grouper.grouperUi.beans.ContextContainer

public class ContextContainer
extends Object

container for global things in the context attribute


Constructor Summary
ContextContainer()
           
 
Method Summary
 List<Source> getSources()
          available sourceIds for the upload form
static ContextContainer instance()
          return the isntance
 void storeToContext()
          store to session scope
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ContextContainer

public ContextContainer()
Method Detail

instance

public static ContextContainer instance()
return the isntance

Returns:
the instance

storeToContext

public void storeToContext()
store to session scope


getSources

public List<Source> getSources()
available sourceIds for the upload form

Returns:
the source ids