@Controller @RequestMapping(value="/api/survey") public class SimpleSurveyCreationController extends Object
| Constructor and Description |
|---|
SimpleSurveyCreationController() |
| Modifier and Type | Method and Description |
|---|---|
SurveyView |
createSimpleSurvey(SimpleSurveyCreationParameters parameters,
org.springframework.validation.BindingResult bindingResult) |
protected void |
initBinder(org.springframework.web.bind.WebDataBinder binder) |
@InitBinder protected void initBinder(org.springframework.web.bind.WebDataBinder binder)
@Transactional
@RequestMapping(value="simple",
method=POST)
@ResponseBody
public SurveyView createSimpleSurvey(@RequestBody
SimpleSurveyCreationParameters parameters,
org.springframework.validation.BindingResult bindingResult)
throws Exception
ExceptionCopyright © 2022 Open Foris. All rights reserved.