@Controller
@RequestMapping(value="/admin/collection")
public class AdminCollectionController
extends java.lang.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<java.lang.String> |
downloadIndex(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse res) |
protected org.springframework.http.ResponseEntity<java.lang.String> |
showCollection(java.lang.String collection) |
protected org.springframework.http.ResponseEntity<java.lang.String> |
showCollectionStatus() |
protected org.springframework.http.ResponseEntity<java.lang.String> |
showCollectionStatusCsv() |
protected org.springframework.web.servlet.ModelAndView |
showFmrcCache(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse res) |
protected org.springframework.http.ResponseEntity<java.lang.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<java.lang.String> showCollection(@RequestParam
java.lang.String collection)
throws java.lang.Exception
java.lang.Exception@RequestMapping(value="/showStatus")
protected org.springframework.http.ResponseEntity<java.lang.String> showCollectionStatus()
throws java.lang.Exception
java.lang.Exception@RequestMapping(value="/showStatus.csv")
protected org.springframework.http.ResponseEntity<java.lang.String> showCollectionStatusCsv()
throws java.lang.Exception
java.lang.Exception@RequestMapping(value="/trigger")
protected org.springframework.http.ResponseEntity<java.lang.String> triggerFeatureCollection(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse res)
throws java.lang.Exception
java.lang.Exception@RequestMapping(value="/downloadAll")
protected void downloadAll(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse res)
throws java.io.IOException
java.io.IOException@RequestMapping(value="/download")
protected org.springframework.http.ResponseEntity<java.lang.String> downloadIndex(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse res)
throws java.lang.Exception
java.lang.Exception@RequestMapping(value={"/showFmrc","/showFmrc/*"})
protected org.springframework.web.servlet.ModelAndView showFmrcCache(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse res)
throws java.lang.Exception
java.lang.Exception