@RestController
@RequestMapping(value="/search",
produces="application/json")
public class SearchController
extends BaseController
| Constructor and Description |
|---|
SearchController() |
| Modifier and Type | Method and Description |
|---|---|
SearchService |
getSearchService() |
org.springframework.web.servlet.ModelAndView |
searchResources(String q,
String locale,
org.springframework.util.MultiValueMap<String,String> parameters) |
void |
setSearchService(SearchService searchService) |
createObjectMapper, getServletConfig, handle400, handle404, handle500, handleException, isRequestingJsonData, isRequestingPdfData, isRequestingPngData, setServletConfig@RequestMapping(method=GET)
public org.springframework.web.servlet.ModelAndView searchResources(@RequestParam
String q,
@RequestParam(defaultValue="en")
String locale,
@RequestParam(required=false)
org.springframework.util.MultiValueMap<String,String> parameters)
public SearchService getSearchService()
public void setSearchService(SearchService searchService)
Copyright © 2013–2017 52North Initiative for Geospatial Open Source Software GmbH. All rights reserved.