public static interface HamletSpec.LINK extends HamletSpec.Attrs, HamletSpec._Child
Modifier and Type | Method and Description |
---|---|
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
|
$class, $id, $style, $title
$dir, $lang
$onclick, $ondblclick, $onkeydown, $onkeypress, $onkeyup, $onmousedown, $onmousemove, $onmouseout, $onmouseover, $onmouseup
_
HamletSpec.LINK $href(String uri)
uri
- the URIHamletSpec.LINK $hreflang(String cdata)
cdata
- the codeHamletSpec.LINK $type(String cdata)
cdata
- the typeHamletSpec.LINK $rel(EnumSet<HamletSpec.LinkType> linkTypes)
linkTypes
- the typesHamletSpec.LINK $rel(String linkTypes)
linkTypes
- space-separated link typesHamletSpec.LINK $media(EnumSet<HamletSpec.Media> mediaTypes)
mediaTypes
- the media typesHamletSpec.LINK $media(String mediaTypes)
mediaTypes
- comma-separated list of mediaCopyright © 2008–2019 Apache Software Foundation. All rights reserved.