类 SurveyController
java.lang.Object
com.publiccms.controller.web.cms.SurveyController
SurveyController 问卷调查
-
字段概要
字段修饰符和类型字段说明protected ConfigComponent
private CmsSurveyQuestionItemService
private LockComponent
private CmsSurveyQuestionService
protected SafeConfigComponent
private CmsSurveyService
private CmsUserSurveyQuestionService
private CmsUserSurveyService
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明save
(SysSite site, jakarta.servlet.http.HttpSession session, String _csrf, long surveyId, String captcha, CmsUserSurveyQuestionParameters userQuestionParameters, String returnUrl, jakarta.servlet.http.HttpServletRequest request, org.springframework.web.servlet.mvc.support.RedirectAttributes model)
-
字段详细资料
-
questionService
-
userSurveyService
-
userQuestionquestionService
-
itemService
-
configComponent
-
safeConfigComponent
-
lockComponent
-
service
-
-
构造器详细资料
-
SurveyController
public SurveyController()
-
-
方法详细资料
-
save
@RequestMapping("save") public String save(@RequestAttribute SysSite site, jakarta.servlet.http.HttpSession session, String _csrf, long surveyId, String captcha, @ModelAttribute CmsUserSurveyQuestionParameters userQuestionParameters, String returnUrl, jakarta.servlet.http.HttpServletRequest request, org.springframework.web.servlet.mvc.support.RedirectAttributes model) - 参数:
site
-session
-_csrf
-surveyId
-captcha
-userQuestionParameters
-returnUrl
-request
-model
-- 返回:
-