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