@Controller @RequestMapping(value="/registration") public class ViewMarriageRegistrationController extends MarriageRegistrationController
appConfigValuesService, boundaryService, marriageActService, marriageApplicantService, marriageDocumentService, marriageFeeService, marriageRegistrationService, marriageRegistrationUnitService, messageSource, nationalityService, religionService, utils| Constructor and Description |
|---|
ViewMarriageRegistrationController() |
| Modifier and Type | Method and Description |
|---|---|
String |
viewRegistration(Long registrationId,
String mode,
org.springframework.ui.Model model) |
String |
viewRegistrationByApplnNumber(String applnNo,
String mode,
org.springframework.ui.Model model) |
prepareForm, validateApplicationDate@RequestMapping(value="/view/{registrationId}",
method=GET)
public String viewRegistration(@PathVariable
Long registrationId,
@RequestParam(required=false)
String mode,
org.springframework.ui.Model model)
throws IOException
IOException@RequestMapping(value="/viewapplication/{applnNo}",
method=GET)
public String viewRegistrationByApplnNumber(@PathVariable
String applnNo,
@RequestParam(required=false)
String mode,
org.springframework.ui.Model model)
throws IOException
IOExceptionCopyright © 2015–2017 eGovernments Foundation. All rights reserved.