Class CustomCommandTagDescriptor

java.lang.Object
java.util.AbstractMap<K,V>
java.util.HashMap<String,String>
org.chenile.owiz.config.model.CustomCommandTagDescriptor
All Implemented Interfaces:
Serializable, Cloneable, Map<String,String>

public class CustomCommandTagDescriptor extends HashMap<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:
  • Field Details

    • serialVersionUID

      private static final long serialVersionUID
      See Also:
    • TAGATTRIBUTE

      private static final String TAGATTRIBUTE
      See Also:
    • COMPONENT_NAME_ATTRIBUTE

      private static final String COMPONENT_NAME_ATTRIBUTE
      See Also:
    • DEFAULT_ATTACHMENT_TAG

      private static final String DEFAULT_ATTACHMENT_TAG
      See Also:
    • tag

      private String tag
      Name of the tag
    • componentName

      private String componentName
      The component name that needs to be instantiated when this tag is encountered.
    • defaultAttachmentTag

      private String defaultAttachmentTag
  • Constructor Details

    • CustomCommandTagDescriptor

      public CustomCommandTagDescriptor(String tag)
    • CustomCommandTagDescriptor

      public CustomCommandTagDescriptor()
  • Method Details