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

Packages that use HamletSpec.HeadMisc
org.apache.hadoop.yarn.webapp.hamlet   
org.apache.hadoop.yarn.webapp.view   
 

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

Subinterfaces of HamletSpec.HeadMisc in org.apache.hadoop.yarn.webapp.hamlet
static interface HamletSpec._Head
           
static interface HamletSpec._Html
           
static interface HamletSpec.HEAD
           
static interface HamletSpec.HTML
          The root element
 

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

Methods in org.apache.hadoop.yarn.webapp.hamlet that return HamletSpec.HeadMisc
 HamletSpec.HeadMisc HamletSpec.HeadMisc.link(String href)
          Add a link element.
 HamletSpec.HeadMisc HamletSpec.HeadMisc.meta_http(String header, String content)
          Add a meta element with http-equiv attribute.
 HamletSpec.HeadMisc HamletSpec.HeadMisc.meta(String name, String content)
          Add a meta element.
 HamletSpec.HeadMisc HamletSpec.HeadMisc.style(Object... lines)
          Add a css style element.
 

Uses of HamletSpec.HeadMisc in org.apache.hadoop.yarn.webapp.view
 

Classes in org.apache.hadoop.yarn.webapp.view that implement HamletSpec.HeadMisc
 class HtmlBlock.Block
           
 class HtmlPage.Page
           
 



Copyright © 2014 Apache Software Foundation. All Rights Reserved.