@Controller public class StopController extends Object
| Constructor and Description |
|---|
StopController() |
| Modifier and Type | Method and Description |
|---|---|
String |
cancelStopEsb(org.springframework.ui.ModelMap model) |
String |
getStoppingState(org.springframework.ui.ModelMap model) |
String |
stopEsb(org.springframework.ui.ModelMap model) |
@RequestMapping(value="/stop") public String getStoppingState(org.springframework.ui.ModelMap model)
@RequestMapping(value="/stop",
method=POST)
public String stopEsb(org.springframework.ui.ModelMap model)
@RequestMapping(value="/cancelStop",
method=POST)
public String cancelStopEsb(org.springframework.ui.ModelMap model)
Copyright © 2016. All rights reserved.