@Controller @RequestMapping(value="/admin/trigger") public class AdminTriggerController extends Object
| Constructor and Description |
|---|
AdminTriggerController() |
| Modifier and Type | Method and Description |
|---|---|
void |
afterPropertiesSet() |
protected org.springframework.http.ResponseEntity<String> |
handleReadAll() |
protected org.springframework.http.ResponseEntity<String> |
handleReadChanged() |
@PostConstruct public void afterPropertiesSet()
@RequestMapping(value="/catalog",
method=GET,
params="req=readAll")
protected org.springframework.http.ResponseEntity<String> handleReadAll()
throws Exception
Exception