Package org.chenile.owiz.config.model
Class CustomAttachmentTagDescriptor
- All Implemented Interfaces:
Serializable
,Cloneable
,Map<String,
String>
This object stores the various tags that are supported by the XML configurator along
with their associated properties.
Facilitate the usage of custom tags.
- Author:
- Raja Shankar Kolluru
- 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
-
Constructor Summary
-
Method Summary
Methods inherited from class java.util.HashMap
clear, clone, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, forEach, get, getOrDefault, isEmpty, keySet, merge, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size, values
Methods inherited from class java.util.AbstractMap
equals, hashCode
-
Field Details
-
serialVersionUID
private static final long serialVersionUID- See Also:
-
TAGATTRIBUTE
- See Also:
-
tag
Name of the tag
-
-
Constructor Details
-
CustomAttachmentTagDescriptor
-
CustomAttachmentTagDescriptor
public CustomAttachmentTagDescriptor()
-
-
Method Details