lucee.Componentcoldbox.system.FrameworkSupertype
coldbox.system.EventHandler
coldbox.system.RestHandler
contentbox.modules.contentbox-admin.handlers.baseHandler
contentbox.modules.contentbox-admin.handlers.tools
ContentBox - A Modular Content Platform Copyright since 2012 by Ortus Solutions, Corp www.ortussolutions.com/products/contentbox --- Tools for ContentBox.
Property Summary | ||||
---|---|---|---|---|
type | property | default | serializable | required |
any
|
HTMLHelper
|
true
|
false
|
|
any
|
moduleService
|
true
|
false
|
|
any
|
roleService
|
true
|
false
|
|
any
|
staticExporter
|
true
|
false
|
|
any
|
templateService
|
true
|
false
|
|
any
|
themeService
|
true
|
false
|
|
any
|
widgetService
|
true
|
false
|
Method Summary | |
---|---|
any
|
doCBImport([any event], [any rc], [any prc])
Import action. |
any
|
doCBPreImport([any event], [any rc], [any prc])
Pre Import checks. |
any
|
doDataImport([any event], [any rc], [any prc])
Do a data import. |
any
|
doExport([any event], [any rc], [any prc])
Process a real export. |
any
|
doStaticSite([any event], [any rc], [any prc])
Export a static site. |
any
|
exporter([any event], [any rc], [any prc])
Show the exporter console. |
any
|
importer([any event], [any rc], [any prc])
Import Into ContentBox. |
any
|
preHandler([any event], [any action], [any eventArguments], [any rc], [any prc])
|
private struct
|
prepareExportTargets(struct rc)
Looks at incoming export variables and prepares correct target elements from. |
any
|
previewExport([any event], [any rc], [any prc])
Preview of the export. |
Methods inherited from class contentbox.modules.contentbox-admin.handlers.baseHandler |
---|
getMaxRows, getPageOffset |
Methods inherited from class coldbox.system.RestHandler |
---|
aroundHandler, onAnyOtherException, onAuthenticationFailure, onAuthorizationFailure, onEntityNotFoundException, onError, onExpectationFailed, onInvalidHTTPMethod, onInvalidRoute, onMissingAction, onValidationException |
Methods inherited from class coldbox.system.EventHandler |
---|
_actionExists, _actionMetadata, _privateInvoker, init, onHandlerDIComplete |
Methods inherited from class coldbox.system.FrameworkSupertype |
---|
announce, announceInterception, async, back, externalView, forAttribute, getCache, getCachebox, getColdBoxSetting, getController, getDateTimeHelper, getEnv, getFlash, getFlow, getInstance, getIsoTime, getJsonUtil, getLog, getLogBox, getModuleConfig, getModuleSettings, getRenderer, getRequestCollection, getRequestContext, getRootWireBox, getSetting, getSystemProperty, getSystemSetting, getUserSessionIdentifier, getWirebox, ifNull, ifPresent, inDebugMode, includeUDF, isDevelopment, isProduction, isTesting, layout, listen, loadApplicationHelpers, locateDirectoryPath, locateFilePath, persistVariables, populate, populateModel, relocate, renderExternalView, renderLayout, renderview, runEvent, runRoute, setCachebox, setController, setEnv, setFlash, setFlow, setJsonUtil, setLog, setLogBox, setSetting, setWirebox, settingExists, throwIf, throwUnless, toJson, unless, view, when |
Methods inherited from class lucee.Component |
---|
None |
Property Detail |
---|
access
- publicrequired
- falsereturntype
- anyinject
- HTMLHelper@coldboxserializable
- trueaccess
- publicrequired
- falsereturntype
- anyinject
- moduleService@contentboxserializable
- trueaccess
- publicrequired
- falsereturntype
- anyinject
- roleService@contentboxserializable
- trueaccess
- publicrequired
- falsereturntype
- anyinject
- staticExporter@contentboxserializable
- trueaccess
- publicrequired
- falsereturntype
- anyinject
- emailtemplateService@contentboxserializable
- trueaccess
- publicrequired
- falsereturntype
- anyinject
- themeService@contentboxserializable
- trueaccess
- publicrequired
- falsereturntype
- anyinject
- widgetService@contentboxserializable
- trueMethod Detail |
---|
Import action
event
rc
prc
Pre Import checks
event
rc
prc
Do a data import
event
rc
prc
Process a real export
event
rc
prc
Export a static site
event
rc
prc
Show the exporter console
event
rc
prc
Import Into ContentBox
event
rc
prc
event
action
eventArguments
rc
prc
Looks at incoming export variables and prepares correct target elements from the RC. Prefix is `EXPORT_`
rc
Preview of the export
event
rc
prc