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(MessageContext mc,
String resource) |
Settings |
getSettings() |
javax.ws.rs.core.Response |
setSettings(Settings settings) |
public BootstrapStorage(SettingsStorage storage)
public Settings getSettings()
public javax.ws.rs.core.Response setSettings(Settings settings)
public javax.ws.rs.core.Response getResource(@Context
MessageContext mc,
String resource)
Apache CXF