@RestController
@RequestMapping(value="/",
produces="application/json")
public class ResourcesController
extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
ResourcesController.ResourceCollection |
| Constructor and Description |
|---|
ResourcesController() |
| Modifier and Type | Method and Description |
|---|---|
protected List<ResourcesController.ResourceCollection> |
createResources(IoParameters params) |
CountingMetadataService |
getMetadataService() |
org.springframework.web.servlet.ModelAndView |
getResources(org.springframework.util.MultiValueMap<String,String> parameters) |
void |
setMetadataService(CountingMetadataService metadataService) |
@RequestMapping(value="/")
public org.springframework.web.servlet.ModelAndView getResources(@RequestParam(required=false)
org.springframework.util.MultiValueMap<String,String> parameters)
protected List<ResourcesController.ResourceCollection> createResources(IoParameters params)
public CountingMetadataService getMetadataService()
public void setMetadataService(CountingMetadataService metadataService)
Copyright © 2013–2017 52North Initiative for Geospatial Open Source Software GmbH. All rights reserved.