Class AggregatedLogsPage
java.lang.Object
org.apache.hadoop.yarn.webapp.View
org.apache.hadoop.yarn.webapp.view.TextView
org.apache.hadoop.yarn.webapp.view.HtmlPage
org.apache.hadoop.yarn.webapp.view.TwoColumnLayout
org.apache.hadoop.yarn.webapp.log.AggregatedLogsPage
- All Implemented Interfaces:
Params
-
Nested Class Summary
Nested classes/interfaces inherited from class org.apache.hadoop.yarn.webapp.view.HtmlPage
HtmlPage.__, HtmlPage.PageNested classes/interfaces inherited from class org.apache.hadoop.yarn.webapp.View
View.ViewContext -
Field Summary
Fields inherited from interface org.apache.hadoop.yarn.webapp.Params
ERROR_DETAILS, TITLE, TITLE_LINK, USER -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncontent()nav()protected voidpreHead(Hamlet.HTML<HtmlPage.__> html) Do what needs to be done before the header is rendered.Methods inherited from class org.apache.hadoop.yarn.webapp.view.TwoColumnLayout
footer, header, postHead, render, setTableStylesMethods inherited from class org.apache.hadoop.yarn.webapp.view.TextView
echo, echoWithoutEscapeHtml, puts, putWithoutEscapeHtml, writer
-
Constructor Details
-
AggregatedLogsPage
public AggregatedLogsPage()
-
-
Method Details
-
preHead
Description copied from class:TwoColumnLayoutDo what needs to be done before the header is rendered. This usually involves setting page variables for Javascript and CSS rendering.- Overrides:
preHeadin classTwoColumnLayout- Parameters:
html- the html to use to render.
-
content
- Overrides:
contentin classTwoColumnLayout- Returns:
- the class that will render the content of the page.
-