类 CmsCategoryLangAdminController
java.lang.Object
com.publiccms.controller.admin.cms.CmsCategoryLangAdminController
@Controller
@RequestMapping("cmsCategoryLang")
public class CmsCategoryLangAdminController
extends Object
CmsCategoryLangAdminController
-
字段概要
字段修饰符和类型字段说明private CmsCategoryServiceprotected final org.apache.commons.logging.Logprotected LogOperateServiceprivate ModelComponentprivate CmsCategoryLangServiceprivate TemplateComponent -
构造器概要
构造器 -
方法概要
-
字段详细资料
-
log
protected final org.apache.commons.logging.Log log -
service
-
categoryService
-
modelComponent
-
templateComponent
-
logOperateService
-
-
构造器详细资料
-
CmsCategoryLangAdminController
public CmsCategoryLangAdminController()
-
-
方法详细资料
-
save
@RequestMapping("save") public String save(@RequestAttribute SysSite site, @SessionAttribute SysUser admin, Integer categoryId, @ModelAttribute CmsCategoryLangListParameters categoryLangListParameters, jakarta.servlet.http.HttpServletRequest request, org.springframework.ui.ModelMap model) - 参数:
site-admin-categoryId-categoryLangListParameters-request-model-- 返回:
- view name
-