Package org.xwiki.filter.instance.output
Class ExtensionInstanceOutputProperties
- java.lang.Object
-
- java.util.AbstractMap<K,V>
-
- java.util.HashMap<String,Object>
-
- org.xwiki.filter.instance.output.InstanceOutputProperties
-
- org.xwiki.filter.instance.output.ExtensionInstanceOutputProperties
-
- All Implemented Interfaces:
Serializable
,Cloneable
,Map<String,Object>
,org.xwiki.filter.FilterStreamProperties
,org.xwiki.properties.RawProperties
public class ExtensionInstanceOutputProperties extends InstanceOutputProperties
- Since:
- 6.2M1
- Version:
- $Id: 1999ae9748686ac02b76f51b9f2cb4aa90035ef4 $
- 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 ExtensionInstanceOutputProperties()
-
Method Summary
-
Methods inherited from class org.xwiki.filter.instance.output.InstanceOutputProperties
isVerbose, set, setVerbose
-
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
-
-