@Controller(value="webInitController") @RequestMapping(value="/web/conf/init") public class InitController extends Object
| Modifier and Type | Field and Description |
|---|---|
(package private) ConfService |
confService |
(package private) InitService |
initService |
(package private) static org.slf4j.Logger |
logger |
| Constructor and Description |
|---|
InitController() |
| Modifier and Type | Method and Description |
|---|---|
String |
list(org.springframework.ui.Model model) |
String |
preview(String fileName,
org.springframework.ui.Model model) |
static org.slf4j.Logger logger
@Autowired ConfService confService
@Autowired InitService initService
Copyright © 2019. All rights reserved.