Class HamletImpl.Generic<T extends HamletSpec.__>
java.lang.Object
org.apache.hadoop.yarn.webapp.hamlet2.HamletImpl.EImp<T>
org.apache.hadoop.yarn.webapp.hamlet2.HamletImpl.Generic<T>
- All Implemented Interfaces:
HamletSpec.__,HamletSpec._Child,HamletSpec._Content,HamletSpec._RawContent,HamletSpec.PCData
- Enclosing class:
- HamletImpl
public class HamletImpl.Generic<T extends HamletSpec.__>
extends HamletImpl.EImp<T>
implements HamletSpec.PCData
-
Method Summary
Methods 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
__
-
Method Details
-
_inline
-
_noEndTag
-
_pre
-
_attr
-
_elem
-
elem
-
__
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
-