Uses of Class
org.apache.hadoop.yarn.webapp.view.HtmlPage._

Packages that use HtmlPage._
org.apache.hadoop.yarn.webapp.example   
org.apache.hadoop.yarn.webapp.log   
org.apache.hadoop.yarn.webapp.view   
 

Uses of HtmlPage._ in org.apache.hadoop.yarn.webapp.example
 

Method parameters in org.apache.hadoop.yarn.webapp.example with type arguments of type HtmlPage._
 void MyApp.MyView.render(Hamlet.HTML<HtmlPage._> html)
           
protected  void HelloWorld.HelloView.render(Hamlet.HTML<HtmlPage._> html)
           
 

Uses of HtmlPage._ in org.apache.hadoop.yarn.webapp.log
 

Method parameters in org.apache.hadoop.yarn.webapp.log with type arguments of type HtmlPage._
protected  void AggregatedLogsPage.preHead(Hamlet.HTML<HtmlPage._> html)
           
 

Uses of HtmlPage._ in org.apache.hadoop.yarn.webapp.view
 

Methods in org.apache.hadoop.yarn.webapp.view that return types with arguments of type HtmlPage._
 Hamlet.HTML<HtmlPage._> HtmlPage.Page.html()
           
 

Method parameters in org.apache.hadoop.yarn.webapp.view with type arguments of type HtmlPage._
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 abstract  void HtmlPage.render(Hamlet.HTML<HtmlPage._> html)
          Render the the HTML page.
protected  void TwoColumnCssLayout.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 © 2014 Apache Software Foundation. All Rights Reserved.