org.apache.hadoop.yarn.webapp.hamlet
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
$type
HamletSpec.STYLE $type(String cdata)
- content type of style language
- Parameters:
cdata -
- Returns:
- the current element builder
$media
HamletSpec.STYLE $media(EnumSet<HamletSpec.Media> media)
- designed for use with these media
- Parameters:
media -
- Returns:
- the current element builder
$title
HamletSpec.STYLE $title(String cdata)
- advisory title
- Parameters:
cdata -
- Returns:
- the current element builder
Copyright © 2012 Apache Software Foundation. All Rights Reserved.