@Controller @RequestMapping(value="admin/concepts/conceptStopWord.form") public class ConceptStopWordFormController extends Object
ConceptStopWord
Modifier and Type | Field and Description |
---|---|
protected org.apache.commons.logging.Log |
log
Logger for this class and subclasses
|
Constructor and Description |
---|
ConceptStopWordFormController() |
Modifier and Type | Method and Description |
---|---|
ConceptStopWord |
formBackingObject(javax.servlet.http.HttpSession httpSession) |
String |
handleSubmission(javax.servlet.http.HttpSession httpSession,
ConceptStopWord conceptStopWord,
org.springframework.validation.BindingResult errors)
Handle the add new ConceptStopWord
|
String |
showForm() |
protected final org.apache.commons.logging.Log log
@RequestMapping(method=POST) public String handleSubmission(javax.servlet.http.HttpSession httpSession, @ModelAttribute(value="command") ConceptStopWord conceptStopWord, org.springframework.validation.BindingResult errors)
httpSession
- conceptStopWord
- errors
- @ModelAttribute(value="command") public ConceptStopWord formBackingObject(javax.servlet.http.HttpSession httpSession) throws Exception
Exception
@RequestMapping(method=GET) public String showForm()
Copyright © 2015 OpenMRS Inc.. All rights reserved.