@Controller(value="webVersionController") @RequestMapping(value="/web/conf/version") public class VersionController extends Object
| Modifier and Type | Field and Description |
|---|---|
(package private) static org.slf4j.Logger |
logger |
(package private) VersionService |
versionService |
| Constructor and Description |
|---|
VersionController() |
| Modifier and Type | Method and Description |
|---|---|
String |
doAdd(org.springframework.ui.Model model) |
String |
get(String id,
org.springframework.ui.Model model,
org.springframework.web.servlet.mvc.support.RedirectAttributes redirectAttributes) |
String |
list(org.springframework.ui.Model model,
org.springframework.web.servlet.mvc.support.RedirectAttributes redirectAttributes) |
String |
toAdd() |
static org.slf4j.Logger logger
@Autowired VersionService versionService
@RequestMapping(value="/list") public String list(org.springframework.ui.Model model, org.springframework.web.servlet.mvc.support.RedirectAttributes redirectAttributes)
@RequestMapping(value="/view/{id}")
public String get(@PathVariable(value="id")
String id,
org.springframework.ui.Model model,
org.springframework.web.servlet.mvc.support.RedirectAttributes redirectAttributes)
@RequestMapping(value="/add/to") public String toAdd()
@RequestMapping(value="/add/do") public String doAdd(org.springframework.ui.Model model)
Copyright © 2019. All rights reserved.