All Methods Static Methods Concrete Methods
| Modifier and Type |
Method and Description |
static javax.ws.rs.core.Response |
error(Object entity) |
static javax.ws.rs.core.Response |
html(Object entity) |
static javax.ws.rs.core.Response |
html(Object entity,
Map<String,String> headers) |
static javax.ws.rs.core.Response |
json(Object entity) |
static javax.ws.rs.core.Response |
json(Object entity,
Map<String,String> headers) |
static javax.ws.rs.core.Response |
ok() |
static javax.ws.rs.core.Response |
ok(Object entity) |
static javax.ws.rs.core.Response |
ok(Object entity,
javax.ws.rs.core.MediaType type) |
static javax.ws.rs.core.Response |
ok(Object entity,
String type) |
static javax.ws.rs.core.Response |
status(int code,
Object entity) |
static javax.ws.rs.core.Response |
status(int code,
Object entity,
javax.ws.rs.core.MediaType type) |
static javax.ws.rs.core.Response |
status(int code,
Object entity,
String type) |
static javax.ws.rs.core.Response |
text(Object entity) |
static javax.ws.rs.core.Response |
text(Object entity,
Map<String,String> headers) |