@Controller @RequestMapping(value="/manager") public class MainAction extends BaseAction
| 构造器和说明 |
|---|
MainAction() |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
editPassword(javax.servlet.http.HttpServletResponse response,
javax.servlet.http.HttpServletRequest request)
修改登录密码
|
String |
form(javax.servlet.http.HttpServletRequest request)
加载UI的表单页面
|
String |
index(javax.servlet.http.HttpServletRequest request)
加载后台主界面,并查询数据
|
String |
list(javax.servlet.http.HttpServletRequest request)
加载UI列表界面
|
boolean |
loginOut(javax.servlet.http.HttpServletRequest request)
退出系统
|
Map |
queryListByModelId(int modelId,
javax.servlet.http.HttpServletRequest request)
查询该父模块下的子模块
|
String |
ui(javax.servlet.http.HttpServletRequest request)
加载UI页面
|
void |
updatePassword(javax.servlet.http.HttpServletResponse response,
javax.servlet.http.HttpServletRequest request)
修改登录密码,若不填写密码则表示不修改
|
checkRandCode, checkRandCode, decryptByAES, encryptByAES, getApp, getAppId, getBasicModelCode, getCategoryModelCode, getCodeBySession, getHistoryPageNoByCookie, getManagerBySession, getManagerId, getModelCodeId, getModelCodeId, getModelCodeId, getModelCodeIdForAES, getRandCode, getResString, getRootModelCodeId, getTemplatePath, isSystemManager, parserMsTag, redirectBackassemblyRequestMap, getBean, getBean, getBoolean, getCookie, getDomain, getHost, getHostIp, getInt, getInt, getIntBase64, getIp, getMACAddress, getMapByProperties, getMapByProperties, getPageNo, getPageSize, getRealPath, getResString, getResString, getResString, getSession, getUrl, isMobileDevice, outJson, outJson, outJson, outJson, outJson, outJson, outJson, outString, readStreamParameter, removeSession, setCookie, setCookie, setSession@RequestMapping(value="/index") public String index(javax.servlet.http.HttpServletRequest request)
request - 请求对象@RequestMapping(value="/{modelId}/queryListByModelId",
method=POST)
@ResponseBody
public Map queryListByModelId(@PathVariable
int modelId,
javax.servlet.http.HttpServletRequest request)
modelId - 模块IDrequest - 请求对象@RequestMapping(value="/editPassword")
@ResponseBody
public void editPassword(javax.servlet.http.HttpServletResponse response,
javax.servlet.http.HttpServletRequest request)
response - 响应对象request - 请求对象@RequestMapping(value="/updatePassword")
@ResponseBody
public void updatePassword(javax.servlet.http.HttpServletResponse response,
javax.servlet.http.HttpServletRequest request)
request - 请求response - 响应@RequestMapping(value="/loginOut") @ResponseBody public boolean loginOut(javax.servlet.http.HttpServletRequest request)
request - 请求对象@RequestMapping(value="/ui") public String ui(javax.servlet.http.HttpServletRequest request)
request - @RequestMapping(value="/ui/list") public String list(javax.servlet.http.HttpServletRequest request)
request - @RequestMapping(value="/ui/form") public String form(javax.servlet.http.HttpServletRequest request)
request - Copyright © 2016. All rights reserved.