Class GlobalPropertiesController


  • @Controller
    @RequestMapping("/root/globalproperties")
    public class GlobalPropertiesController
    extends Object
    Author:
    Daniel Bernstein Date: 01/05/2015
    • Constructor Detail

      • GlobalPropertiesController

        public GlobalPropertiesController()
    • Method Detail

      • setGlobalPropertiesConfigService

        public void setGlobalPropertiesConfigService​(GlobalPropertiesConfigService globalPropertiesConfigService)
      • setRabbitmqConfigService

        public void setRabbitmqConfigService​(RabbitmqConfigService rabbitmqConfigService)
      • get

        @RequestMapping("")
        public org.springframework.web.servlet.ModelAndView get()
        Returns:
      • edit

        @RequestMapping(value="/edit",
                        method=GET)
        public org.springframework.web.servlet.ModelAndView edit()
      • update

        @RequestMapping(value="/edit",
                        method=POST)
        @Transactional
        public org.springframework.web.servlet.ModelAndView update​(@ModelAttribute("globalProperties")
                                                                   GlobalPropertiesForm form,
                                                                   org.springframework.validation.BindingResult bindingResult,
                                                                   org.springframework.ui.Model model,
                                                                   org.springframework.web.servlet.mvc.support.RedirectAttributes redirectAttributes)