程序包 | 说明 |
---|---|
com.publiccms.logic.component.exchange |
Import and export
数据导入导出
|
com.publiccms.logic.component.site |
Site component
站点组件
|
com.publiccms.logic.service.cms |
Cms service
CMS服务类
|
com.publiccms.test.logic | |
com.publiccms.views.directive.api |
http接口定制指令,二次开发中也可以抛弃这种方法,直接使用springmvc controller会更方便一些
|
com.publiccms.views.directive.cms |
Cms directive
CMS指令
指令是一种FreeMarker的扩展,既可以在模板中定义指令又可以用java类实现指令,在PublicCMS中对FreeMarker这种指令扩展方式进行了封装和延申。
|
限定符和类型 | 字段和说明 |
---|---|
private CmsContentFileService |
ContentExchangeComponent.fileService |
限定符和类型 | 字段和说明 |
---|---|
private CmsContentFileService |
StatisticsComponent.contentFileService |
限定符和类型 | 字段和说明 |
---|---|
private CmsContentFileService |
CmsContentService.contentFileService |
限定符和类型 | 字段和说明 |
---|---|
private CmsContentFileService |
ContentBatchImportTest.contentFileService |
限定符和类型 | 字段和说明 |
---|---|
private CmsContentFileService |
ContentCreateDirective.contentFileService |
限定符和类型 | 字段和说明 |
---|---|
private CmsContentFileService |
CmsContentFileListDirective.service |