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, getConnectorService, getConnegService, getConverterService, getCurrent, getDecoderService, getEncoderService, getInboundRoot, getMetadataService, getOutboundRoot, getRangeService, getRole, getRoles, getServices, getStatusService, getTaskService, getTunnelService, isDebugging, setConnectorService, setConnegService, setContext, setConverterService, setCurrent, setDebugging, setDecoderService, setEncoderService, setInboundRoot, setInboundRoot, setMetadataService, setOutboundRoot, setOutboundRoot, setRangeService, setRoles, 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