Uses of Interface
org.hippoecm.frontend.model.map.IHippoMap
-
Packages that use IHippoMap Package Description org.hippoecm.frontend.model.map org.hippoecm.frontend.plugin.config.impl -
-
Uses of IHippoMap in org.hippoecm.frontend.model.map
Classes in org.hippoecm.frontend.model.map that implement IHippoMap Modifier and Type Class Description class
HippoMap
class
JcrMap
Methods in org.hippoecm.frontend.model.map that return IHippoMap Modifier and Type Method Description IHippoMap
JcrList. get(int index)
IHippoMap
JcrList. remove(int index)
IHippoMap
JcrList. set(int index, IHippoMap element)
Methods in org.hippoecm.frontend.model.map with parameters of type IHippoMap Modifier and Type Method Description void
JcrList. add(int index, IHippoMap element)
IHippoMap
JcrList. set(int index, IHippoMap element)
Constructors in org.hippoecm.frontend.model.map with parameters of type IHippoMap Constructor Description HippoMap(IHippoMap original)
-
Uses of IHippoMap in org.hippoecm.frontend.plugin.config.impl
Methods in org.hippoecm.frontend.plugin.config.impl that return IHippoMap Modifier and Type Method Description protected IHippoMap
JcrPluginConfig. unwrapConfig(IPluginConfig value)
-