Package org.xwiki.filter.instance.output
Class InstanceOutputProperties
- java.lang.Object
-
- java.util.AbstractMap<K,V>
-
- java.util.HashMap<String,Object>
-
- org.xwiki.filter.instance.output.InstanceOutputProperties
-
- All Implemented Interfaces:
Serializable
,Cloneable
,Map<String,Object>
,org.xwiki.filter.FilterStreamProperties
,org.xwiki.properties.RawProperties
public class InstanceOutputProperties extends HashMap<String,Object> implements org.xwiki.properties.RawProperties, org.xwiki.filter.FilterStreamProperties
- Since:
- 6.2M1
- Version:
- $Id: 5b4596076d35452cdd644002917a73ddd4563927 $
- 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>
-
-
Constructor Summary
Constructors Constructor Description InstanceOutputProperties()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
isVerbose()
void
set(String propertyName, Object value)
void
setVerbose(boolean verbose)
-
Methods inherited from class java.util.HashMap
clear, clone, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, forEach, get, getOrDefault, isEmpty, keySet, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size, values
-
Methods inherited from class java.util.AbstractMap
equals, hashCode, toString
-
-