org.juzu
Class Controller

java.lang.Object
  extended by org.juzu.Controller

public abstract class Controller
extends Object

Author:
Julien Viet

Constructor Summary
Controller()
           
 
Method Summary
 Response processAction(ActionContext context)
           
 void render(RenderContext context)
           
 void serveResource(ResourceContext context)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Controller

public Controller()
Method Detail

processAction

public Response processAction(ActionContext context)

render

public void render(RenderContext context)

serveResource

public void serveResource(ResourceContext context)


Copyright © 2011 eXo Platform SAS. All Rights Reserved.