程序包 | 说明 |
---|---|
com.publiccms.logic.component |
component
组件
|
com.publiccms.logic.component.exchange |
Import and export
数据导入导出
|
com.publiccms.logic.component.parameter |
Parameter component
参数组件
|
com.publiccms.logic.component.template |
Template 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这种指令扩展方式进行了封装和延申。
|
com.publiccms.views.method.cms |
Cms method
CMS函数
函数是一种FreeMarker轻量级扩展,也同样支持模板定义和java类实现。
|
限定符和类型 | 字段和说明 |
---|---|
private static CmsContentAttributeService |
BeanComponent.contentAttributeService |
限定符和类型 | 方法和说明 |
---|---|
static CmsContentAttributeService |
BeanComponent.getContentAttributeService() |
限定符和类型 | 方法和说明 |
---|---|
void |
BeanComponent.setContentAttributeService(CmsContentAttributeService contentAttributeService) |
限定符和类型 | 字段和说明 |
---|---|
private CmsContentAttributeService |
ContentExportComponent.attributeService |
private CmsContentAttributeService |
ContentExchangeComponent.attributeService |
限定符和类型 | 字段和说明 |
---|---|
private CmsContentAttributeService |
ContentParameterComponent.attributeService |
限定符和类型 | 字段和说明 |
---|---|
private CmsContentAttributeService |
TemplateComponent.contentAttributeService |
限定符和类型 | 字段和说明 |
---|---|
private CmsContentAttributeService |
CmsContentService.attributeService |
限定符和类型 | 字段和说明 |
---|---|
private CmsContentAttributeService |
ContentBatchImportTest.contentAttributeService |
限定符和类型 | 字段和说明 |
---|---|
private CmsContentAttributeService |
ContentCreateDirective.attributeService |
限定符和类型 | 字段和说明 |
---|---|
private CmsContentAttributeService |
CmsSearchDirective.attributeService |
private CmsContentAttributeService |
CmsContentListDirective.attributeService |
private CmsContentAttributeService |
CmsContentDirective.attributeService |
限定符和类型 | 字段和说明 |
---|---|
private CmsContentAttributeService |
GetContentAttributesMethod.service |
private CmsContentAttributeService |
GetContentAttributeMethod.service |