public class Hamlet.TITLE<T extends HamletSpec._> extends HamletImpl.EImp<T> implements HamletSpec.TITLE
Constructor and Description |
---|
TITLE(String name,
T parent,
EnumSet<HamletImpl.EOpt> opts) |
Modifier and Type | Method and Description |
---|---|
Hamlet.TITLE<T> |
_(Object... lines)
Content of the element
|
Hamlet.TITLE<T> |
_r(Object... lines)
Raw (no need to be HTML escaped) content
|
Hamlet.TITLE<T> |
$dir(HamletSpec.Dir value)
direction for weak/neutral text
|
Hamlet.TITLE<T> |
$lang(String value)
language code
|
_, _endTag, _inline, _p, _pre, _v, addAttr, addAttr, addMediaAttr, addRelAttr, closeAttrs
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
_
public TITLE(String name, T parent, EnumSet<HamletImpl.EOpt> opts)
public Hamlet.TITLE<T> $lang(String value)
HamletSpec.I18nAttrs
$lang
in interface HamletSpec.I18nAttrs
value
- the codepublic Hamlet.TITLE<T> $dir(HamletSpec.Dir value)
HamletSpec.I18nAttrs
$dir
in interface HamletSpec.I18nAttrs
value
- the HamletSpec.Dir
valuepublic Hamlet.TITLE<T> _(Object... lines)
HamletSpec._Content
_
in interface HamletSpec._Content
lines
- of contentpublic Hamlet.TITLE<T> _r(Object... lines)
HamletSpec._RawContent
_r
in interface HamletSpec._RawContent
lines
- of contentCopyright © 2008–2019 Apache Software Foundation. All rights reserved.