Class Meta

  • All Implemented Interfaces:
    IsJSType

    @JsType(isNative=true,
            name="HTMLMetaElement",
            namespace="<global>")
    public final class Meta
    extends BaseHtmlElement
    Represents an HTML <meta> element which contains descriptive metadata about a document.
    Author:
    Andrea "Stock" Stocchero
    • Method Detail

      • getContent

        @JsProperty
        public String getContent()
        Returns the value of meta-data property..
        Returns:
        the value of meta-data property.
      • setContent

        @JsProperty
        public void setContent​(String content)
        Sets the value of meta-data property..
        Parameters:
        content - the value of meta-data property.
      • getHttpEquiv

        @JsProperty
        public String getHttpEquiv()
        Returns the name of an HTTP response header to define for a document.
        Returns:
        the name of an HTTP response header to define for a document.
      • setHttpEquiv

        @JsProperty
        public void setHttpEquiv​(String httpEquiv)
        Sets the name of an HTTP response header to define for a document.
        Parameters:
        httpEquiv - the name of an HTTP response header to define for a document.
      • getName

        @JsProperty
        public String getName()
        Returns the name of a meta-data property to define for a document.
        Returns:
        the name of a meta-data property to define for a document
      • setName

        @JsProperty
        public void setName​(String name)
        Sets the name of a meta-data property to define for a document.
        Parameters:
        name - the name of a meta-data property to define for a document