| Class | Description |
|---|---|
| RestApiFilter |
A REST API filter to handle REST API calls.
|
| RestApiHandler |
RestApiHandler serves JSON-REST API request, and send JSON-Response.
|
| RestApiServlet |
A REST API filter to handle REST API calls.
|
| RestContext |
RestContext holds HttpServletRequest and HttpServletResponse object in thread local.
|
| Exception | Description |
|---|---|
| ApiException |
Root exception for REST API with error code, error data and detailed message.
|
| Annotation Type | Description |
|---|---|
| DELETE |
Mark a DELETE request of REST API.
|
| GET |
Mark a GET request of REST API.
|
| Path |
Mark REST API path like "/api/users/:userId".
|
| POST |
Mark a POST request of REST API.
|
| PUT |
Mark a PUT request of REST API.
|
Copyright © 2015. All rights reserved.