|
ContentBox Core API 1.6.0 | ||||
FRAMES |
WEB-INF.cftags.componentcontentbox.model.exporters.ContentBoxExporter
public class ContentBoxExporter
******************************************************************************* ContentBox - A Modular Content Platform Copyright 2012 by Luis Majano and Ortus Solutions, Corp www.gocontentbox.org | www.luismajano.com | 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 & Description | Default | Serializable | Required |
any
|
HTMLHelper
Attributes:
|
|
true
|
false
|
any
|
authorService
Attributes:
|
|
true
|
false
|
any
|
categoryService
Attributes:
|
|
true
|
false
|
any
|
contentStoreService
Attributes:
|
|
true
|
false
|
any
|
dataExporter
Attributes:
|
|
true
|
false
|
struct
|
descriptor
Attributes: |
|
true
|
false
|
any
|
entryService
Attributes:
|
|
true
|
false
|
array
|
exporters
Attributes: |
|
true
|
false
|
any
|
fileExporter
Attributes:
|
|
true
|
false
|
any
|
fileUtils
Attributes:
|
|
true
|
false
|
any
|
layoutService
Attributes:
|
|
true
|
false
|
any
|
log
Attributes:
|
|
true
|
false
|
any
|
moduleService
Attributes:
|
|
true
|
false
|
any
|
moduleSettings
Attributes:
|
|
true
|
false
|
any
|
pageService
Attributes:
|
|
true
|
false
|
any
|
permissionService
Attributes:
|
|
true
|
false
|
any
|
roleService
Attributes:
|
|
true
|
false
|
any
|
securityRuleService
Attributes:
|
|
true
|
false
|
any
|
securityService
Attributes:
|
|
true
|
false
|
any
|
settingService
Attributes:
|
|
true
|
false
|
any
|
templateService
Attributes:
|
|
true
|
false
|
any
|
widgetService
Attributes:
|
|
true
|
false
|
any
|
wirebox
Attributes:
|
|
true
|
false
|
any
|
zipUtil
Attributes:
|
|
true
|
false
|
Constructor Summary | |
---|---|
init()
Constructor |
Methods inherited from class WEB-INF.cftags.component |
---|
None
|
Constructor Detail |
---|
public init()
Property Detail |
---|
any HTMLHelper
inject
- coldbox:plugin:HTMLHelperrequired
- falseserializable
- truedefault
- any authorService
inject
- id:authorService@cbrequired
- falseserializable
- truedefault
- any categoryService
inject
- id:categoryService@cbrequired
- falseserializable
- truedefault
- any contentStoreService
inject
- id:contentStoreService@cbrequired
- falseserializable
- truedefault
- any dataExporter
inject
- id:dataExporter@cbrequired
- falseserializable
- truedefault
- struct descriptor
default
- serializable
- truerequired
- falseany entryService
inject
- id:entryService@cbrequired
- falseserializable
- truedefault
- array exporters
default
- serializable
- truerequired
- falseany fileExporter
inject
- id:fileExporter@cbrequired
- falseserializable
- truedefault
- any fileUtils
inject
- coldbox:plugin:FileUtilsrequired
- falseserializable
- truedefault
- any layoutService
inject
- id:layoutService@cbrequired
- falseserializable
- truedefault
- any log
inject
- logbox:logger:{this}required
- falseserializable
- truedefault
- any moduleService
inject
- id:moduleService@cbrequired
- falseserializable
- truedefault
- any moduleSettings
inject
- coldbox:setting:modulesrequired
- falseserializable
- truedefault
- any pageService
inject
- id:pageService@cbrequired
- falseserializable
- truedefault
- any permissionService
inject
- id:permissionService@cbrequired
- falseserializable
- truedefault
- any roleService
inject
- id:roleService@cbrequired
- falseserializable
- truedefault
- any securityRuleService
inject
- id:securityRuleService@cbrequired
- falseserializable
- truedefault
- any securityService
inject
- id:securityService@cbrequired
- falseserializable
- truedefault
- any settingService
inject
- id:settingService@cbrequired
- falseserializable
- truedefault
- any templateService
inject
- id:emailtemplateService@cbrequired
- falseserializable
- truedefault
- any widgetService
inject
- id:widgetService@cbrequired
- falseserializable
- truedefault
- any wirebox
inject
- wireboxrequired
- falseserializable
- truedefault
- any zipUtil
inject
- zipUtil@cbrequired
- falseserializable
- truedefault
- Method Detail |
---|
public any GETAUTHORSERVICE()
public any GETCATEGORYSERVICE()
public any GETCONTENTSTORESERVICE()
public any GETDATAEXPORTER()
public any GETENTRYSERVICE()
public array GETEXPORTERS()
public any GETFILEEXPORTER()
public any GETFILEUTILS()
public any GETHTMLHELPER()
public any GETLAYOUTSERVICE()
public any GETLOG()
public any GETMODULESERVICE()
public any GETMODULESETTINGS()
public any GETPAGESERVICE()
public any GETPERMISSIONSERVICE()
public any GETROLESERVICE()
public any GETSECURITYRULESERVICE()
public any GETSECURITYSERVICE()
public any GETSETTINGSERVICE()
public any GETTEMPLATESERVICE()
public any GETWIDGETSERVICE()
public any GETWIREBOX()
public any GETZIPUTIL()
public ContentBoxExporter SETAUTHORSERVICE(any authorService)
authorService
public ContentBoxExporter SETCATEGORYSERVICE(any categoryService)
categoryService
public ContentBoxExporter SETCONTENTSTORESERVICE(any contentStoreService)
contentStoreService
public ContentBoxExporter SETDATAEXPORTER(any dataExporter)
dataExporter
public ContentBoxExporter SETDESCRIPTOR(struct descriptor)
descriptor
public ContentBoxExporter SETENTRYSERVICE(any entryService)
entryService
public ContentBoxExporter SETEXPORTERS(array exporters)
exporters
public ContentBoxExporter SETFILEEXPORTER(any fileExporter)
fileExporter
public ContentBoxExporter SETFILEUTILS(any fileUtils)
fileUtils
public ContentBoxExporter SETHTMLHELPER(any HTMLHelper)
HTMLHelper
public ContentBoxExporter SETLAYOUTSERVICE(any layoutService)
layoutService
public ContentBoxExporter SETLOG(any log)
log
public ContentBoxExporter SETMODULESERVICE(any moduleService)
moduleService
public ContentBoxExporter SETMODULESETTINGS(any moduleSettings)
moduleSettings
public ContentBoxExporter SETPAGESERVICE(any pageService)
pageService
public ContentBoxExporter SETPERMISSIONSERVICE(any permissionService)
permissionService
public ContentBoxExporter SETROLESERVICE(any roleService)
roleService
public ContentBoxExporter SETSECURITYRULESERVICE(any securityRuleService)
securityRuleService
public ContentBoxExporter SETSECURITYSERVICE(any securityService)
securityService
public ContentBoxExporter SETSETTINGSERVICE(any settingService)
settingService
public ContentBoxExporter SETTEMPLATESERVICE(any templateService)
templateService
public ContentBoxExporter SETWIDGETSERVICE(any widgetService)
widgetService
public ContentBoxExporter SETWIREBOX(any wirebox)
wirebox
public ContentBoxExporter SETZIPUTIL(any zipUtil)
zipUtil
public ContentBoxExporter addExporter(any exporter)
exporter
- The exporter that is addedprivate void buildDescriptor()
public struct export()
private struct findConfig(string key)
key
- The key of the definition to find.public struct getDescriptor()
public any onDIComplete()
public ContentBoxExporter setup(struct targets)
targets
- Targets for the upload
|
ContentBox Core API 1.6.0 | ||||
FRAMES |