@Controller
@RequestMapping(value="/crosshierarchy/update/{nameArray}")
public class ModifyCrossHierarchyController
extends Object
| Constructor and Description |
|---|
ModifyCrossHierarchyController() |
| Modifier and Type | Method and Description |
|---|---|
String |
crosshierarchyFormForUpdate(CrossHierarchyGenerator crossHierarchyGenerator,
org.springframework.validation.BindingResult errors,
org.springframework.web.servlet.mvc.support.RedirectAttributes redirectAttrs,
org.springframework.ui.Model model) |
String |
crosshierarchyFormForUpdate(CrossHierarchyGenerator crossHierarchyGenerator,
String[] nameArray,
org.springframework.ui.Model model) |
CrossHierarchyGenerator |
crossHierarchyGenerator() |
@ModelAttribute public CrossHierarchyGenerator crossHierarchyGenerator()
@RequestMapping(method=GET) public String crosshierarchyFormForUpdate(@ModelAttribute CrossHierarchyGenerator crossHierarchyGenerator, @PathVariable String[] nameArray, org.springframework.ui.Model model)
@RequestMapping(method=POST) public String crosshierarchyFormForUpdate(@ModelAttribute CrossHierarchyGenerator crossHierarchyGenerator, org.springframework.validation.BindingResult errors, org.springframework.web.servlet.mvc.support.RedirectAttributes redirectAttrs, org.springframework.ui.Model model)
Copyright © 2015–2016 eGovernments Foundation. All rights reserved.