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
- Since:
- 6.2M1
- Version:
- $Id: 1999ae9748686ac02b76f51b9f2cb4aa90035ef4 $
- See Also:
-
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 interface org.xwiki.filter.FilterStreamProperties
PROPNAME_VERBOSE -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.xwiki.filter.instance.output.InstanceOutputProperties
isVerbose, set, setVerboseMethods 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, valuesMethods inherited from class java.util.AbstractMap
equals, hashCode, toString
-
Constructor Details
-
ExtensionInstanceOutputProperties
public ExtensionInstanceOutputProperties()
-