Class Hamlet.META<T extends HamletSpec.__>
java.lang.Object
org.apache.hadoop.yarn.webapp.hamlet2.HamletImpl.EImp<T>
org.apache.hadoop.yarn.webapp.hamlet2.Hamlet.META<T>
- All Implemented Interfaces:
HamletSpec.__,HamletSpec._Child,HamletSpec.I18nAttrs,HamletSpec.META
- Enclosing class:
- Hamlet
public class Hamlet.META<T extends HamletSpec.__>
extends HamletImpl.EImp<T>
implements HamletSpec.META
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionassociated information$dir(HamletSpec.Dir value) direction for weak/neutral text$http_equiv(String value) HTTP response header namelanguage codemetainformation nameMethods 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
-
META
-
-
Method Details
-
$http_equiv
Description copied from interface:HamletSpec.METAHTTP response header name- Specified by:
$http_equivin interfaceHamletSpec.META- Parameters:
value- for the http-equiv attribute- Returns:
- the current element builder
-
$name
Description copied from interface:HamletSpec.METAmetainformation name- Specified by:
$namein interfaceHamletSpec.META- Parameters:
value- of the meta element- Returns:
- the current element builder
-
$content
Description copied from interface:HamletSpec.METAassociated information- Specified by:
$contentin interfaceHamletSpec.META- Parameters:
value- the content of the element.- Returns:
- the current element builder
-
$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
-