|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public static interface HamletSpec.LINK
| Method Summary | |
|---|---|
HamletSpec.LINK |
$href(String uri)
URI for linked resource |
HamletSpec.LINK |
$hreflang(String cdata)
language code |
HamletSpec.LINK |
$media(EnumSet<HamletSpec.Media> mediaTypes)
for rendering on these media |
HamletSpec.LINK |
$media(String mediaTypes)
for rendering on these media. |
HamletSpec.LINK |
$rel(EnumSet<HamletSpec.LinkType> linkTypes)
forward link types |
HamletSpec.LINK |
$rel(String linkTypes)
forward link types. |
HamletSpec.LINK |
$type(String cdata)
advisory content type |
| Methods inherited from interface org.apache.hadoop.yarn.webapp.hamlet.HamletSpec.CoreAttrs |
|---|
$class, $id, $style, $title |
| Methods inherited from interface org.apache.hadoop.yarn.webapp.hamlet.HamletSpec.I18nAttrs |
|---|
$dir, $lang |
| Methods inherited from interface org.apache.hadoop.yarn.webapp.hamlet.HamletSpec.EventsAttrs |
|---|
$onclick, $ondblclick, $onkeydown, $onkeypress, $onkeyup, $onmousedown, $onmousemove, $onmouseout, $onmouseover, $onmouseup |
| Methods inherited from interface org.apache.hadoop.yarn.webapp.hamlet.HamletSpec._Child |
|---|
_ |
| Method Detail |
|---|
HamletSpec.LINK $href(String uri)
uri - the URI
HamletSpec.LINK $hreflang(String cdata)
cdata - the code
HamletSpec.LINK $type(String cdata)
cdata - the type
HamletSpec.LINK $rel(EnumSet<HamletSpec.LinkType> linkTypes)
linkTypes - the types
HamletSpec.LINK $rel(String linkTypes)
linkTypes - space-separated link types
HamletSpec.LINK $media(EnumSet<HamletSpec.Media> mediaTypes)
mediaTypes - the media types
HamletSpec.LINK $media(String mediaTypes)
mediaTypes - comma-separated list of media
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||