@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() |
| Modifier and Type | Method and Description |
|---|---|
CountingMetadataService |
getMetadataService() |
org.springframework.web.servlet.ModelAndView |
getResources(javax.servlet.http.HttpServletResponse response,
org.springframework.util.MultiValueMap<java.lang.String,java.lang.String> parameters) |
void |
setMetadataService(CountingMetadataService metadataService) |
@RequestMapping(value="/")
public org.springframework.web.servlet.ModelAndView getResources(javax.servlet.http.HttpServletResponse response,
@RequestParam(required=false)
org.springframework.util.MultiValueMap<java.lang.String,java.lang.String> parameters)
public CountingMetadataService getMetadataService()
public void setMetadataService(CountingMetadataService metadataService)
Copyright © 2013–2018 52North Initiative for Geospatial Open Source Software GmbH. All rights reserved.