Uses of Class
juzu.Response

Packages that use Response
juzu   
juzu.request   
 

Uses of Response in juzu
 

Subclasses of Response in juzu
static class Response.Content<S extends Stream>
           
static class Response.Redirect
          A response instructing to execute an HTTP redirection after the current interaction.
static class Response.Render
           
static class Response.View
          A response instructing to execute a render phase of a controller method after the current interaction.
 

Methods in juzu that return Response
<T> Response
Response.with(PropertyType<T> propertyType, T propertyValue)
          Set a property, if the value is null, the property is removed.
 Response Response.withHeader(String name, String... value)
           
 

Uses of Response in juzu.request
 

Subclasses of Response in juzu.request
static class Phase.View.Dispatch
           
 



Copyright © 2012 eXo Platform SAS. All Rights Reserved.