org.apache.hadoop.yarn.webapp.example
Class MyApp.MyController

java.lang.Object
  extended by org.apache.hadoop.yarn.webapp.Controller
      extended by org.apache.hadoop.yarn.webapp.example.MyApp.MyController
All Implemented Interfaces:
Params
Enclosing class:
MyApp

public static class MyApp.MyController
extends Controller


Nested Class Summary
 
Nested classes/interfaces inherited from class org.apache.hadoop.yarn.webapp.Controller
Controller.RequestContext
 
Field Summary
 
Fields inherited from class org.apache.hadoop.yarn.webapp.Controller
LOG
 
Fields inherited from interface org.apache.hadoop.yarn.webapp.Params
ERROR_DETAILS, TITLE, TITLE_LINK, USER
 
Method Summary
 void anythingYouWant()
           
 void index()
          The default action.
 
Methods inherited from class org.apache.hadoop.yarn.webapp.Controller
$, context, cookies, echo, error, get, getInstance, inDevMode, info, injector, render, renderJSON, renderJSON, renderText, request, response, set, setStatus, setTitle, setTitle, status, url, writer
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

index

public void index()
Description copied from class: Controller
The default action.

Specified by:
index in class Controller

anythingYouWant

public void anythingYouWant()


Copyright © 2012 Apache Software Foundation. All Rights Reserved.