| Package | Description |
|---|---|
| org.analogweb.core.response |
This package defines execution results for response.
|
| Modifier and Type | Method and Description |
|---|---|
HttpStatus |
HttpStatus.byReasonOf(String reason) |
protected HttpStatus |
DefaultRenderable.getStatus() |
static HttpStatus |
BasicResponses.status(int statusCode) |
static HttpStatus |
BasicResponses.status(String status) |
static HttpStatus |
HttpStatus.valueOf(int statusCode) |
static HttpStatus |
HttpStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static HttpStatus[] |
HttpStatus.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
HttpStatus |
HttpStatus.with(Renderable direction) |
HttpStatus |
HttpStatus.withHeader(Map<String,String> responseHeaders) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
DefaultRenderable.setStatus(HttpStatus status) |
T |
BuildAndRenderableResponse.status(HttpStatus status) |
protected void |
DefaultRenderable.updateStatusToResponse(ResponseContext response,
HttpStatus status) |
Copyright © 2011-2017 Analog Web Framework Development Team. All Rights Reserved.