Modifier and Type | Method and Description |
---|---|
protected void |
AppView.commonPreHead(Hamlet.HTML<HtmlPage._> html) |
protected void |
CountersPage.postHead(Hamlet.HTML<HtmlPage._> html) |
protected void |
SingleCounterPage.preHead(Hamlet.HTML<HtmlPage._> html) |
protected void |
InfoPage.preHead(Hamlet.HTML<HtmlPage._> html) |
protected void |
CountersPage.preHead(Hamlet.HTML<HtmlPage._> html) |
protected void |
JobPage.preHead(Hamlet.HTML<HtmlPage._> html) |
protected void |
JobConfPage.preHead(Hamlet.HTML<HtmlPage._> html) |
protected void |
AppView.preHead(Hamlet.HTML<HtmlPage._> html) |
protected void |
TasksPage.preHead(Hamlet.HTML<HtmlPage._> html) |
protected void |
TaskPage.preHead(Hamlet.HTML<HtmlPage._> html) |
Modifier and Type | Method and Description |
---|---|
protected void |
HsView.commonPreHead(Hamlet.HTML<HtmlPage._> html)
The prehead that should be common to all subclasses.
|
protected void |
HsCountersPage.postHead(Hamlet.HTML<HtmlPage._> html) |
protected void |
HsView.preHead(Hamlet.HTML<HtmlPage._> html) |
protected void |
HsConfPage.preHead(Hamlet.HTML<HtmlPage._> html) |
protected void |
HsTaskPage.preHead(Hamlet.HTML<HtmlPage._> html) |
protected void |
HsJobPage.preHead(Hamlet.HTML<HtmlPage._> html) |
protected void |
HsTasksPage.preHead(Hamlet.HTML<HtmlPage._> html) |
protected void |
HsSingleCounterPage.preHead(Hamlet.HTML<HtmlPage._> html) |
protected void |
HsLogsPage.preHead(Hamlet.HTML<HtmlPage._> html) |
protected void |
HsAboutPage.preHead(Hamlet.HTML<HtmlPage._> html) |
protected void |
HsCountersPage.preHead(Hamlet.HTML<HtmlPage._> html) |
Modifier and Type | Method and Description |
---|---|
protected void |
NodePage.commonPreHead(Hamlet.HTML<HtmlPage._> html) |
protected void |
NMView.commonPreHead(Hamlet.HTML<HtmlPage._> html) |
protected void |
ApplicationPage.preHead(Hamlet.HTML<HtmlPage._> html) |
protected void |
AllContainersPage.preHead(Hamlet.HTML<HtmlPage._> html) |
protected void |
AllApplicationsPage.preHead(Hamlet.HTML<HtmlPage._> html) |
protected void |
NMView.preHead(Hamlet.HTML<HtmlPage._> html) |
protected void |
ContainerPage.preHead(Hamlet.HTML<HtmlPage._> html) |
protected void |
ContainerLogsPage.preHead(Hamlet.HTML<HtmlPage._> html) |
Modifier and Type | Method and Description |
---|---|
protected void |
RmView.commonPreHead(Hamlet.HTML<HtmlPage._> html) |
protected void |
FairSchedulerPage.postHead(Hamlet.HTML<HtmlPage._> html) |
protected void |
AppPage.preHead(Hamlet.HTML<HtmlPage._> html) |
protected void |
AboutPage.preHead(Hamlet.HTML<HtmlPage._> html) |
protected void |
RmView.preHead(Hamlet.HTML<HtmlPage._> html) |
Modifier and Type | Method and Description |
---|---|
protected void |
HelloWorld.HelloView.render(Hamlet.HTML<HtmlPage._> html) |
void |
MyApp.MyView.render(Hamlet.HTML<HtmlPage._> html) |
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 |
TwoColumnCssLayout.render(Hamlet.HTML<HtmlPage._> html) |
protected abstract void |
HtmlPage.render(Hamlet.HTML<HtmlPage._> html)
Render the the HTML page.
|
protected void |
ErrorPage.render(Hamlet.HTML<HtmlPage._> html) |
protected void |
TwoColumnLayout.setTableStyles(Hamlet.HTML<HtmlPage._> html,
String tableId,
String... innerStyles)
Sets up a table to be a consistent style.
|
Copyright © 2013 Apache Software Foundation. All rights reserved.