Package org.chenile.owiz.config.model
Class CustomCommandTagDescriptor
- 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 SummaryModifier and TypeMethodDescriptiongetTag()voidsetComponentName(String componentName) voidsetDefaultAttachmentTag(String defaultAttachmentTag) voidtoString()Methods 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:
 
- 
COMPONENT_NAME_ATTRIBUTE- See Also:
 
- 
DEFAULT_ATTACHMENT_TAG- See Also:
 
- 
tagName of the tag
- 
componentNameThe component name that needs to be instantiated when this tag is encountered.
- 
defaultAttachmentTag
 
- 
- 
Constructor Details- 
CustomCommandTagDescriptor
- 
CustomCommandTagDescriptorpublic CustomCommandTagDescriptor()
 
- 
- 
Method Details