Class AttributeValueSetRegistry
- java.lang.Object
-
- edu.cornell.mannlib.vitro.webapp.auth.attributes.AttributeValueSetRegistry
-
public class AttributeValueSetRegistry extends Object
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description voidclear()AttributeValueSetget(AttributeValueKey key)static AttributeValueSetRegistrygetInstance()voidput(AttributeValueKey key, AttributeValueSet values)
-
-
-
Method Detail
-
getInstance
public static AttributeValueSetRegistry getInstance()
-
get
public AttributeValueSet get(AttributeValueKey key)
-
put
public void put(AttributeValueKey key, AttributeValueSet values)
-
clear
public void clear()
-
-