@Controller @RequestMapping(value="/admin/collection") public class AdminCollectionController extends Object
| Constructor and Description |
|---|
AdminCollectionController() |
| Modifier and Type | Method and Description |
|---|---|
void |
afterPropertiesSet() |
protected void |
downloadAll(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse res) |
protected org.springframework.http.ResponseEntity<String> |
downloadIndex(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse res) |
protected org.springframework.http.ResponseEntity<String> |
showCollection(String collection) |
protected org.springframework.http.ResponseEntity<String> |
showCollectionStatus() |
protected org.springframework.http.ResponseEntity<String> |
showCollectionStatusCsv() |
protected org.springframework.web.servlet.ModelAndView |
showFmrcCache(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse res) |
protected org.springframework.http.ResponseEntity<String> |
triggerFeatureCollection(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse res) |
@PostConstruct public void afterPropertiesSet()
@RequestMapping(value="/showCollection",
method=GET)
protected org.springframework.http.ResponseEntity<String> showCollection(@RequestParam
String collection)
throws Exception
Exception@RequestMapping(value="/showStatus") protected org.springframework.http.ResponseEntity<String> showCollectionStatus() throws Exception
Exception@RequestMapping(value="/showStatus.csv") protected org.springframework.http.ResponseEntity<String> showCollectionStatusCsv() throws Exception
Exception@RequestMapping(value="/trigger") protected org.springframework.http.ResponseEntity<String> triggerFeatureCollection(javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse res) throws Exception
Exception@RequestMapping(value="/downloadAll")
protected void downloadAll(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse res)
throws IOException
IOException@RequestMapping(value="/download") protected org.springframework.http.ResponseEntity<String> downloadIndex(javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse res) throws Exception
Exception