@Path(value="/browser") public class BootstrapStorage extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
BootstrapStorage.SettingsProvider |
static class |
BootstrapStorage.StaticFileProvider |
| Constructor and Description |
|---|
BootstrapStorage(SettingsStorage storage) |
| Modifier and Type | Method and Description |
|---|---|
javax.ws.rs.core.Response |
getResource(org.apache.cxf.jaxrs.ext.MessageContext mc,
String resource) |
Settings |
getSettings() |
javax.ws.rs.core.Response |
setSettings(Settings settings) |
public BootstrapStorage(SettingsStorage storage)
@GET @Path(value="/settings") @Produces(value="application/json") public Settings getSettings()
@PUT @Path(value="/settings") @Consumes(value="application/json") public javax.ws.rs.core.Response setSettings(Settings settings)
@GET
@Path(value="{resource:.*}")
public javax.ws.rs.core.Response getResource(@Context
org.apache.cxf.jaxrs.ext.MessageContext mc,
@PathParam(value="resource")
String resource)
Apache CXF