Uses of Class
org.apache.hadoop.yarn.webapp.hamlet.HamletSpec.Media

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

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

Methods in org.apache.hadoop.yarn.webapp.hamlet that return HamletSpec.Media
static HamletSpec.Media HamletSpec.Media.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static HamletSpec.Media[] HamletSpec.Media.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Method parameters in org.apache.hadoop.yarn.webapp.hamlet with type arguments of type HamletSpec.Media
 Hamlet.STYLE<T> Hamlet.STYLE.$media(EnumSet<HamletSpec.Media> value)
           
 Hamlet.LINK<T> Hamlet.LINK.$media(EnumSet<HamletSpec.Media> value)
           
 HamletSpec.LINK HamletSpec.LINK.$media(EnumSet<HamletSpec.Media> mediaTypes)
          for rendering on these media
 HamletSpec.STYLE HamletSpec.STYLE.$media(EnumSet<HamletSpec.Media> media)
          designed for use with these media
protected  void HamletImpl.EImp.addMediaAttr(String name, EnumSet<HamletSpec.Media> media)
           
 



Copyright © 2014 Apache Software Foundation. All Rights Reserved.