@Controller
@RequestMapping(value="/documenttype/edit/{id}")
public class DocumentEditController
extends Object
| Constructor and Description |
|---|
DocumentEditController(org.egov.tl.service.DocumentTypeService documentTypeService) |
| Modifier and Type | Method and Description |
|---|---|
String |
documentTypeEdit(org.egov.tl.entity.LicenseDocumentType documenttype,
org.springframework.validation.BindingResult errors,
org.springframework.ui.Model model,
org.springframework.web.servlet.mvc.support.RedirectAttributes redirectAttrs) |
String |
documentTypeEdit(Long id) |
String |
documentTypeView(Long id,
org.springframework.ui.Model model) |
void |
getDocumentType(Long id,
org.springframework.ui.Model model) |
@Autowired public DocumentEditController(org.egov.tl.service.DocumentTypeService documentTypeService)
@ModelAttribute
public void getDocumentType(@PathVariable
Long id,
org.springframework.ui.Model model)
@RequestMapping(method=POST) public String documentTypeEdit(@ModelAttribute(value="documenttype") org.egov.tl.entity.LicenseDocumentType documenttype, org.springframework.validation.BindingResult errors, org.springframework.ui.Model model, org.springframework.web.servlet.mvc.support.RedirectAttributes redirectAttrs)
Copyright © 2015–2016 eGovernments Foundation. All rights reserved.