public class GraphsSkysailApplication
extends de.twenty11.skysail.server.restlet.RestletOsgiApplication
| Constructor and Description |
|---|
GraphsSkysailApplication(String staticPathTemplate) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
attach() |
static GraphsSkysailApplication |
get()
this is done to give osgi a chance to inject serives to restlet; should be changed to some javax.inject approach
(like using InjectedServerResource) once this is available.
|
Map<de.twenty11.skysail.server.services.ApplicationDescriptor,List<String>> |
getRelevantAppsAndPaths() |
void |
handle(org.restlet.Request request,
org.restlet.Response response) |
static void |
setGraphModelProvider(GraphModelProvider gmp) |
attachToRouter, createInboundRoot, detachFromRouter, getApplicationName, getBundleContext, getRoutes, getUrlMappingServiceListener, setBundleContext, setVerifiercreateOutboundRoot, getConnectorService, getConnegService, getConverterService, getCurrent, getDecoderService, getEncoderService, getInboundRoot, getMetadataService, getOutboundRoot, getRangeService, getRole, getRoles, getServices, getStatusService, getTaskService, getTunnelService, setClientRoot, setConnectorService, setConnegService, setContext, setConverterService, setCurrent, setDecoderService, setEncoderService, setInboundRoot, setInboundRoot, setMetadataService, setOutboundRoot, setOutboundRoot, setRangeService, setRoles, setStatusService, setTaskService, setTunnelService, start, stoppublic GraphsSkysailApplication(String staticPathTemplate)
staticPathTemplate - public static GraphsSkysailApplication get()
public void handle(org.restlet.Request request,
org.restlet.Response response)
handle in interface org.restlet.Uniformhandle in class org.restlet.Applicationprotected void attach()
attach in class de.twenty11.skysail.server.restlet.RestletOsgiApplicationpublic static void setGraphModelProvider(GraphModelProvider gmp)
Copyright © 2011-2013. All Rights Reserved.