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 Summary
Modifier and TypeMethodDescription$media(EnumSet<HamletSpec.Media> media) designed for use with these mediaadvisory titlecontent type of style languageMethods inherited from interface org.apache.hadoop.yarn.webapp.hamlet2.HamletSpec._Child
__Methods inherited from interface org.apache.hadoop.yarn.webapp.hamlet2.HamletSpec._Content
__Methods inherited from interface org.apache.hadoop.yarn.webapp.hamlet2.HamletSpec.I18nAttrs
$dir, $lang
-
Method Details
-
$type
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
advisory title- Parameters:
cdata- the content of the element.- Returns:
- the current element builder
-