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 SummaryNested classes/interfaces inherited from class java.util.AbstractMapAbstractMap.SimpleEntry<K extends Object,V extends Object>, AbstractMap.SimpleImmutableEntry<K extends Object, V extends Object> 
- 
Field SummaryFields
- 
Constructor SummaryConstructors
- 
Method SummaryMethods inherited from class java.util.HashMapclear, clone, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, forEach, get, getOrDefault, isEmpty, keySet, merge, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size, valuesMethods inherited from class java.util.AbstractMapequals, hashCode
- 
Field Details- 
serialVersionUIDprivate static final long serialVersionUID- See Also:
 
- 
TAGATTRIBUTE- See Also:
 
- 
tagName of the tag
 
- 
- 
Constructor Details- 
CustomAttachmentTagDescriptor
- 
CustomAttachmentTagDescriptorpublic CustomAttachmentTagDescriptor()
 
- 
- 
Method Details