public interface FileResource
| Modifier and Type | Method and Description |
|---|---|
javax.ws.rs.core.Response |
get(String accept)
get resource contents
|
@GET
@Produces(value="*/*")
javax.ws.rs.core.Response get(@HeaderParam(value="accept")
String accept)
throws IOException
accept - IOExceptionCopyright © 2020. All rights reserved.