@RestController
@RequestMapping(value="/",
produces="application/json")
public class ResourcesController
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static class |
ResourcesController.ResourceCollection |
| Constructor and Description |
|---|
ResourcesController(CountingMetadataService metadataService) |
| Modifier and Type | Method and Description |
|---|---|
org.springframework.web.servlet.ModelAndView |
getResources(javax.servlet.http.HttpServletResponse response,
org.springframework.util.MultiValueMap<java.lang.String,java.lang.String> parameters) |
@Autowired public ResourcesController(CountingMetadataService metadataService)
Copyright © 2013–2019 52North Initiative for Geospatial Open Source Software GmbH. All rights reserved.