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

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

@Path(value="/browser")
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

@Path(value="/settings")
public Settings getSettings()

setSettings

@Path(value="/settings")
public javax.ws.rs.core.Response setSettings(Settings settings)

getResource

@Path(value="{resource:.*}")
public javax.ws.rs.core.Response getResource(@Context
                                                  org.apache.cxf.jaxrs.ext.MessageContext mc,
                                                  String resource)


Apache CXF