@Controller
@RequestMapping(value="/plugin/questionnaireThankYouPage")
public class ThankYouPageEditorController
extends org.molgenis.web.PluginController
| Constructor and Description |
|---|
ThankYouPageEditorController(DataService dataService,
ThankYouTextService thankYouTextService) |
| Modifier and Type | Method and Description |
|---|---|
String |
save(String questionnaireName,
String content,
org.springframework.ui.Model model) |
String |
view(String questionnaireName,
String edit,
org.springframework.ui.Model model,
javax.servlet.http.HttpServletResponse response) |
public static final String ID
public static final String URI
public ThankYouPageEditorController(DataService dataService, ThankYouTextService thankYouTextService)
@GetMapping public String view(@RequestParam(value="questionnaireName",required=false) String questionnaireName, @RequestParam(value="edit",required=false,defaultValue="false") String edit, org.springframework.ui.Model model, javax.servlet.http.HttpServletResponse response) throws IOException
IOExceptionCopyright © 2017. All rights reserved.