Interface HamletSpec.PARAM

All Known Implementing Classes:
Hamlet.PARAM
Enclosing class:
HamletSpec

public static interface HamletSpec.PARAM
  • Method Details

    • $id

      document-wide unique id
      Parameters:
      cdata - the id
      Returns:
      the current element builder
    • $name

      HamletSpec.PARAM $name(String cdata)
      property name. Required.
      Parameters:
      cdata - the name
      Returns:
      the current element builder
    • $value

      HamletSpec.PARAM $value(String cdata)
      property value
      Parameters:
      cdata - the value
      Returns:
      the current element builder