| Package | Description |
|---|---|
| org.apache.hadoop.yarn.webapp.hamlet2 |
This package is the replacement for org.apache.hadoop.yarn.webapp.hamlet.
|
| Modifier and Type | Interface | Description |
|---|---|---|
static interface |
HamletSpec._Cell |
|
static interface |
HamletSpec.A |
|
static interface |
HamletSpec.ABBR |
|
static interface |
HamletSpec.ACRONYM |
|
static interface |
HamletSpec.ADDRESS |
|
static interface |
HamletSpec.AREA |
|
static interface |
HamletSpec.Attrs |
%attrs
|
static interface |
HamletSpec.B |
|
static interface |
HamletSpec.BDO |
The dir attribute is required for the BDO element
|
static interface |
HamletSpec.BLOCKQUOTE |
|
static interface |
HamletSpec.BODY |
|
static interface |
HamletSpec.BR |
|
static interface |
HamletSpec.BUTTON |
|
static interface |
HamletSpec.CAPTION |
|
static interface |
HamletSpec.CITE |
|
static interface |
HamletSpec.CODE |
|
static interface |
HamletSpec.COL |
|
static interface |
HamletSpec.COLGROUP |
|
static interface |
HamletSpec.DD |
|
static interface |
HamletSpec.DEL |
|
static interface |
HamletSpec.DFN |
|
static interface |
HamletSpec.DIV |
|
static interface |
HamletSpec.DL |
|
static interface |
HamletSpec.DT |
|
static interface |
HamletSpec.EM |
|
static interface |
HamletSpec.FIELDSET |
|
static interface |
HamletSpec.FORM |
|
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.HR |
|
static interface |
HamletSpec.I |
|
static interface |
HamletSpec.IMG |
|
static interface |
HamletSpec.INPUT |
|
static interface |
HamletSpec.INS |
|
static interface |
HamletSpec.KBD |
|
static interface |
HamletSpec.LABEL |
|
static interface |
HamletSpec.LEGEND |
|
static interface |
HamletSpec.LI |
|
static interface |
HamletSpec.LINK |
|
static interface |
HamletSpec.MAP |
|
static interface |
HamletSpec.OBJECT |
|
static interface |
HamletSpec.OL |
|
static interface |
HamletSpec.OPTGROUP |
|
static interface |
HamletSpec.OPTION |
|
static interface |
HamletSpec.P |
|
static interface |
HamletSpec.PRE |
|
static interface |
HamletSpec.Q |
|
static interface |
HamletSpec.SAMP |
|
static interface |
HamletSpec.SELECT |
|
static interface |
HamletSpec.SMALL |
|
static interface |
HamletSpec.SPAN |
|
static interface |
HamletSpec.STRONG |
|
static interface |
HamletSpec.SUB |
|
static interface |
HamletSpec.SUP |
|
static interface |
HamletSpec.TABLE |
TBODY should be used after THEAD/TFOOT, iff there're no TABLE.TR elements.
|
static interface |
HamletSpec.TBODY |
|
static interface |
HamletSpec.TD |
|
static interface |
HamletSpec.TEXTAREA |
|
static interface |
HamletSpec.TFOOT |
|
static interface |
HamletSpec.TH |
|
static interface |
HamletSpec.THEAD |
|
static interface |
HamletSpec.TR |
|
static interface |
HamletSpec.UL |
|
static interface |
HamletSpec.VAR |
| Modifier and Type | Method | Description |
|---|---|---|
static <E extends HamletSpec.CoreAttrs> |
HamletImpl.setSelector(E e,
java.lang.String selector) |
Set id and/or class attributes for an element.
|
| Modifier and Type | Method | Description |
|---|---|---|
HamletSpec.CoreAttrs |
HamletSpec.CoreAttrs.$class(java.lang.String cls) |
space-separated list of classes
|
HamletSpec.CoreAttrs |
HamletSpec.CoreAttrs.$id(java.lang.String id) |
document-wide unique id
|
HamletSpec.CoreAttrs |
HamletSpec.CoreAttrs.$style(java.lang.String style) |
associated style info
|
HamletSpec.CoreAttrs |
HamletSpec.CoreAttrs.$title(java.lang.String title) |
advisory title
|
Copyright © 2008–2025 Apache Software Foundation. All rights reserved.