public class ApiRestletApplication
extends org.restlet.Application
| Constructor and Description |
|---|
ApiRestletApplication() |
| Modifier and Type | Method and Description |
|---|---|
void |
attachApiRoutes(org.restlet.routing.Router router)
This method takes all the routes that were parsed and actually attaches them to the router.
|
org.restlet.Restlet |
createInboundRoot() |
void |
parseOperationsForApiRoutes()
This method parses all the Geowave Operation classes and creates the info to generate a Restlet
route based on the operation.
|
createOutboundRoot, getConnectorService, getConnegService, getConverterService, getCurrent, getDecoderService, getEncoderService, getInboundRoot, getMetadataService, getOutboundRoot, getRangeService, getRole, getRoles, getServices, getStatusService, getTaskService, getTunnelService, handle, isDebugging, setConnectorService, setConnegService, setContext, setConverterService, setCurrent, setDebugging, setDecoderService, setEncoderService, setInboundRoot, setInboundRoot, setMetadataService, setOutboundRoot, setOutboundRoot, setRangeService, setRoles, setStatusService, setTaskService, setTunnelService, start, stoppublic org.restlet.Restlet createInboundRoot()
createInboundRoot in class org.restlet.Applicationpublic void parseOperationsForApiRoutes()
public void attachApiRoutes(org.restlet.routing.Router router)
Copyright © 2013–2020. All rights reserved.