Package | Description |
---|---|
org.apache.hadoop.yarn.webapp.hamlet2 |
This package is the replacement for org.apache.hadoop.yarn.webapp.hamlet.
|
org.apache.hadoop.yarn.webapp.view |
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements.
|
Modifier and Type | Interface and Description |
---|---|
static interface |
HamletSpec._Head |
static interface |
HamletSpec._Html |
static interface |
HamletSpec.HEAD |
static interface |
HamletSpec.HTML
The root element
|
Modifier and Type | Class and Description |
---|---|
class |
Hamlet |
class |
Hamlet.HEAD<T extends HamletSpec.__> |
class |
Hamlet.HTML<T extends HamletSpec.__> |
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.
|
Modifier and Type | Class and Description |
---|---|
class |
HtmlBlock.Block |
class |
HtmlPage.Page |
Copyright © 2008–2024 Apache Software Foundation. All rights reserved.