| Package | Description |
|---|---|
| com.mbap.ct.staticpage.controller | |
| com.mbap.ct.staticpage.service |
| Modifier and Type | Method and Description |
|---|---|
com.mbap.util.view.R |
StaticPageController.createEntityFile(java.lang.String entityId,
java.lang.String id,
Conf conf)
生成控制器、服务类文件
|
void |
StaticPageController.download(java.lang.String entityId,
java.lang.String id,
Conf conf,
javax.servlet.http.HttpServletResponse response)
功能描述: 下载
|
| Modifier and Type | Method and Description |
|---|---|
Conf |
StaticPageService.getConf(java.lang.String id)
根据构建实体id生成默认路径配置
|
| Modifier and Type | Method and Description |
|---|---|
void |
StaticPageService.createComponent(java.lang.String id,
java.lang.String entityId,
Conf conf)
生成控制器、服务类
|