Uses of Class
org.juzu.Response.Action

Packages that use Response.Action
org.juzu   
org.juzu.request   
 

Uses of Response.Action in org.juzu
 

Subclasses of Response.Action in org.juzu
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.
 

Uses of Response.Action in org.juzu.request
 

Methods in org.juzu.request with parameters of type Response.Action
 void ActionContext.setResponse(Response.Action response)
           
 



Copyright © 2012 eXo Platform SAS. All Rights Reserved.