lucee.Componentcontentbox.models.exporters.BaseExporter
contentbox.models.exporters.FileExporter
ContentBox - A Modular Content Platform Copyright since 2012 by Ortus Solutions, Corp www.ortussolutions.com/products/contentbox --- Exporter for file-based content
Property Summary | ||||
---|---|---|---|---|
type | property | default | serializable | required |
string
|
directory
|
true
|
false
|
|
string
|
extension
|
true
|
false
|
|
string
|
includeFiles
|
true
|
false
|
|
string
|
type
|
true
|
false
|
Constructor Summary | |
---|---|
init()
Constructor. |
Method Summary | |
---|---|
string
|
getDirectory()
|
string
|
getExtension()
|
string
|
getFileList()
Gets list of files (absolute paths) when not "all" options are chosen for export. |
string
|
getIncludeFiles()
|
numeric
|
getTotal()
Gets "total" based on content type. |
string
|
getType()
|
any
|
setDirectory(string directory)
|
any
|
setExtension(string extension)
|
any
|
setIncludeFiles(string includeFiles)
|
any
|
setType(string type)
|
array
|
validate()
Custom validator for this exporter. |
Methods inherited from class contentbox.models.exporters.BaseExporter |
---|
getAllowedFormats, getDisplayName, getFileName, getFormat, getLog, getName, getPriority, isValid, setAllowedFormats, setDisplayName, setFileName, setFormat, setLog, setName, setPriority |
Methods inherited from class lucee.Component |
---|
None |
Constructor Detail |
---|
Constructor
Property Detail |
---|
access
- publicrequired
- falsereturntype
- anyserializable
- trueaccess
- publicrequired
- falsereturntype
- anyserializable
- trueaccess
- publicrequired
- falsereturntype
- anyserializable
- trueaccess
- publicrequired
- falsereturntype
- anyserializable
- trueMethod Detail |
---|
Gets list of files (absolute paths) when not "all" options are chosen for export
Gets "total" based on content type
getTotal
in interface
ICBExporter
directory
extension
includeFiles
type
Custom validator for this exporter...any rules can be applied
validate
in interface
ICBExporter