Package org.hippoecm.frontend.model.map
Class JcrMap
- All Implemented Interfaces:
Serializable
,Map<String,
,Object> org.apache.wicket.model.IDetachable
,org.apache.wicket.util.io.IClusterable
,IHippoMap
public class JcrMap
extends AbstractMap<String,Object>
implements IHippoMap, org.apache.wicket.model.IDetachable
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class java.util.AbstractMap
AbstractMap.SimpleEntry<K extends Object,
V extends Object>, AbstractMap.SimpleImmutableEntry<K extends Object, V extends Object> -
Constructor Summary
-
Method Summary
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
Methods inherited from interface java.util.Map
compute, computeIfAbsent, computeIfPresent, equals, forEach, getOrDefault, hashCode, merge, putAll, putIfAbsent, remove, replace, replace, replaceAll
-
Constructor Details
-
JcrMap
-
-
Method Details
-
getNode
-
getPrimaryType
- Specified by:
getPrimaryType
in interfaceIHippoMap
-
getMixinTypes
- Specified by:
getMixinTypes
in interfaceIHippoMap
-
entrySet
-
clear
public void clear() -
put
-
remove
-
containsKey
- Specified by:
containsKey
in interfaceMap<String,
Object> - Overrides:
containsKey
in classAbstractMap<String,
Object>
-
containsValue
- Specified by:
containsValue
in interfaceMap<String,
Object> - Overrides:
containsValue
in classAbstractMap<String,
Object>
-
get
-
isEmpty
public boolean isEmpty() -
keySet
-
size
public int size() -
values
-
reset
public void reset() -
save
public void save() -
detach
public void detach()- Specified by:
detach
in interfaceorg.apache.wicket.model.IDetachable
-