@Controller @RequestMapping(value="/masters") public class CreateOverheadController extends Object
| Constructor and Description |
|---|
CreateOverheadController() |
| Modifier and Type | Method and Description |
|---|---|
String |
create(org.egov.works.models.masters.Overhead overhead,
org.springframework.ui.Model model,
javax.servlet.http.HttpServletRequest request,
org.springframework.validation.BindingResult resultBinder) |
String |
showNewForm(org.springframework.ui.Model model) |
String |
successView(org.springframework.ui.Model model,
javax.servlet.http.HttpServletRequest request) |
@RequestMapping(value="/overhead-newform",
method=GET)
public String showNewForm(org.springframework.ui.Model model)
@RequestMapping(value="/overhead-save",
method=POST)
public String create(@ModelAttribute
org.egov.works.models.masters.Overhead overhead,
org.springframework.ui.Model model,
javax.servlet.http.HttpServletRequest request,
org.springframework.validation.BindingResult resultBinder)
throws org.egov.infra.exception.ApplicationException,
IOException
org.egov.infra.exception.ApplicationExceptionIOException@RequestMapping(value="/overhead-success",
method=GET)
public String successView(org.springframework.ui.Model model,
javax.servlet.http.HttpServletRequest request)
Copyright © 2015–2016 eGovernments Foundation. All rights reserved.