Class Hamlet.TITLE<T extends HamletSpec.__>
java.lang.Object
org.apache.hadoop.yarn.webapp.hamlet2.HamletImpl.EImp<T>
org.apache.hadoop.yarn.webapp.hamlet2.Hamlet.TITLE<T>
- All Implemented Interfaces:
HamletSpec.__,HamletSpec._Child,HamletSpec._Content,HamletSpec._RawContent,HamletSpec.I18nAttrs,HamletSpec.PCData,HamletSpec.TITLE
- Enclosing class:
- Hamlet
public class Hamlet.TITLE<T extends HamletSpec.__>
extends HamletImpl.EImp<T>
implements HamletSpec.TITLE
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionContent of the elementRaw (no need to be HTML escaped) content$dir(HamletSpec.Dir value) direction for weak/neutral textlanguage codeMethods inherited from class org.apache.hadoop.yarn.webapp.hamlet2.HamletImpl.EImp
__, _endTag, _inline, _p, _pre, _v, addAttr, addAttr, addMediaAttr, addRelAttr, closeAttrsMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.apache.hadoop.yarn.webapp.hamlet2.HamletSpec._Child
__
-
Constructor Details
-
TITLE
-
-
Method Details
-
$lang
Description copied from interface:HamletSpec.I18nAttrslanguage code- Specified by:
$langin interfaceHamletSpec.I18nAttrs- Parameters:
value- the code- Returns:
- the current element builder
-
$dir
Description copied from interface:HamletSpec.I18nAttrsdirection for weak/neutral text- Specified by:
$dirin interfaceHamletSpec.I18nAttrs- Parameters:
value- theHamletSpec.Dirvalue- Returns:
- the current element builder
-
__
Description copied from interface:HamletSpec._ContentContent of the element- Specified by:
__in interfaceHamletSpec._Content- Parameters:
lines- of content- Returns:
- the current element builder
-
_r
Description copied from interface:HamletSpec._RawContentRaw (no need to be HTML escaped) content- Specified by:
_rin interfaceHamletSpec._RawContent- Parameters:
lines- of content- Returns:
- the current element builder
-