org.apache.hadoop.yarn.webapp.hamlet
Class Hamlet.BASE<T extends HamletSpec._>

java.lang.Object
  extended by org.apache.hadoop.yarn.webapp.hamlet.HamletImpl.EImp<T>
      extended by org.apache.hadoop.yarn.webapp.hamlet.Hamlet.BASE<T>
All Implemented Interfaces:
HamletSpec._, HamletSpec._Child, HamletSpec.BASE
Enclosing class:
Hamlet

public class Hamlet.BASE<T extends HamletSpec._>
extends HamletImpl.EImp<T>
implements HamletSpec.BASE


Constructor Summary
Hamlet.BASE(String name, T parent, EnumSet<HamletImpl.EOpt> opts)
           
 
Method Summary
 Hamlet.BASE<T> $href(String value)
          URI that acts as base URI
 
Methods inherited from class org.apache.hadoop.yarn.webapp.hamlet.HamletImpl.EImp
_, _endTag, _inline, _p, _pre, _v, addAttr, addAttr, addMediaAttr, addRelAttr, closeAttrs
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.apache.hadoop.yarn.webapp.hamlet.HamletSpec._Child
_
 

Constructor Detail

Hamlet.BASE

public Hamlet.BASE(String name,
                   T parent,
                   EnumSet<HamletImpl.EOpt> opts)
Method Detail

$href

public Hamlet.BASE<T> $href(String value)
Description copied from interface: HamletSpec.BASE
URI that acts as base URI

Specified by:
$href in interface HamletSpec.BASE
Returns:
the current element builder


Copyright © 2014 Apache Software Foundation. All Rights Reserved.