Uses of Interface
org.apache.hadoop.yarn.webapp.hamlet.HamletSpec.LINK

Packages that use HamletSpec.LINK
org.apache.hadoop.yarn.webapp.hamlet   
 

Uses of HamletSpec.LINK in org.apache.hadoop.yarn.webapp.hamlet
 

Classes in org.apache.hadoop.yarn.webapp.hamlet that implement HamletSpec.LINK
 class Hamlet.LINK<T extends HamletSpec._>
           
 

Methods in org.apache.hadoop.yarn.webapp.hamlet with type parameters of type HamletSpec.LINK
static
<E extends HamletSpec.LINK>
E
HamletImpl.setLinkHref(E e, String href)
           
 

Methods in org.apache.hadoop.yarn.webapp.hamlet that return HamletSpec.LINK
 HamletSpec.LINK HamletSpec.LINK.$href(String uri)
          URI for linked resource
 HamletSpec.LINK HamletSpec.LINK.$hreflang(String cdata)
          language code
 HamletSpec.LINK HamletSpec.LINK.$media(EnumSet<HamletSpec.Media> mediaTypes)
          for rendering on these media
 HamletSpec.LINK HamletSpec.LINK.$media(String mediaTypes)
          for rendering on these media.
 HamletSpec.LINK HamletSpec.LINK.$rel(EnumSet<HamletSpec.LinkType> linkTypes)
          forward link types
 HamletSpec.LINK HamletSpec.LINK.$rel(String linkTypes)
          forward link types.
 HamletSpec.LINK HamletSpec.LINK.$type(String cdata)
          advisory content type
 HamletSpec.LINK HamletSpec.HeadMisc.link()
          Add a link element.
 



Copyright © 2014 Apache Software Foundation. All Rights Reserved.