public interface ViewResourceHandler
Modifier and Type | Method and Description |
---|---|
javax.ws.rs.core.Response |
handleRequest(javax.ws.rs.core.HttpHeaders headers,
javax.ws.rs.core.UriInfo ui,
String resourceId)
Handle the API request.
|
javax.ws.rs.core.Response handleRequest(javax.ws.rs.core.HttpHeaders headers, javax.ws.rs.core.UriInfo ui, String resourceId)
headers
- the headersui
- the URI inforesourceId
- the resource id; may be null for collection resourcesCopyright © 2017. All rights reserved.