public class RestApplication
extends org.restlet.Application
| Modifier and Type | Field and Description |
|---|---|
static org.restlet.data.MediaType |
APPLICATION_SPARQL_JSON |
| Constructor and Description |
|---|
RestApplication(org.restlet.Context parentContext) |
| Modifier and Type | Method and Description |
|---|---|
org.restlet.Restlet |
createInboundRoot()
Creates a root Restlet that will receive all incoming calls.
|
void |
handle(org.restlet.Request request,
org.restlet.Response response) |
createOutboundRoot, createRoot, getConnectorService, getConverterService, getCurrent, getDecoderService, getFinderClass, getInboundRoot, getMetadataService, getOutboundRoot, getRangeService, getRole, getRoles, getRoot, getServices, getStatusService, getTaskService, getTunnelService, setClientRoot, setConnectorService, setContext, setConverterService, setCurrent, setDecoderService, setFinderClass, setInboundRoot, setInboundRoot, setMetadataService, setOutboundRoot, setRangeService, setRoles, setRoot, setRoot, setStatusService, setTaskService, setTunnelService, start, stoppublic static final org.restlet.data.MediaType APPLICATION_SPARQL_JSON
public RestApplication(@Uses org.restlet.Context parentContext)
public void handle(org.restlet.Request request,
org.restlet.Response response)
handle in interface org.restlet.Uniformhandle in class org.restlet.Applicationpublic org.restlet.Restlet createInboundRoot()
createInboundRoot in class org.restlet.Application