public static interface HamletSpec._Html extends HamletSpec._Head, HamletSpec._Body, HamletSpec.__
Modifier and Type | Method and Description |
---|---|
HamletSpec.BODY |
body()
Add a BODY element.
|
HamletSpec.BODY |
body(String selector)
Add a BODY element.
|
HamletSpec.HEAD |
head()
Add a HEAD element.
|
base, base, title, title
link, link, meta_http, meta, meta, style, style
script, script
object, object
__, address, address, blockquote, bq, div, div, dl, dl, hr, hr, p, p, table, table
h1, h1, h1, h2, h2, h2, h3, h3, h3, h4, h4, h4, h5, h5, h5, h6, h6, h6
ol, ol, ul, ul
pre, pre
form, form
fieldset, fieldset
del, del, ins, ins
HamletSpec.HEAD head()
HamletSpec.BODY body()
HamletSpec.BODY body(String selector)
selector
- the css selector in the form of (#id)*(.class)*Copyright © 2008–2019 Apache Software Foundation. All rights reserved.