@Controller @RequestMapping(value="/application/") public class CreateLegalCaseController extends GenericLegalCaseController
| Constructor and Description |
|---|
CreateLegalCaseController() |
| Modifier and Type | Method and Description |
|---|---|
String |
create(org.egov.lcms.transactions.entity.LegalCase legalCase,
org.springframework.validation.BindingResult errors,
org.springframework.web.multipart.MultipartFile[] files,
org.springframework.ui.Model model,
org.springframework.web.servlet.mvc.support.RedirectAttributes redirectAttrs,
javax.servlet.http.HttpServletRequest request) |
String |
newForm(org.egov.lcms.transactions.entity.LegalCase legalcase,
org.springframework.ui.Model model,
javax.servlet.http.HttpServletRequest request) |
caseTypeList, courtTypeList, getCourtNameList, getGovtDeptList, getLcNumberTypesMap, getLcNumberTypeTypes, getPetitionList, getWPYearList@RequestMapping(value="create/",
method=GET)
public String newForm(@ModelAttribute
org.egov.lcms.transactions.entity.LegalCase legalcase,
org.springframework.ui.Model model,
javax.servlet.http.HttpServletRequest request)
@RequestMapping(value="create/",
method=POST)
public String create(@ModelAttribute
org.egov.lcms.transactions.entity.LegalCase legalCase,
org.springframework.validation.BindingResult errors,
@RequestParam(value="file")
org.springframework.web.multipart.MultipartFile[] files,
org.springframework.ui.Model model,
org.springframework.web.servlet.mvc.support.RedirectAttributes redirectAttrs,
javax.servlet.http.HttpServletRequest request)
throws IOException,
ParseException
IOExceptionParseExceptionCopyright © 2015–2017 eGovernments Foundation. All rights reserved.