Class InheritingPluginConfig
- 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.InheritingPluginConfig
-
- 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
,IPluginConfig
public class InheritingPluginConfig extends AbstractPluginDecorator
- 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 InheritingPluginConfig(IPluginConfig origUpstream, IPluginConfig fallback)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected Object
decorate(Object object)
-
Methods inherited from class org.hippoecm.frontend.plugin.config.impl.AbstractPluginDecorator
containsKey, detach, entrySet, equals, get, getDouble, getDouble, getDuration, getInstant, getName, getObservationContext, getPluginConfig, getPluginConfigSet, hashCode, isImmutable, makeImmutable, setObservationContext, startObservation, stopObservation, 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, put, size, values
-
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
-
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, getInt, getInt, getKey, getLong, getLong, getString, getString, getStringArray, getStringValue
-
Methods inherited from interface java.util.Map
clear, compute, computeIfAbsent, computeIfPresent, containsValue, forEach, getOrDefault, isEmpty, keySet, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size, values
-
-
-
-
Constructor Detail
-
InheritingPluginConfig
public InheritingPluginConfig(IPluginConfig origUpstream, IPluginConfig fallback)
-
-
Method Detail
-
decorate
protected Object decorate(Object object)
- Specified by:
decorate
in classAbstractPluginDecorator
-
-