Interface HamletSpec.STYLE

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

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

    • $type

      HamletSpec.STYLE $type(String cdata)
      content type of style language
      Parameters:
      cdata - the content of the element.
      Returns:
      the current element builder
    • $media

      designed for use with these media
      Parameters:
      media - set of media.
      Returns:
      the current element builder
    • $title

      HamletSpec.STYLE $title(String cdata)
      advisory title
      Parameters:
      cdata - the content of the element.
      Returns:
      the current element builder