railo-context.Componentcontentbox.model.exporters.ContentBoxExporter
ContentBox - A Modular Content Platform Copyright 2012 by Luis Majano and Ortus Solutions, Corp www.ortussolutions.com Apache License, Version 2.0 Copyright Since [2012] [Luis Majano and Ortus Solutions,Corp] Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.
Property Summary | ||||
---|---|---|---|---|
type | property | default | serializable | required |
any
|
authorService
|
true
|
false
|
|
any
|
categoryService
|
true
|
false
|
|
any
|
contentStoreService
|
true
|
false
|
|
any
|
dataExporter
|
true
|
false
|
|
struct
|
descriptor
|
true
|
false
|
|
any
|
entryService
|
true
|
false
|
|
array
|
exporters
|
true
|
false
|
|
any
|
fileExporter
|
true
|
false
|
|
any
|
fileUtils
|
true
|
false
|
|
any
|
HTMLHelper
|
true
|
false
|
|
any
|
layoutService
|
true
|
false
|
|
any
|
log
|
true
|
false
|
|
any
|
menuService
|
true
|
false
|
|
any
|
moduleService
|
true
|
false
|
|
any
|
moduleSettings
|
true
|
false
|
|
any
|
pageService
|
true
|
false
|
|
any
|
permissionService
|
true
|
false
|
|
any
|
roleService
|
true
|
false
|
|
any
|
securityRuleService
|
true
|
false
|
|
any
|
securityService
|
true
|
false
|
|
any
|
settingService
|
true
|
false
|
|
any
|
templateService
|
true
|
false
|
|
any
|
widgetService
|
true
|
false
|
|
any
|
wirebox
|
true
|
false
|
|
any
|
zipUtil
|
true
|
false
|
Constructor Summary | |
---|---|
init()
Constructor. |
Method Summary | |
---|---|
ContentBoxExporter
|
addExporter(any exporter)
Adds an exporter that will define how a particular resource is exported. |
private void
|
buildDescriptor()
Creates descriptor structure. |
struct
|
export()
Processes export!. |
private struct
|
findConfig(string key)
Retrieves correct config defintion based on key arguments. |
string
|
getAuthorService()
|
string
|
getCategoryService()
|
string
|
getContentStoreService()
|
string
|
getDataExporter()
|
struct
|
getDescriptor()
Gets the descriptor def for the export. |
string
|
getEntryService()
|
string
|
getExporters()
|
string
|
getFileExporter()
|
string
|
getFileUtils()
|
string
|
getHTMLHelper()
|
string
|
getLayoutService()
|
string
|
getLog()
|
string
|
getMenuService()
|
string
|
getModuleService()
|
string
|
getModuleSettings()
|
string
|
getPageService()
|
string
|
getPermissionService()
|
string
|
getRoleService()
|
string
|
getSecurityRuleService()
|
string
|
getSecurityService()
|
string
|
getSettingService()
|
string
|
getTemplateService()
|
string
|
getWidgetService()
|
string
|
getWirebox()
|
string
|
getZipUtil()
|
any
|
onDIComplete()
|
any
|
setAuthorService(any authorService)
|
any
|
setCategoryService(any categoryService)
|
any
|
setContentStoreService(any contentStoreService)
|
any
|
setDataExporter(any dataExporter)
|
any
|
setDescriptor(struct descriptor)
|
any
|
setEntryService(any entryService)
|
any
|
setExporters(array exporters)
|
any
|
setFileExporter(any fileExporter)
|
any
|
setFileUtils(any fileUtils)
|
any
|
setHTMLHelper(any HTMLHelper)
|
any
|
setLayoutService(any layoutService)
|
any
|
setLog(any log)
|
any
|
setMenuService(any menuService)
|
any
|
setModuleService(any moduleService)
|
any
|
setModuleSettings(any moduleSettings)
|
any
|
setPageService(any pageService)
|
any
|
setPermissionService(any permissionService)
|
any
|
setRoleService(any roleService)
|
any
|
setSecurityRuleService(any securityRuleService)
|
any
|
setSecurityService(any securityService)
|
any
|
setSettingService(any settingService)
|
any
|
setTemplateService(any templateService)
|
ContentBoxExporter
|
setup(struct targets)
Setup method to configure service. |
any
|
setWidgetService(any widgetService)
|
any
|
setWirebox(any wirebox)
|
any
|
setZipUtil(any zipUtil)
|
Methods inherited from class railo-context.Component |
---|
None |
Constructor Detail |
---|
Constructor
Property Detail |
---|
required
- falseinject
- id:authorService@cbserializable
- truerequired
- falseinject
- id:categoryService@cbserializable
- truerequired
- falseinject
- id:contentStoreService@cbserializable
- truerequired
- falseinject
- id:dataExporter@cbserializable
- truerequired
- falseserializable
- truerequired
- falseinject
- id:entryService@cbserializable
- truerequired
- falseserializable
- truerequired
- falseinject
- id:fileExporter@cbserializable
- truerequired
- falseinject
- coldbox:plugin:FileUtilsserializable
- truerequired
- falseinject
- coldbox:plugin:HTMLHelperserializable
- truerequired
- falseinject
- id:layoutService@cbserializable
- truerequired
- falseinject
- logbox:logger:{this}serializable
- truerequired
- falseinject
- id:menuService@cbserializable
- truerequired
- falseinject
- id:moduleService@cbserializable
- truerequired
- falseinject
- coldbox:setting:modulesserializable
- truerequired
- falseinject
- id:pageService@cbserializable
- truerequired
- falseinject
- id:permissionService@cbserializable
- truerequired
- falseinject
- id:roleService@cbserializable
- truerequired
- falseinject
- id:securityRuleService@cbserializable
- truerequired
- falseinject
- id:securityService@cbserializable
- truerequired
- falseinject
- id:settingService@cbserializable
- truerequired
- falseinject
- id:emailtemplateService@cbserializable
- truerequired
- falseinject
- id:widgetService@cbserializable
- truerequired
- falseinject
- wireboxserializable
- truerequired
- falseinject
- zipUtil@cbserializable
- trueMethod Detail |
---|
Adds an exporter that will define how a particular resource is exported return SiteExporterService
exporter
- The exporter that is addedCreates descriptor structure
Processes export!
Retrieves correct config defintion based on key arguments
key
- The key of the definition to find.Gets the descriptor def for the export
authorService
categoryService
contentStoreService
dataExporter
descriptor
entryService
exporters
fileExporter
fileUtils
HTMLHelper
layoutService
log
menuService
moduleService
moduleSettings
pageService
permissionService
roleService
securityRuleService
securityService
settingService
templateService
Setup method to configure service
targets
- Targets for the uploadwidgetService
wirebox
zipUtil