org.apache.hadoop.yarn.webapp.hamlet
Interface HamletSpec.SCRIPT

All Superinterfaces:
HamletSpec._, HamletSpec._Child, HamletSpec._Content
All Known Implementing Classes:
Hamlet.SCRIPT
Enclosing class:
HamletSpec

public static interface HamletSpec.SCRIPT
extends HamletSpec._Content, HamletSpec._Child


Method Summary
 HamletSpec.SCRIPT $charset(String cdata)
          char encoding of linked resource
 HamletSpec.SCRIPT $defer(String cdata)
          UA may defer execution of script
 HamletSpec.SCRIPT $src(String cdata)
          URI for an external script
 HamletSpec.SCRIPT $type(String cdata)
          content type of script language
 
Methods inherited from interface org.apache.hadoop.yarn.webapp.hamlet.HamletSpec._Content
_
 
Methods inherited from interface org.apache.hadoop.yarn.webapp.hamlet.HamletSpec._Child
_
 

Method Detail

$charset

HamletSpec.SCRIPT $charset(String cdata)
char encoding of linked resource

Parameters:
cdata -
Returns:
the current element builder

$type

HamletSpec.SCRIPT $type(String cdata)
content type of script language

Parameters:
cdata -
Returns:
the current element builder

$src

HamletSpec.SCRIPT $src(String cdata)
URI for an external script

Parameters:
cdata -
Returns:
the current element builder

$defer

HamletSpec.SCRIPT $defer(String cdata)
UA may defer execution of script

Parameters:
cdata -
Returns:
the current element builder


Copyright © 2012 Apache Software Foundation. All Rights Reserved.