@Controller @RequestMapping(value="/root/globalproperties") public class GlobalPropertiesController extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
BASE_MAPPING |
| Constructor and Description |
|---|
GlobalPropertiesController() |
| Modifier and Type | Method and Description |
|---|---|
org.springframework.web.servlet.ModelAndView |
edit() |
GlobalPropertiesForm |
form() |
org.springframework.web.servlet.ModelAndView |
get() |
void |
setGlobalPropertiesConfigService(GlobalPropertiesConfigService globalPropertiesConfigService) |
org.springframework.web.servlet.ModelAndView |
update(GlobalPropertiesForm 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 setGlobalPropertiesConfigService(GlobalPropertiesConfigService globalPropertiesConfigService)
@RequestMapping(value="") public org.springframework.web.servlet.ModelAndView get()
@ModelAttribute(value="globalProperties") public GlobalPropertiesForm 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="globalProperties")
GlobalPropertiesForm 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.