Interface HamletSpec.META

All Superinterfaces:
HamletSpec.__, HamletSpec._Child, HamletSpec.I18nAttrs
All Known Implementing Classes:
Hamlet.META
Enclosing class:
HamletSpec

public static interface HamletSpec.META extends HamletSpec.I18nAttrs, HamletSpec._Child
  • Method Details

    • $http_equiv

      HamletSpec.META $http_equiv(String header)
      HTTP response header name
      Parameters:
      header - for the http-equiv attribute
      Returns:
      the current element builder
    • $name

      HamletSpec.META $name(String name)
      metainformation name
      Parameters:
      name - of the meta element
      Returns:
      the current element builder
    • $content

      HamletSpec.META $content(String cdata)
      associated information
      Parameters:
      cdata - the content of the element.
      Returns:
      the current element builder