Interface MetaTagDeclaration

All Superinterfaces:
HasBinding, HasId, HasIdBindingAndRendered, IsRendered

public interface MetaTagDeclaration extends HasIdBindingAndRendered
This tag a meta tag in the header of the HTML output. It's not possible to add more than one tag with the same
  • name + lang combination
  • httpEquiv
  • charset
The last inserted wins. So, you may override the default Tobago meta tag in this way.
  • Method Details

    • setName

      void setName(String name)
    • setLang

      void setLang(String lang)
    • setCharset

      void setCharset(String charset)
    • setHttpEquiv

      void setHttpEquiv(String httpEquiv)
    • setContent

      void setContent(String content)