org.apache.cxf.management.web.browser.bootstrapping
Class BootstrapStorage

java.lang.Object
  extended by org.apache.cxf.management.web.browser.bootstrapping.BootstrapStorage

public class BootstrapStorage
extends Object


Nested Class Summary
static class BootstrapStorage.SettingsProvider
           
static class BootstrapStorage.StaticFileProvider
           
 
Constructor Summary
BootstrapStorage(SettingsStorage storage)
           
 
Method Summary
 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)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BootstrapStorage

public BootstrapStorage(SettingsStorage storage)
Method Detail

getSettings

public Settings getSettings()

setSettings

public javax.ws.rs.core.Response setSettings(Settings settings)

getResource

public javax.ws.rs.core.Response getResource(@Context
                                             org.apache.cxf.jaxrs.ext.MessageContext mc,
                                             String resource)


Apache CXF