@Controller(value="webBasicController") @RequestMapping(value="/web/conf/basic") public class BasicController extends Object
| Modifier and Type | Field and Description |
|---|---|
(package private) ConfService |
confService |
(package private) static org.slf4j.Logger |
logger |
| Constructor and Description |
|---|
BasicController() |
| Modifier and Type | Method and Description |
|---|---|
String |
doUpdate(EppdevConf conf,
org.springframework.web.servlet.mvc.support.RedirectAttributes redirectAttributes) |
String |
list(org.springframework.ui.Model model,
org.springframework.web.servlet.mvc.support.RedirectAttributes redirectAttributes) |
static org.slf4j.Logger logger
@Autowired ConfService confService
@RequestMapping(value="/list") public String list(org.springframework.ui.Model model, org.springframework.web.servlet.mvc.support.RedirectAttributes redirectAttributes)
@RequestMapping(value="/save") public String doUpdate(EppdevConf conf, org.springframework.web.servlet.mvc.support.RedirectAttributes redirectAttributes)
Copyright © 2019. All rights reserved.