org.apache.hadoop.yarn.webapp.hamlet
Interface HamletSpec.META
- All Superinterfaces:
- HamletSpec._, HamletSpec._Child, HamletSpec.I18nAttrs
- All Known Implementing Classes:
- Hamlet.META
- Enclosing class:
- HamletSpec
public static interface HamletSpec.META
- extends HamletSpec.I18nAttrs, HamletSpec._Child
$http_equiv
HamletSpec.META $http_equiv(String header)
- HTTP response header name
- Parameters:
header -
- Returns:
- the current element builder
$name
HamletSpec.META $name(String name)
- metainformation name
- Parameters:
name -
- Returns:
- the current element builder
$content
HamletSpec.META $content(String cdata)
- associated information
- Parameters:
cdata -
- Returns:
- the current element builder
Copyright © 2014 Apache Software Foundation. All Rights Reserved.