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