@Controller
@RequestMapping(value="survey")
public class SurveyController
extends java.lang.Object
限定符和类型 | 字段和说明 |
---|---|
protected ConfigComponent |
configComponent |
private CmsSurveyQuestionItemService |
itemService |
private LockComponent |
lockComponent |
private CmsSurveyQuestionService |
questionService |
protected SafeConfigComponent |
safeConfigComponent |
private CmsSurveyService |
service |
private CmsUserSurveyQuestionService |
userQuestionquestionService |
private CmsUserSurveyService |
userSurveyService |
构造器和说明 |
---|
SurveyController() |
限定符和类型 | 方法和说明 |
---|---|
java.lang.String |
save(SysSite site,
javax.servlet.http.HttpSession session,
java.lang.String _csrf,
long surveyId,
java.lang.String captcha,
CmsUserSurveyQuestionParameters userQuestionParameters,
java.lang.String returnUrl,
javax.servlet.http.HttpServletRequest request,
org.springframework.web.servlet.mvc.support.RedirectAttributes model) |
private CmsSurveyQuestionService questionService
private CmsUserSurveyService userSurveyService
private CmsUserSurveyQuestionService userQuestionquestionService
private CmsSurveyQuestionItemService itemService
protected ConfigComponent configComponent
protected SafeConfigComponent safeConfigComponent
private LockComponent lockComponent
private CmsSurveyService service
@RequestMapping(value="save") public java.lang.String save(@RequestAttribute SysSite site, javax.servlet.http.HttpSession session, java.lang.String _csrf, long surveyId, java.lang.String captcha, @ModelAttribute CmsUserSurveyQuestionParameters userQuestionParameters, java.lang.String returnUrl, javax.servlet.http.HttpServletRequest request, org.springframework.web.servlet.mvc.support.RedirectAttributes model)
site
- session
- _csrf
- surveyId
- captcha
- userQuestionParameters
- returnUrl
- request
- model
-