org.juzu
Class Response.Resource

java.lang.Object
  extended by org.juzu.Response
      extended by org.juzu.Response.Mime
          extended by org.juzu.Response.Resource
All Implemented Interfaces:
Response.Stream
Enclosing class:
Response

public abstract static class Response.Resource
extends Response.Mime


Nested Class Summary
 
Nested classes/interfaces inherited from class org.juzu.Response
Response.Action, Response.Mime, Response.Render, Response.Resource, Response.Stream, Response.Update
 
Constructor Summary
Response.Resource()
           
 
Method Summary
abstract  int getStatus()
           
 
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
 
Methods inherited from interface org.juzu.Response.Stream
send
 

Constructor Detail

Response.Resource

public Response.Resource()
Method Detail

getStatus

public abstract int getStatus()


Copyright © 2012 eXo Platform SAS. All Rights Reserved.