Class ClusterConfigDecorator
- java.lang.Object
-
- java.util.AbstractMap<String,Object>
-
- org.hippoecm.frontend.model.map.AbstractValueMap
-
- org.hippoecm.frontend.plugin.config.impl.AbstractPluginDecorator
-
- org.hippoecm.frontend.plugin.config.impl.AbstractClusterDecorator
-
- org.hippoecm.frontend.plugin.config.impl.ClusterConfigDecorator
-
- All Implemented Interfaces:
Serializable
,Map<String,Object>
,org.apache.wicket.model.IDetachable
,org.apache.wicket.util.io.IClusterable
,org.apache.wicket.util.value.IValueMap
,IObservable
,IClusterConfig
,IPluginConfig
public class ClusterConfigDecorator extends AbstractClusterDecorator
- See Also:
- Serialized Form
-
-
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>
-
-
Field Summary
-
Fields inherited from class org.hippoecm.frontend.plugin.config.impl.AbstractPluginDecorator
obContext, upstream
-
-
Constructor Summary
Constructors Constructor Description ClusterConfigDecorator(IClusterConfig upstream, String clusterId)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected Object
decorate(Object object)
Object
get(Object key)
Object
put(String strKey, Object value)
-
Methods inherited from class org.hippoecm.frontend.plugin.config.impl.AbstractClusterDecorator
getObservationContext, getPlugins, getProperties, getPropertyDescriptors, getReferences, getServices, getUpstream, setPlugins, startObservation, stopObservation
-
Methods inherited from class org.hippoecm.frontend.plugin.config.impl.AbstractPluginDecorator
containsKey, detach, entrySet, equals, getDouble, getDouble, getDuration, getInstant, getName, getPluginConfig, getPluginConfigSet, hashCode, isImmutable, makeImmutable, setObservationContext, toString, wrap, wrapConfig
-
Methods inherited from class org.hippoecm.frontend.model.map.AbstractValueMap
add, clear, getAsBoolean, getAsBoolean, getAsDouble, getAsDouble, getAsDuration, getAsDuration, getAsEnum, getAsEnum, getAsEnum, getAsInstant, getAsInteger, getAsInteger, getAsLong, getAsLong, getAsTime, getBoolean, getCharSequence, getInt, getInt, getKey, getLong, getLong, getString, getString, getStringArray, getStringValue, putAll, remove
-
Methods inherited from class java.util.AbstractMap
clone, containsValue, isEmpty, keySet, size, values
-
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface org.hippoecm.frontend.model.event.IObservable
equals, hashCode, setObservationContext
-
Methods inherited from interface org.hippoecm.frontend.plugin.config.IPluginConfig
getName, getPluginConfig, getPluginConfigSet
-
Methods inherited from interface org.apache.wicket.util.value.IValueMap
getAsBoolean, getAsBoolean, getAsDouble, getAsDouble, getAsDuration, getAsDuration, getAsEnum, getAsEnum, getAsEnum, getAsInstant, getAsInteger, getAsInteger, getAsLong, getAsLong, getAsTime, getBoolean, getCharSequence, getDouble, getDouble, getDuration, getInstant, getInt, getInt, getKey, getLong, getLong, getString, getString, getStringArray, getStringValue, isImmutable, makeImmutable
-
Methods inherited from interface java.util.Map
clear, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, equals, forEach, getOrDefault, hashCode, isEmpty, keySet, merge, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size, values
-
-
-
-
Constructor Detail
-
ClusterConfigDecorator
public ClusterConfigDecorator(IClusterConfig upstream, String clusterId)
-
-