public abstract class AbstractPathsResource extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
PREFERRED_PATH_VALUE |
| Constructor and Description |
|---|
AbstractPathsResource() |
public static final String PREFERRED_PATH_VALUE
@Produces(value="*/*")
@GET
@Path(value="/{path: .+}")
public javax.ws.rs.core.Response readSingle(@PathParam(value="path")
String path)
throws IOException,
com.github.jinahya.simple.file.back.FileBackException
IOExceptioncom.github.jinahya.simple.file.back.FileBackExceptionCopyright © 2011–2015. All rights reserved.