Package | Description |
---|---|
org.apache.hadoop.yarn.webapp.hamlet2 |
This package is the replacement for org.apache.hadoop.yarn.webapp.hamlet.
|
Modifier and Type | Interface and Description |
---|---|
static interface |
HamletSpec._Cell |
static interface |
HamletSpec.A |
static interface |
HamletSpec.ABBR |
static interface |
HamletSpec.ACRONYM |
static interface |
HamletSpec.ADDRESS |
static interface |
HamletSpec.B |
static interface |
HamletSpec.BDO
The dir attribute is required for the BDO element
|
static interface |
HamletSpec.BUTTON |
static interface |
HamletSpec.CAPTION |
static interface |
HamletSpec.CITE |
static interface |
HamletSpec.CODE |
static interface |
HamletSpec.DD |
static interface |
HamletSpec.DEL |
static interface |
HamletSpec.DFN |
static interface |
HamletSpec.DIV |
static interface |
HamletSpec.DT |
static interface |
HamletSpec.EM |
static interface |
HamletSpec.FIELDSET |
static interface |
HamletSpec.Flow
%flow
|
static interface |
HamletSpec.H1 |
static interface |
HamletSpec.H2 |
static interface |
HamletSpec.H3 |
static interface |
HamletSpec.H4 |
static interface |
HamletSpec.H5 |
static interface |
HamletSpec.H6 |
static interface |
HamletSpec.I |
static interface |
HamletSpec.Inline
%inline
|
static interface |
HamletSpec.INS |
static interface |
HamletSpec.KBD |
static interface |
HamletSpec.LABEL |
static interface |
HamletSpec.LEGEND |
static interface |
HamletSpec.LI |
static interface |
HamletSpec.OBJECT |
static interface |
HamletSpec.P |
static interface |
HamletSpec.PRE |
static interface |
HamletSpec.Q |
static interface |
HamletSpec.SAMP |
static interface |
HamletSpec.SMALL |
static interface |
HamletSpec.SPAN |
static interface |
HamletSpec.STRONG |
static interface |
HamletSpec.SUB |
static interface |
HamletSpec.SUP |
static interface |
HamletSpec.TD |
static interface |
HamletSpec.TH |
static interface |
HamletSpec.VAR |
Modifier and Type | Method and Description |
---|---|
HamletSpec.Phrase |
HamletSpec.Phrase.abbr(String cdata)
Add a ABBR (abbreviation) element.
|
HamletSpec.Phrase |
HamletSpec.Phrase.abbr(String selector,
String cdata)
Add a ABBR (abbreviation) element.
|
HamletSpec.Phrase |
HamletSpec.Phrase.cite(String cdata)
Add a CITE element.
|
HamletSpec.Phrase |
HamletSpec.Phrase.cite(String selector,
String cdata)
Add a CITE element.
|
HamletSpec.Phrase |
HamletSpec.Phrase.code(String cdata)
Add a complete CODE element.
|
HamletSpec.Phrase |
HamletSpec.Phrase.code(String selector,
String cdata)
Add a complete CODE element.
|
HamletSpec.Phrase |
HamletSpec.Phrase.dfn(String cdata)
Add a complete DFN element.
|
HamletSpec.Phrase |
HamletSpec.Phrase.dfn(String selector,
String cdata)
Add a complete DFN element.
|
HamletSpec.Phrase |
HamletSpec.Phrase.em(String cdata)
Add an EM (emphasized) element.
|
HamletSpec.Phrase |
HamletSpec.Phrase.em(String selector,
String cdata)
Add an EM (emphasized) element.
|
HamletSpec.Phrase |
HamletSpec.Phrase.kbd(String cdata)
Add a KBD (keyboard) element.
|
HamletSpec.Phrase |
HamletSpec.Phrase.kbd(String selector,
String cdata)
Add a KBD (keyboard) element.
|
HamletSpec.Phrase |
HamletSpec.Phrase.samp(String cdata)
Add a complete SAMP (sample) element.
|
HamletSpec.Phrase |
HamletSpec.Phrase.samp(String selector,
String cdata)
Add a complete SAMP (sample) element.
|
HamletSpec.Phrase |
HamletSpec.Phrase.strong(String cdata)
Add a complete STRONG (important) element.
|
HamletSpec.Phrase |
HamletSpec.Phrase.strong(String selector,
String cdata)
Add a complete STRONG (important) element.
|
HamletSpec.Phrase |
HamletSpec.Phrase.var(String cdata)
Add a VAR (variable) element.
|
HamletSpec.Phrase |
HamletSpec.Phrase.var(String selector,
String cdata)
Add a VAR (variable) element.
|
Copyright © 2008–2019 Apache Software Foundation. All rights reserved.