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
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<String>getProperty(String key)voidsetProperty(String key, List<String> value)-
Methods inherited from class org.gatein.common.util.TypedMap
getDelegate, getKeyConverter, getValueConverter
-
Methods inherited from class org.gatein.common.util.AbstractTypedMap
clear, containsKey, containsValue, convert, entrySet, equals, get, isEmpty, keySet, put, putAll, remove, replace, size, toString, validate, values
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods 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
-
-
-
-
Method Detail
-
getProperty
public List<String> getProperty(String key) throws IllegalArgumentException
- Specified by:
getPropertyin interfaceorg.gatein.pc.api.state.PropertyMap- Throws:
IllegalArgumentException
-
setProperty
public void setProperty(String key, List<String> value) throws IllegalArgumentException
- Specified by:
setPropertyin interfaceorg.gatein.pc.api.state.PropertyMap- Throws:
IllegalArgumentException
-
-