Package org.gatein.pc.portlet.state
Class AbstractPropertyMap<IK,IV>
- Direct Known Subclasses:
SimplePropertyMap
-
Nested Class Summary
Nested classes/interfaces inherited from class org.gatein.common.util.AbstractTypedMap
org.gatein.common.util.AbstractTypedMap.Converter<E,I> -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetProperty(String key) voidsetProperty(String key, List<String> value) Methods inherited from class org.gatein.common.util.TypedMap
getDelegate, getKeyConverter, getValueConverterMethods inherited from class org.gatein.common.util.AbstractTypedMap
clear, containsKey, containsValue, convert, entrySet, equals, get, isEmpty, keySet, put, putAll, remove, replace, size, toString, validate, valuesMethods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface java.util.Map
clear, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, equals, forEach, get, getOrDefault, hashCode, isEmpty, keySet, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size, values
-
Constructor Details
-
AbstractPropertyMap
-
-
Method Details
-
getProperty
- Specified by:
getPropertyin interfaceorg.gatein.pc.api.state.PropertyMap- Throws:
IllegalArgumentException
-
setProperty
- Specified by:
setPropertyin interfaceorg.gatein.pc.api.state.PropertyMap- Throws:
IllegalArgumentException
-