@Controller
@RequestMapping(value="admin/concepts/conceptStopWord.form")
public class ConceptStopWordFormController
extends java.lang.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) |
java.lang.String |
handleSubmission(javax.servlet.http.HttpSession httpSession,
ConceptStopWord conceptStopWord,
org.springframework.validation.BindingResult errors)
Handle the add new ConceptStopWord
|
java.lang.String |
showForm() |
protected final org.apache.commons.logging.Log log
@RequestMapping(method=POST) public java.lang.String handleSubmission(javax.servlet.http.HttpSession httpSession, @ModelAttribute(value="command") ConceptStopWord conceptStopWord, org.springframework.validation.BindingResult errors)
httpSession
- commandObject
- errors
- @ModelAttribute(value="command") public ConceptStopWord formBackingObject(javax.servlet.http.HttpSession httpSession) throws java.lang.Exception
java.lang.Exception
@RequestMapping(method=GET) public java.lang.String showForm()
Copyright © 2018 OpenMRS Inc.. All Rights Reserved.