@Controller @RequestMapping(value="/employee") public class CreateEmployeeController extends Object
| Constructor and Description |
|---|
CreateEmployeeController() |
| Modifier and Type | Method and Description |
|---|---|
String |
createEmployee(org.egov.eis.entity.Employee employee,
org.springframework.validation.BindingResult errors,
org.springframework.web.servlet.mvc.support.RedirectAttributes redirectAttrs,
org.springframework.web.multipart.MultipartFile file,
org.springframework.ui.Model model) |
String |
createForm(org.springframework.ui.Model model) |
@RequestMapping(value="create",
method=GET)
public String createForm(org.springframework.ui.Model model)
@RequestMapping(value="create",
method=POST)
public String createEmployee(@ModelAttribute
org.egov.eis.entity.Employee employee,
org.springframework.validation.BindingResult errors,
org.springframework.web.servlet.mvc.support.RedirectAttributes redirectAttrs,
@RequestParam
org.springframework.web.multipart.MultipartFile file,
org.springframework.ui.Model model)
Copyright © 2015–2016 eGovernments Foundation. All rights reserved.