Uses of Class
org.apache.hadoop.yarn.webapp.View

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

Uses of View in org.apache.hadoop.yarn.webapp
 

Method parameters in org.apache.hadoop.yarn.webapp with type arguments of type View
protected  void Controller.render(Class<? extends View> cls)
           
 

Uses of View in org.apache.hadoop.yarn.webapp.example
 

Subclasses of View in org.apache.hadoop.yarn.webapp.example
static class HelloWorld.HelloView
           
static class MyApp.MyView
           
 

Uses of View in org.apache.hadoop.yarn.webapp.log
 

Subclasses of View in org.apache.hadoop.yarn.webapp.log
 class AggregatedLogsBlock
           
 class AggregatedLogsNavBlock
           
 class AggregatedLogsPage
           
 

Uses of View in org.apache.hadoop.yarn.webapp.view
 

Subclasses of View in org.apache.hadoop.yarn.webapp.view
 class DefaultPage
           
 class ErrorPage
          A jquery-ui themeable error page
 class FooterBlock
           
 class HeaderBlock
           
 class HtmlBlock
           
 class HtmlPage
          The parent class of all HTML pages.
 class InfoBlock
           
 class JQueryUI
           
 class LipsumBlock
           
 class NavBlock
           
 class TextPage
           
 class TextView
           
 class TwoColumnCssLayout
          A reusable, pure-css, cross-browser, left nav, 2 column, supposedly liquid layout.
 class TwoColumnLayout
          A simpler two column layout implementation with a header, a navigation bar on the left, content on the right, and a footer.
 



Copyright © 2014 Apache Software Foundation. All Rights Reserved.