Package | Description |
---|---|
org.apache.hadoop.yarn.webapp.hamlet |
Deprecated.
|
Modifier and Type | Interface and Description |
---|---|
static interface |
HamletSpec._Block
Deprecated.
%block -(FORM|FIELDSET)
|
static interface |
HamletSpec._Body
Deprecated.
|
static interface |
HamletSpec._Cell
Deprecated.
|
static interface |
HamletSpec._Html
Deprecated.
|
static interface |
HamletSpec.Block
Deprecated.
%block
|
static interface |
HamletSpec.BLOCKQUOTE
Deprecated.
|
static interface |
HamletSpec.BODY
Deprecated.
|
static interface |
HamletSpec.BUTTON
Deprecated.
|
static interface |
HamletSpec.DD
Deprecated.
|
static interface |
HamletSpec.DEL
Deprecated.
|
static interface |
HamletSpec.DIV
Deprecated.
|
static interface |
HamletSpec.FIELDSET
Deprecated.
|
static interface |
HamletSpec.Flow
Deprecated.
%flow
|
static interface |
HamletSpec.FORM
Deprecated.
|
static interface |
HamletSpec.HTML
Deprecated.
The root element
|
static interface |
HamletSpec.INS
Deprecated.
|
static interface |
HamletSpec.LI
Deprecated.
|
static interface |
HamletSpec.MAP
Deprecated.
|
static interface |
HamletSpec.OBJECT
Deprecated.
|
static interface |
HamletSpec.TD
Deprecated.
|
static interface |
HamletSpec.TH
Deprecated.
|
Modifier and Type | Class and Description |
---|---|
class |
Hamlet
Deprecated.
Use org.apache.hadoop.yarn.webapp.hamlet2 package instead.
|
class |
Hamlet.BLOCKQUOTE<T extends HamletSpec._>
Deprecated.
|
class |
Hamlet.BODY<T extends HamletSpec._>
Deprecated.
|
class |
Hamlet.BUTTON<T extends HamletSpec._>
Deprecated.
|
class |
Hamlet.DD<T extends HamletSpec._>
Deprecated.
|
class |
Hamlet.DEL<T extends HamletSpec._>
Deprecated.
|
class |
Hamlet.DIV<T extends HamletSpec._>
Deprecated.
|
class |
Hamlet.FIELDSET<T extends HamletSpec._>
Deprecated.
|
class |
Hamlet.FORM<T extends HamletSpec._>
Deprecated.
|
class |
Hamlet.HTML<T extends HamletSpec._>
Deprecated.
|
class |
Hamlet.INS<T extends HamletSpec._>
Deprecated.
|
class |
Hamlet.LI<T extends HamletSpec._>
Deprecated.
|
class |
Hamlet.MAP<T extends HamletSpec._>
Deprecated.
|
class |
Hamlet.OBJECT<T extends HamletSpec._>
Deprecated.
|
class |
Hamlet.TD<T extends HamletSpec._>
Deprecated.
|
class |
Hamlet.TH<T extends HamletSpec._>
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
HamletSpec.Heading |
HamletSpec.Heading.h1(String cdata)
Add a complete H1 element.
|
HamletSpec.Heading |
HamletSpec.Heading.h1(String selector,
String cdata)
Add a complete H1 element
|
HamletSpec.Heading |
HamletSpec.Heading.h2(String cdata)
Add a complete H2 element.
|
HamletSpec.Heading |
HamletSpec.Heading.h2(String selector,
String cdata)
Add a complete H1 element
|
HamletSpec.Heading |
HamletSpec.Heading.h3(String cdata)
Add a complete H3 element.
|
HamletSpec.Heading |
HamletSpec.Heading.h3(String selector,
String cdata)
Add a complete H1 element
|
HamletSpec.Heading |
HamletSpec.Heading.h4(String cdata)
Add a complete H4 element.
|
HamletSpec.Heading |
HamletSpec.Heading.h4(String selector,
String cdata)
Add a complete H4 element
|
HamletSpec.Heading |
HamletSpec.Heading.h5(String cdata)
Add a complete H5 element.
|
HamletSpec.Heading |
HamletSpec.Heading.h5(String selector,
String cdata)
Add a complete H5 element
|
HamletSpec.Heading |
HamletSpec.Heading.h6(String cdata)
Add a complete H6 element.
|
HamletSpec.Heading |
HamletSpec.Heading.h6(String selector,
String cdata)
Add a complete H6 element.
|
Copyright © 2008–2019 Apache Software Foundation. All rights reserved.