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 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
Modifier and TypeMethodDescriptiongetTag()
void
setComponentName
(String componentName) void
setDefaultAttachmentTag
(String defaultAttachmentTag) void
toString()
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:
-
COMPONENT_NAME_ATTRIBUTE
- See Also:
-
DEFAULT_ATTACHMENT_TAG
- See Also:
-
tag
Name of the tag -
componentName
The component name that needs to be instantiated when this tag is encountered. -
defaultAttachmentTag
-
-
Constructor Details
-
CustomCommandTagDescriptor
-
CustomCommandTagDescriptor
public CustomCommandTagDescriptor()
-
-
Method Details