@Controller @RequestMapping(value="/plugin/questionnaireThankYouPage") public class ThankYouPageEditorController extends MolgenisPluginController
| Modifier and Type | Field and Description |
|---|---|
static String |
ID |
static String |
URI |
PLUGIN_URI_PREFIX| 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) |
getId, getUripublic static final String ID
public static final String URI
@Autowired public ThankYouPageEditorController(DataService dataService, ThankYouTextService thankYouTextService)
@RequestMapping(method=GET) 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 © 2015. All Rights Reserved.