Uses of Class
juzu.Response.View

Packages that use Response.View
juzu   
juzu.request   
 

Uses of Response.View in juzu
 

Methods in juzu that return Response.View
 Response.View Response.View.with(PropertyType<Boolean> propertyType)
           
<T> Response.View
Response.View.with(PropertyType<T> propertyType, T propertyValue)
           
 Response.View Response.View.withHeader(String name, String... value)
           
 Response.View Response.View.withNo(PropertyType<Boolean> propertyType)
           
<T> Response.View
Response.View.without(PropertyType<T> propertyType)
           
 

Uses of Response.View in juzu.request
 

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

Methods in juzu.request that return Response.View
 Response.View ActionContext.createResponse(juzu.impl.request.Method<Phase.View> target)
           
 Response.View ActionContext.createResponse(juzu.impl.request.Method<Phase.View> target, Object arg)
           
 Response.View ActionContext.createResponse(juzu.impl.request.Method<Phase.View> target, Object[] args)
           
 



Copyright © 2013 eXo Platform SAS. All Rights Reserved.