All Implemented Interfaces:
TagBase, BooleanAttribute, ImgAttributable, Serializable, Cloneable

public class IsMap extends AbstractAttribute implements ImgAttributable, BooleanAttribute
Since:
3.0.1
See Also:
  • Constructor Details

    • IsMap

      public IsMap()
      sets the default value as ismap. If value is not required then use new IsMap(null). Note : There might be some issue in dynamically changing state of tag if there is no default value.
    • IsMap

      public IsMap(String value)
  • Method Details

    • setValue

      public void setValue(String value)
    • getValue

      public String getValue()
    • init

      protected void init()
      invokes only once per object
      Since:
      1.0.0