Packages

trait Results extends AnyRef

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Results
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. class Status extends Result

    Generates default Result from a content type, headers and content.

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. val Accepted: Status

    Generates a ‘202 ACCEPTED’ result.

  5. val BadGateway: Status

    Generates a ‘502 BAD_GATEWAY’ result.

  6. val BadRequest: Status

    Generates a ‘400 BAD_REQUEST’ result.

  7. val Conflict: Status

    Generates a ‘409 CONFLICT’ result.

  8. val Continue: Result

    Generates a ‘100 Continue’ result.

  9. val Created: Status

    Generates a ‘201 CREATED’ result.

  10. val EntityTooLarge: Status

    Generates a ‘413 REQUEST_ENTITY_TOO_LARGE’ result.

  11. val ExpectationFailed: Status

    Generates a ‘417 EXPECTATION_FAILED’ result.

  12. val FailedDependency: Status

    Generates a ‘424 FAILED_DEPENDENCY’ result.

  13. val Forbidden: Status

    Generates a ‘403 FORBIDDEN’ result.

  14. def Found(url: String): Result

    Generates a ‘302 FOUND’ simple result.

    Generates a ‘302 FOUND’ simple result.

    url

    the URL to redirect to

  15. val GatewayTimeout: Status

    Generates a ‘504 GATEWAY_TIMEOUT’ result.

  16. val Gone: Status

    Generates a ‘410 GONE’ result.

  17. val HttpVersionNotSupported: Status

    Generates a ‘505 HTTP_VERSION_NOT_SUPPORTED’ result.

  18. val ImATeapot: Status

    Generates a ‘418 IM_A_TEAPOT’ result.

  19. val InsufficientStorage: Status

    Generates a ‘507 INSUFFICIENT_STORAGE’ result.

  20. val InternalServerError: Status

    Generates a ‘500 INTERNAL_SERVER_ERROR’ result.

  21. val Locked: Status

    Generates a ‘423 LOCKED’ result.

  22. val MethodNotAllowed: Status

    Generates a ‘405 METHOD_NOT_ALLOWED’ result.

  23. def MovedPermanently(url: String): Result

    Generates a ‘301 MOVED_PERMANENTLY’ simple result.

    Generates a ‘301 MOVED_PERMANENTLY’ simple result.

    url

    the URL to redirect to

  24. val MultiStatus: Status

    Generates a ‘207 MULTI_STATUS’ result.

  25. val NetworkAuthenticationRequired: Status

    Generates a ‘511 NETWORK_AUTHENTICATION_REQUIRED’ result.

  26. val NoContent: Result

    Generates a ‘204 NO_CONTENT’ result.

  27. val NonAuthoritativeInformation: Status

    Generates a ‘203 NON_AUTHORITATIVE_INFORMATION’ result.

  28. val NotAcceptable: Status

    Generates a ‘406 NOT_ACCEPTABLE’ result.

  29. val NotFound: Status

    Generates a ‘404 NOT_FOUND’ result.

  30. val NotImplemented: Status

    Generates a ‘501 NOT_IMPLEMENTED’ result.

  31. val NotModified: Result

    Generates a ‘304 NOT_MODIFIED’ result.

  32. val Ok: Status

    Generates a ‘200 OK’ result.

  33. val PartialContent: Status

    Generates a ‘206 PARTIAL_CONTENT’ result.

  34. val PaymentRequired: Status

    Generates a ‘402 PAYMENT_REQUIRED’ result.

  35. def PermanentRedirect(url: String): Result

    Generates a ‘308 PERMANENT_REDIRECT’ simple result.

    Generates a ‘308 PERMANENT_REDIRECT’ simple result.

    url

    the URL to redirect to

  36. val PreconditionFailed: Status

    Generates a ‘412 PRECONDITION_FAILED’ result.

  37. val PreconditionRequired: Status

    Generates a ‘428 PRECONDITION_REQUIRED’ result.

  38. def Redirect(call: Call, status: Int): Result

    Generates a redirect simple result.

    Generates a redirect simple result.

    call

    Call defining the URL to redirect to, which typically comes from the reverse router

    status

    HTTP status for redirect, such as SEE_OTHER, MOVED_TEMPORARILY or MOVED_PERMANENTLY

  39. def Redirect(call: Call): Result

    Generates a redirect simple result.

    Generates a redirect simple result.

    call

    Call defining the URL to redirect to, which typically comes from the reverse router

  40. def Redirect(url: String, queryStringParams: Map[String, Seq[String]] = Map.empty, status: Int = SEE_OTHER): Result

    Generates a redirect simple result.

    Generates a redirect simple result.

    url

    the URL to redirect to

    queryStringParams

    queryString parameters to add to the queryString

    status

    HTTP status for redirect, such as SEE_OTHER, MOVED_TEMPORARILY or MOVED_PERMANENTLY

  41. def Redirect(url: String, status: Int): Result

    Generates a redirect simple result.

    Generates a redirect simple result.

    url

    the URL to redirect to

    status

    HTTP status

  42. val RequestHeaderFieldsTooLarge: Status

    Generates a ‘431 REQUEST_HEADER_FIELDS_TOO_LARGE’ result.

  43. val RequestTimeout: Status

    Generates a ‘408 REQUEST_TIMEOUT’ result.

  44. val ResetContent: Result

    Generates a ‘205 RESET_CONTENT’ result.

  45. def SeeOther(url: String): Result

    Generates a ‘303 SEE_OTHER’ simple result.

    Generates a ‘303 SEE_OTHER’ simple result.

    url

    the URL to redirect to

  46. val ServiceUnavailable: Status

    Generates a ‘503 SERVICE_UNAVAILABLE’ result.

  47. def Status(code: Int): Status

    Generates a simple result.

    Generates a simple result.

    code

    the status code

  48. val SwitchingProtocols: Result

    Generates a ‘101 Switching Protocols’ result.

  49. def TemporaryRedirect(url: String): Result

    Generates a ‘307 TEMPORARY_REDIRECT’ simple result.

    Generates a ‘307 TEMPORARY_REDIRECT’ simple result.

    url

    the URL to redirect to

  50. val TooManyRequests: Status

    Generates a ‘429 TOO_MANY_REQUESTS’ result.

  51. val Unauthorized: Status

    Generates a ‘401 UNAUTHORIZED’ result.

  52. val UnprocessableEntity: Status

    Generates a ‘422 UNPROCESSABLE_ENTITY’ result.

  53. val UnsupportedMediaType: Status

    Generates a ‘415 UNSUPPORTED_MEDIA_TYPE’ result.

  54. val UriTooLong: Status

    Generates a ‘414 REQUEST_URI_TOO_LONG’ result.

  55. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  56. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  57. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  58. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  59. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  60. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  61. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  62. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  63. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  64. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  65. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  66. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  67. def toString(): String
    Definition Classes
    AnyRef → Any
  68. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  69. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  70. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped