ninja
Class AsyncResult

java.lang.Object
  extended by ninja.Result
      extended by ninja.AsyncResult

public class AsyncResult
extends Result

An async result


Field Summary
 
Fields inherited from class ninja.Result
APPLICATION_OCTET_STREAM, APPLICATION_XML, APPLICATON_JSON, LOCATION, SC_200_OK, SC_204_NO_CONTENT, SC_300_MULTIPLE_CHOICES, SC_301_MOVED_PERMANENTLY, SC_302_FOUND, SC_303_SEE_OTHER, SC_307_TEMPORARY_REDIRECT, SC_400_BAD_REQUEST, SC_403_FORBIDDEN, SC_404_NOT_FOUND, SC_500_INTERNAL_SERVER_ERROR, SC_501_NOT_IMPLEMENTED, TEXT_HTML, TEXT_PLAIN
 
Constructor Summary
AsyncResult()
           
 
Method Summary
 
Methods inherited from class ninja.Result
addCookie, addHeader, contentType, getContentType, getCookies, getHeaders, getRenderable, getStatusCode, getTemplate, html, json, redirect, render, setContentType, status, template, unsetCookie
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AsyncResult

public AsyncResult()


Copyright © 2012. All Rights Reserved.