public static interface HamletSpec.SCRIPT extends HamletSpec._Content, HamletSpec._Child
Modifier and Type | Method and Description |
---|---|
HamletSpec.SCRIPT |
$charset(String cdata)
char encoding of linked resource
|
HamletSpec.SCRIPT |
$defer(String cdata)
UA may defer execution of script
|
HamletSpec.SCRIPT |
$src(String cdata)
URI for an external script
|
HamletSpec.SCRIPT |
$type(String cdata)
content type of script language
|
__
__
HamletSpec.SCRIPT $charset(String cdata)
cdata
- HamletSpec.SCRIPT $type(String cdata)
cdata
- HamletSpec.SCRIPT $src(String cdata)
cdata
- HamletSpec.SCRIPT $defer(String cdata)
cdata
- Copyright © 2008–2019 Apache Software Foundation. All rights reserved.