public interface ResourceController
| Modifier and Type | Method and Description |
|---|---|
org.springframework.web.servlet.ModelAndView |
getCollection(org.springframework.util.MultiValueMap<String,String> query) |
Map<String,Object> |
getExtras(String resourceId,
org.springframework.util.MultiValueMap<String,String> query) |
org.springframework.web.servlet.ModelAndView |
getItem(String id,
org.springframework.util.MultiValueMap<String,String> query) |
void |
getRawData(javax.servlet.http.HttpServletResponse response,
String id,
org.springframework.util.MultiValueMap<String,String> query) |
org.springframework.web.servlet.ModelAndView getCollection(org.springframework.util.MultiValueMap<String,String> query)
org.springframework.web.servlet.ModelAndView getItem(String id, org.springframework.util.MultiValueMap<String,String> query)
void getRawData(javax.servlet.http.HttpServletResponse response,
String id,
org.springframework.util.MultiValueMap<String,String> query)
Copyright © 2013–2017 52North Initiative for Geospatial Open Source Software GmbH. All rights reserved.