@Controller @RequestMapping(value="/root/duracloudmill") public class DuracloudMillController extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
BASE_MAPPING |
| Constructor and Description |
|---|
DuracloudMillController() |
| Modifier and Type | Method and Description |
|---|---|
org.springframework.web.servlet.ModelAndView |
edit() |
DuracloudMillForm |
form() |
org.springframework.web.servlet.ModelAndView |
get() |
void |
setDuracloudMillConfigService(DuracloudMillConfigService duracloudMillConfigService) |
org.springframework.web.servlet.ModelAndView |
update(DuracloudMillForm form,
org.springframework.validation.BindingResult bindingResult,
org.springframework.ui.Model model,
org.springframework.web.servlet.mvc.support.RedirectAttributes redirectAttributes) |
public static final String BASE_MAPPING
public void setDuracloudMillConfigService(DuracloudMillConfigService duracloudMillConfigService)
@RequestMapping(value="") public org.springframework.web.servlet.ModelAndView get()
@ModelAttribute(value="duracloudMill") public DuracloudMillForm form()
@RequestMapping(value="/edit",
method=GET)
public org.springframework.web.servlet.ModelAndView edit()
@RequestMapping(value="/edit",
method=POST)
@Transactional
public org.springframework.web.servlet.ModelAndView update(@ModelAttribute(value="duracloudMill")
DuracloudMillForm form,
org.springframework.validation.BindingResult bindingResult,
org.springframework.ui.Model model,
org.springframework.web.servlet.mvc.support.RedirectAttributes redirectAttributes)
Copyright © 2009–2016 DuraSpace. All rights reserved.