All Implemented Interfaces:
TagBase, Serializable, Cloneable

public class Meta extends AbstractHtml
Since:
1.0.0
See Also:
  • Constructor Details

    • Meta

      public Meta(AbstractHtml base, AbstractAttribute... attributes)
      Parameters:
      base - i.e. parent tag of this tag
      attributes - An array of AbstractAttribute
      Since:
      1.0.0
  • Method Details

    • init

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

      public static void setSelfClosing(boolean selfClosing)
      Parameters:
      selfClosing - true to set as self closing tag and false for not to set as self closing tag. The default value is true.
      Since:
      1.0.0
    • setNonClosing

      public static void setNonClosing(boolean nonClosing)
      Parameters:
      nonClosing - true to set as self closing tag and false for not to set as self closing tag. The default value is true.
      Since:
      1.0.0
    • isSelfClosing

      public static boolean isSelfClosing()
      Returns:
      true if it is set as self closing tag otherwise false
      Since:
      1.0.0
    • isNonClosing

      public static boolean isNonClosing()
      Returns:
      true if it is set as non closing tag otherwise false
      Since:
      1.0.0