Package | Description |
---|---|
org.apache.hadoop.yarn.webapp.example |
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements.
|
org.apache.hadoop.yarn.webapp.hamlet2 |
This package is the replacement for org.apache.hadoop.yarn.webapp.hamlet.
|
org.apache.hadoop.yarn.webapp.log |
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements.
|
org.apache.hadoop.yarn.webapp.view |
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements.
|
Modifier and Type | Method and Description |
---|---|
void |
MyApp.MyView.render(Hamlet.HTML<HtmlPage.__> html) |
protected void |
HelloWorld.HelloView.render(Hamlet.HTML<HtmlPage.__> html) |
Modifier and Type | Method and Description |
---|---|
Hamlet.HTML<T> |
Hamlet.HTML.__(Class<? extends SubView> cls) |
Hamlet.HTML<T> |
Hamlet.HTML.$dir(HamletSpec.Dir value) |
Hamlet.HTML<T> |
Hamlet.HTML.$lang(String value) |
Hamlet.HTML<T> |
Hamlet.HTML.address(String cdata) |
Hamlet.HTML<T> |
Hamlet.HTML.base(String href) |
Hamlet.HTML<T> |
Hamlet.HTML.del(String cdata) |
Hamlet.HTML<T> |
Hamlet.HTML.h1(String cdata) |
Hamlet.HTML<T> |
Hamlet.HTML.h1(String selector,
String cdata) |
Hamlet.HTML<T> |
Hamlet.HTML.h2(String cdata) |
Hamlet.HTML<T> |
Hamlet.HTML.h2(String selector,
String cdata) |
Hamlet.HTML<T> |
Hamlet.HTML.h3(String cdata) |
Hamlet.HTML<T> |
Hamlet.HTML.h3(String selector,
String cdata) |
Hamlet.HTML<T> |
Hamlet.HTML.h4(String cdata) |
Hamlet.HTML<T> |
Hamlet.HTML.h4(String selector,
String cdata) |
Hamlet.HTML<T> |
Hamlet.HTML.h5(String cdata) |
Hamlet.HTML<T> |
Hamlet.HTML.h5(String selector,
String cdata) |
Hamlet.HTML<T> |
Hamlet.HTML.h6(String cdata) |
Hamlet.HTML<T> |
Hamlet.HTML.h6(String selector,
String cdata) |
Hamlet.HTML<T> |
Hamlet.HTML.hr(String selector) |
Hamlet.HTML<T> |
Hamlet.HTML.ins(String cdata) |
Hamlet.HTML<T> |
Hamlet.HTML.link(String href) |
Hamlet.HTML<T> |
Hamlet.HTML.meta_http(String header,
String content) |
Hamlet.HTML<T> |
Hamlet.HTML.meta(String name,
String content) |
Hamlet.HTML<T> |
Hamlet.HTML.script(String src) |
Hamlet.HTML<T> |
Hamlet.HTML.style(Object... lines) |
Hamlet.HTML<T> |
Hamlet.HTML.title(String cdata) |
Modifier and Type | Method and Description |
---|---|
protected void |
AggregatedLogsPage.preHead(Hamlet.HTML<HtmlPage.__> html) |
Modifier and Type | Method and Description |
---|---|
Hamlet.HTML<HtmlPage.__> |
HtmlPage.Page.html() |
Modifier and Type | Method and Description |
---|---|
protected void |
TwoColumnLayout.postHead(Hamlet.HTML<HtmlPage.__> html)
Do what needs to be done after the header is rendered.
|
protected void |
TwoColumnCssLayout.postHead(Hamlet.HTML<HtmlPage.__> html) |
protected void |
TwoColumnLayout.preHead(Hamlet.HTML<HtmlPage.__> html)
Do what needs to be done before the header is rendered.
|
protected void |
TwoColumnCssLayout.preHead(Hamlet.HTML<HtmlPage.__> html) |
protected void |
TwoColumnLayout.render(Hamlet.HTML<HtmlPage.__> html) |
protected void |
ErrorPage.render(Hamlet.HTML<HtmlPage.__> html) |
protected void |
TwoColumnCssLayout.render(Hamlet.HTML<HtmlPage.__> html) |
protected abstract void |
HtmlPage.render(Hamlet.HTML<HtmlPage.__> html)
Render the HTML page.
|
protected void |
TwoColumnLayout.setTableStyles(Hamlet.HTML<HtmlPage.__> html,
String tableId,
String... innerStyles)
Sets up a table to be a consistent style.
|
Copyright © 2008–2024 Apache Software Foundation. All rights reserved.