Package org.gatein.pc.portlet.state
Class AbstractPropertyMap<IK,IV>
- Direct Known Subclasses:
SimplePropertyMap
public class AbstractPropertyMap<IK,IV>
extends org.gatein.common.util.TypedMap<String,List<String>,IK,IV>
implements org.gatein.pc.api.state.PropertyMap
- Version:
- $Revision: 6643 $
- Author:
- Julien Viet
-
Nested Class Summary
-
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
-