Package | Description |
---|---|
org.apache.hadoop.yarn.webapp.hamlet |
Deprecated.
|
Modifier and Type | Interface and Description |
---|---|
static interface |
HamletSpec._Head
Deprecated.
|
static interface |
HamletSpec._Html
Deprecated.
|
static interface |
HamletSpec.HEAD
Deprecated.
|
static interface |
HamletSpec.HTML
Deprecated.
The root element
|
Modifier and Type | Class and Description |
---|---|
class |
Hamlet
Deprecated.
Use org.apache.hadoop.yarn.webapp.hamlet2 package instead.
|
class |
Hamlet.HEAD<T extends HamletSpec._>
Deprecated.
|
class |
Hamlet.HTML<T extends HamletSpec._>
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
HamletSpec.HeadMisc |
HamletSpec.HeadMisc.link(String href)
Add a link element.
|
HamletSpec.HeadMisc |
HamletSpec.HeadMisc.meta_http(String header,
String content)
Add a meta element with http-equiv attribute.
|
HamletSpec.HeadMisc |
HamletSpec.HeadMisc.meta(String name,
String content)
Add a meta element.
|
HamletSpec.HeadMisc |
HamletSpec.HeadMisc.style(Object... lines)
Add a css style element.
|
Copyright © 2008–2019 Apache Software Foundation. All rights reserved.