org.apache.wicket.model.util
Class MapModel<K,V>
java.lang.Object
org.apache.wicket.model.util.GenericBaseModel<java.util.Map<K,V>>
org.apache.wicket.model.util.MapModel<K,V>
- Type Parameters:
K
- map's key typeV
- map's value type
- All Implemented Interfaces:
- java.io.Serializable, IClusterable, IDetachable, IModel<java.util.Map<K,V>>
public class MapModel<K,V>
- extends GenericBaseModel<java.util.Map<K,V>>
Based on Model
but for maps of serializable objects.
- Author:
- Timo Rantalaiho
- See Also:
- Serialized Form
Constructor Summary |
MapModel()
Creates empty model |
MapModel(java.util.Map<K,V> map)
Creates model that will contain map |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
MapModel
public MapModel()
- Creates empty model
MapModel
public MapModel(java.util.Map<K,V> map)
- Creates model that will contain
map
- Parameters:
map
-
createSerializableVersionOf
protected java.util.Map<K,V> createSerializableVersionOf(java.util.Map<K,V> object)
- Creates a serializable version of the object. The object is usually a collection.
- Specified by:
createSerializableVersionOf
in class GenericBaseModel<java.util.Map<K,V>>
- Returns:
- serializable version of
object
Copyright © 2004-2010 Apache Software Foundation. All Rights Reserved.