org.apache.hadoop.yarn.webapp.log
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
public class AggregatedLogsPage
- extends TwoColumnLayout
| Fields inherited from class org.apache.hadoop.yarn.webapp.view.HtmlPage |
DOCTYPE |
| Fields inherited from class org.apache.hadoop.yarn.webapp.View |
LOG |
| Methods inherited from class org.apache.hadoop.yarn.webapp.view.HtmlPage |
render |
| Methods inherited from class org.apache.hadoop.yarn.webapp.View |
$, $, context, cookies, error, getInstance, inDevMode, info, injector, moreParams, outputStream, prefix, render, request, response, root_url, root, set, setTitle, setTitle, status, url |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AggregatedLogsPage
public AggregatedLogsPage()
preHead
protected void preHead(Hamlet.HTML<HtmlPage._> html)
- Description copied from class:
TwoColumnLayout
- Do what needs to be done before the header is rendered. This usually
involves setting page variables for Javascript and CSS rendering.
- Overrides:
preHead in class TwoColumnLayout
- Parameters:
html - the html to use to render.
content
protected Class<? extends SubView> content()
- Overrides:
content in class TwoColumnLayout
- Returns:
- the class that will render the content of the page.
nav
protected Class<? extends SubView> nav()
- Overrides:
nav in class TwoColumnLayout
- Returns:
- the class that will render the navigation bar.
Copyright © 2012 Apache Software Foundation. All Rights Reserved.