@Controller @RequestMapping(value="/counterAffidavit") public class CounterAffidavitController extends Object
| Constructor and Description |
|---|
CounterAffidavitController() |
| Modifier and Type | Method and Description |
|---|---|
String |
create(org.egov.lcms.transactions.entity.LegalCase legalCase,
org.springframework.validation.BindingResult errors,
org.springframework.web.servlet.mvc.support.RedirectAttributes redirectAttrs,
String lcNumber,
org.springframework.web.multipart.MultipartFile[] files,
org.springframework.ui.Model model) |
String |
viewForm(org.egov.lcms.transactions.entity.LegalCase legalCase,
String lcNumber,
org.springframework.ui.Model model,
javax.servlet.http.HttpServletRequest request) |
@RequestMapping(value="/create/",
method=GET)
public String viewForm(@ModelAttribute(value="legalCase")
org.egov.lcms.transactions.entity.LegalCase legalCase,
@RequestParam(value="lcNumber")
String lcNumber,
org.springframework.ui.Model model,
javax.servlet.http.HttpServletRequest request)
@RequestMapping(value="/create/",
method=POST)
public String create(@ModelAttribute(value="legalCase")
org.egov.lcms.transactions.entity.LegalCase legalCase,
org.springframework.validation.BindingResult errors,
org.springframework.web.servlet.mvc.support.RedirectAttributes redirectAttrs,
@RequestParam(value="lcNumber")
String lcNumber,
@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.