@Controller @RequestMapping(value="/application") public class CreateChairPersonMasterController extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
CONTENTTYPE_JSON |
| Constructor and Description |
|---|
CreateChairPersonMasterController() |
| Modifier and Type | Method and Description |
|---|---|
void |
addChairPersonName(String name) |
boolean |
getChairPersonName(String name) |
void |
springPaginationDataTables(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response) |
String |
viewForm() |
public static final String CONTENTTYPE_JSON
@RequestMapping(value="/chairPersonDetails",
method=GET)
public String viewForm()
@RequestMapping(value="/ajax-activeChairPersonExistsAsOnCurrentDate",
method=GET)
@ResponseBody
public boolean getChairPersonName(@RequestParam
String name)
@RequestMapping(value="/ajax-chairpersontable",
method=GET)
@ResponseBody
public void springPaginationDataTables(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
throws IOException
IOException@RequestMapping(value="/ajax-addChairPersonName",
method=GET)
@ResponseBody
public void addChairPersonName(@RequestParam
String name)
Copyright © 2015–2017 eGovernments Foundation. All rights reserved.