@Controller @RequestMapping(value="/judgment") public class EditJudgmentController extends Object
| Constructor and Description |
|---|
EditJudgmentController() |
| Modifier and Type | Method and Description |
|---|---|
String |
edit(String lcNumber,
org.springframework.ui.Model model) |
String |
update(org.egov.lcms.transactions.entity.Judgment judgment,
String lcNumber,
org.springframework.validation.BindingResult errors,
org.springframework.web.multipart.MultipartFile[] files,
javax.servlet.http.HttpServletRequest request,
org.springframework.ui.Model model,
org.springframework.web.servlet.mvc.support.RedirectAttributes redirectAttrs) |
@RequestMapping(value="/edit/",
method=GET)
public String edit(@RequestParam(value="lcNumber")
String lcNumber,
org.springframework.ui.Model model)
@RequestMapping(value="/edit/",
method=POST)
public String update(@ModelAttribute
org.egov.lcms.transactions.entity.Judgment judgment,
@RequestParam(value="lcNumber")
String lcNumber,
org.springframework.validation.BindingResult errors,
@RequestParam(value="file")
org.springframework.web.multipart.MultipartFile[] files,
javax.servlet.http.HttpServletRequest request,
org.springframework.ui.Model model,
org.springframework.web.servlet.mvc.support.RedirectAttributes redirectAttrs)
throws IOException,
ParseException
IOExceptionParseExceptionCopyright © 2015–2017 eGovernments Foundation. All rights reserved.