类 PlaceController
java.lang.Object
com.publiccms.controller.web.cms.PlaceController
PlaceController
-
字段概要
字段修饰符和类型字段说明private CmsPlaceAttributeService
private CmsEditorHistoryService
private String[]
private LockComponent
protected final org.apache.commons.logging.Log
protected LogOperateService
private MetadataComponent
protected SafeConfigComponent
private CmsPlaceService
protected SiteComponent
private StatisticsComponent
private TemplateComponent
private SysWorkflowProcessItemService
private SysWorkflowProcessService
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明check
(SysSite site, Long id, SysUser user, String returnUrl, jakarta.servlet.http.HttpServletRequest request, org.springframework.web.servlet.mvc.support.RedirectAttributes model) delete
(SysSite site, Long id, SysUser user, String returnUrl, jakarta.servlet.http.HttpServletRequest request, org.springframework.web.servlet.mvc.support.RedirectAttributes model) <T> org.springframework.http.ResponseEntity<T>
reject
(SysSite site, Long id, SysUser user, String returnUrl, jakarta.servlet.http.HttpServletRequest request, org.springframework.web.servlet.mvc.support.RedirectAttributes model) save
(SysSite site, CmsPlace entity, String returnUrl, String _csrf, String captcha, ExtendDataParameters placeParameters, jakarta.servlet.http.HttpServletRequest request, jakarta.servlet.http.HttpSession session, org.springframework.web.servlet.mvc.support.RedirectAttributes model) uncheck
(SysSite site, Long id, SysUser user, String returnUrl, jakarta.servlet.http.HttpServletRequest request, org.springframework.web.servlet.mvc.support.RedirectAttributes model)
-
字段详细资料
-
log
protected final org.apache.commons.logging.Log log -
statisticsComponent
-
attributeService
-
metadataComponent
-
logOperateService
-
siteComponent
-
safeConfigComponent
-
templateComponent
-
editorHistoryService
-
lockComponent
-
workflowProcessItemService
-
workflowProcessService
-
ignoreProperties
-
service
-
-
构造器详细资料
-
PlaceController
public PlaceController()
-
-
方法详细资料
-
save
@RequestMapping("save") public String save(@RequestAttribute SysSite site, CmsPlace entity, String returnUrl, String _csrf, String captcha, @ModelAttribute ExtendDataParameters placeParameters, jakarta.servlet.http.HttpServletRequest request, jakarta.servlet.http.HttpSession session, org.springframework.web.servlet.mvc.support.RedirectAttributes model) - 参数:
site
-entity
-returnUrl
-_csrf
-captcha
-placeParameters
-request
-session
-model
-- 返回:
- view name
-
delete
@RequestMapping("delete") public String delete(@RequestAttribute SysSite site, Long id, @SessionAttribute SysUser user, String returnUrl, jakarta.servlet.http.HttpServletRequest request, org.springframework.web.servlet.mvc.support.RedirectAttributes model) - 参数:
site
-id
-user
-returnUrl
-request
-model
-- 返回:
- view name
-
check
@RequestMapping("check") public String check(@RequestAttribute SysSite site, Long id, @SessionAttribute SysUser user, String returnUrl, jakarta.servlet.http.HttpServletRequest request, org.springframework.web.servlet.mvc.support.RedirectAttributes model) - 参数:
site
-id
-user
-returnUrl
-request
-model
-- 返回:
- view name
-
reject
@RequestMapping("reject") public String reject(@RequestAttribute SysSite site, Long id, @SessionAttribute SysUser user, String returnUrl, jakarta.servlet.http.HttpServletRequest request, org.springframework.web.servlet.mvc.support.RedirectAttributes model) - 参数:
site
-id
-user
-returnUrl
-request
-model
-- 返回:
- view name
-
uncheck
@RequestMapping("uncheck") public String uncheck(@RequestAttribute SysSite site, Long id, @SessionAttribute SysUser user, String returnUrl, jakarta.servlet.http.HttpServletRequest request, org.springframework.web.servlet.mvc.support.RedirectAttributes model) - 参数:
site
-id
-user
-returnUrl
-request
-model
-- 返回:
- view name
-
redirect
@RequestMapping("redirect") public <T> org.springframework.http.ResponseEntity<T> redirect(@RequestAttribute SysSite site, boolean found, Long id) - 类型参数:
T
-- 参数:
site
-found
-id
-- 返回:
-