org.juzu
Class Response.Action

java.lang.Object
  extended by org.juzu.Response
      extended by org.juzu.Response.Action
Direct Known Subclasses:
Response.Action.Redirect, Response.Action.Render
Enclosing class:
Response

public static class Response.Action
extends Response


Nested Class Summary
static class Response.Action.Redirect
          A response instructing to execute an HTTP redirection after the current interaction.
static class Response.Action.Render
          A response instructing to execute a render phase of a controller method after the current interaction.
 
Nested classes/interfaces inherited from class org.juzu.Response
Response.Action, Response.Mime, Response.Resource, Response.Stream, Response.Update
 
Constructor Summary
Response.Action()
           
 
Method Summary
 
Methods inherited from class org.juzu.Response
notFound, notFound, ok, ok, redirect, status, status
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Response.Action

public Response.Action()


Copyright © 2012 eXo Platform SAS. All Rights Reserved.