| Package | Description |
|---|---|
| net.mingsoft.basic.action | |
| net.mingsoft.basic.biz | |
| net.mingsoft.basic.biz.impl | |
| net.mingsoft.basic.util |
| Modifier and Type | Method and Description |
|---|---|
protected AppEntity |
BaseAction.getApp(javax.servlet.http.HttpServletRequest request)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
AppAction.checkForm(AppEntity app,
javax.servlet.http.HttpServletResponse response)
判断站点域名的合法性
|
net.mingsoft.base.entity.ResultData |
AppAction.update(org.springframework.ui.ModelMap mode,
AppEntity app,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
更新站点信息
|
| Modifier and Type | Method and Description |
|---|---|
AppEntity |
IAppBiz.getByManagerId(int managerId)
根据站点管理员id查找站点
|
AppEntity |
IAppBiz.getByUrl(String websiteUrl)
根据站点域名获取站点实体
|
| Modifier and Type | Method and Description |
|---|---|
AppEntity |
AppBizImpl.getByManagerId(int managerId) |
AppEntity |
AppBizImpl.getByUrl(String url) |
| Modifier and Type | Method and Description |
|---|---|
static AppEntity |
BasicUtil.getApp()
获取当前模块对应的appid , appid主要根据用户的请求地址获得
|
Copyright © 2020. All rights reserved.