| 限定符和类型 | 方法和说明 |
|---|---|
protected AppEntity |
BaseAction.getApp(javax.servlet.http.HttpServletRequest request)
获取当前模块对应的appid , appid主要根据用户的请求地址获得
|
| 限定符和类型 | 方法和说明 |
|---|---|
boolean |
AppAction.checkForm(AppEntity app,
javax.servlet.http.HttpServletResponse response)
判断站点域名的合法性
|
void |
AppAction.update(org.springframework.ui.ModelMap mode,
AppEntity app,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
更新站点信息
|
| 限定符和类型 | 方法和说明 |
|---|---|
protected AppEntity |
BaseAop.getApp(javax.servlet.http.HttpServletRequest request)
获取当前模块对应的appid , appid主要根据用户的请求地址获得
|
| 限定符和类型 | 方法和说明 |
|---|---|
AppEntity |
IAppBiz.getByManagerId(int managerId)
根据站点管理员id查找站点
|
AppEntity |
IAppBiz.getByUrl(String websiteUrl)
根据站点域名获取站点实体
|
| 限定符和类型 | 方法和说明 |
|---|---|
AppEntity |
AppBizImpl.getByManagerId(int managerId) |
AppEntity |
AppBizImpl.getByUrl(String url) |
| 限定符和类型 | 方法和说明 |
|---|---|
protected AppEntity |
BaseInterceptor.getApp(javax.servlet.http.HttpServletRequest request)
获取当前模块对应的appid , appid主要根据用户的请求地址获得
|
| 限定符和类型 | 字段和说明 |
|---|---|
protected AppEntity |
IGeneralParser.app |
| 限定符和类型 | 方法和说明 |
|---|---|
protected AppEntity |
BaseServlet.getApp(javax.servlet.http.HttpServletRequest request,
IAppBiz appBiz)
根据地址来查询对应的站点信息,依赖于websiteBiz
|
Copyright © 2016. All rights reserved.