org.apache.hadoop.yarn.webapp
Interface Params

All Known Implementing Classes:
AggregatedLogsBlock, AggregatedLogsNavBlock, AggregatedLogsPage, Controller, DefaultPage, ErrorPage, FooterBlock, HeaderBlock, HelloWorld.Hello, HelloWorld.HelloView, HtmlBlock, HtmlPage, InfoBlock, JQueryUI, LipsumBlock, MyApp.MyController, MyApp.MyView, NavBlock, TextPage, TextView, TwoColumnCssLayout, TwoColumnLayout, View

public interface Params

Public static constants for webapp parameters. Do NOT put any private or application specific constants here as they're part of the API for users of the controllers and views.


Field Summary
static String ERROR_DETAILS
           
static String TITLE
           
static String TITLE_LINK
           
static String USER
           
 

Field Detail

TITLE

static final String TITLE
See Also:
Constant Field Values

TITLE_LINK

static final String TITLE_LINK
See Also:
Constant Field Values

USER

static final String USER
See Also:
Constant Field Values

ERROR_DETAILS

static final String ERROR_DETAILS
See Also:
Constant Field Values


Copyright © 2012 Apache Software Foundation. All Rights Reserved.