| 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 | Description |
|---|---|---|
static interface |
HamletSpec._Head |
|
static interface |
HamletSpec._Html |
|
static interface |
HamletSpec.HEAD |
|
static interface |
HamletSpec.HTML |
The root element
|
| Modifier and Type | Class | Description |
|---|---|---|
class |
Hamlet |
|
class |
Hamlet.HEAD<T extends HamletSpec.__> |
|
class |
Hamlet.HTML<T extends HamletSpec.__> |
| Modifier and Type | Method | Description |
|---|---|---|
HamletSpec.HeadMisc |
HamletSpec.HeadMisc.link(java.lang.String href) |
Add a link element.
|
HamletSpec.HeadMisc |
HamletSpec.HeadMisc.meta(java.lang.String name,
java.lang.String content) |
Add a meta element.
|
HamletSpec.HeadMisc |
HamletSpec.HeadMisc.meta_http(java.lang.String header,
java.lang.String content) |
Add a meta element with http-equiv attribute.
|
HamletSpec.HeadMisc |
HamletSpec.HeadMisc.style(java.lang.Object... lines) |
Add a css style element.
|
| Modifier and Type | Class | Description |
|---|---|---|
class |
HtmlBlock.Block |
|
class |
HtmlPage.Page |
Copyright © 2008–2025 Apache Software Foundation. All rights reserved.