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 classHippoMapclassJcrMapMethods in org.hippoecm.frontend.model.map that return IHippoMap Modifier and Type Method Description IHippoMapJcrList. get(int index)IHippoMapJcrList. remove(int index)IHippoMapJcrList. set(int index, IHippoMap element)Methods in org.hippoecm.frontend.model.map with parameters of type IHippoMap Modifier and Type Method Description voidJcrList. add(int index, IHippoMap element)IHippoMapJcrList. 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 IHippoMapJcrPluginConfig. unwrapConfig(IPluginConfig value)
-