HamletSpec.__, HamletSpec._Child, HamletSpec.Attrs, HamletSpec.CoreAttrs, HamletSpec.EventsAttrs, HamletSpec.I18nAttrsHamlet.LINKpublic static interface HamletSpec.LINK extends HamletSpec.Attrs, HamletSpec._Child
| Modifier and Type | Method | Description |
|---|---|---|
HamletSpec.LINK |
$href(java.lang.String uri) |
URI for linked resource
|
HamletSpec.LINK |
$hreflang(java.lang.String cdata) |
language code
|
HamletSpec.LINK |
$media(java.lang.String mediaTypes) |
for rendering on these media.
|
HamletSpec.LINK |
$media(java.util.EnumSet<HamletSpec.Media> mediaTypes) |
for rendering on these media
|
HamletSpec.LINK |
$rel(java.lang.String linkTypes) |
forward link types.
|
HamletSpec.LINK |
$rel(java.util.EnumSet<HamletSpec.LinkType> linkTypes) |
forward link types
|
HamletSpec.LINK |
$type(java.lang.String cdata) |
advisory content type
|
__$class, $id, $style, $title$onclick, $ondblclick, $onkeydown, $onkeypress, $onkeyup, $onmousedown, $onmousemove, $onmouseout, $onmouseover, $onmouseup$dir, $langHamletSpec.LINK $href(java.lang.String uri)
uri - the URIHamletSpec.LINK $hreflang(java.lang.String cdata)
cdata - the codeHamletSpec.LINK $type(java.lang.String cdata)
cdata - the typeHamletSpec.LINK $rel(java.util.EnumSet<HamletSpec.LinkType> linkTypes)
linkTypes - the typesHamletSpec.LINK $rel(java.lang.String linkTypes)
linkTypes - space-separated link typesHamletSpec.LINK $media(java.util.EnumSet<HamletSpec.Media> mediaTypes)
mediaTypes - the media typesHamletSpec.LINK $media(java.lang.String mediaTypes)
mediaTypes - comma-separated list of mediaCopyright © 2008–2025 Apache Software Foundation. All rights reserved.