lucee.Componentcoldbox.system.FrameworkSupertype
coldbox.system.EventHandler
coldbox.system.RestHandler
cbadmin.handlers.baseHandler
contentbox.modules.contentbox-admin.modules.contentbox-filebrowser.handlers.Home
ContentBox - A Modular Content Platform Copyright since 2012 by Ortus Solutions, Corp www.ortussolutions.com/products/contentbox --- This is the main controller of events for the filebrowser
Property Summary | ||||
---|---|---|---|---|
type | property | default | serializable | required |
any
|
cb
|
true
|
false
|
|
any
|
cookieStorage
|
true
|
false
|
|
any
|
html
|
true
|
false
|
Method Summary | |
---|---|
private any
|
cleanIncomingPath(any inPath)
Cleanup of incoming path. |
any
|
createfolder([any event], [any rc], [any prc])
Creates folders asynchrounsly return json information:. |
private any
|
detectPreferences([any event], [any rc], [any prc])
Detect Preferences: Sorting and List Types. |
any
|
download([any event], [any rc], [any prc])
download file. |
any
|
filelisting([any event], [any rc], [any prc])
Ajax driven file listings. |
private any
|
getPreferences()
Get preferences. |
any
|
index([any event], [any rc], [any prc], [boolean widget='false'], [struct settings='[runtime expression]'])
|
private any
|
inflateFlashParams([any event], [any rc], [any prc])
Inflate flash params if they exist into the appropriate function variables. |
private any
|
loadAssets([any event], [any rc], [any prc], [boolean force='false'], [struct settings='[runtime expression]'])
Load Assets for FileBrowser. |
private struct
|
mergeSettings([struct oldSettings], [struct settings='[runtime expression]'])
Merge module settings and custom settings. |
any
|
preHandler([any event], [any currentAction], [any rc], [any prc])
Pre handler. |
any
|
remove([any event], [any rc], [any prc])
Removes folders + files asynchrounsly return json information:. |
any
|
rename([any event], [any rc], [any prc])
rename. |
any
|
upload([any event], [any rc], [any prc])
Upload File. |
Methods inherited from class cbadmin.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
- CBHelper@contentboxserializable
- trueaccess
- publicrequired
- falsereturntype
- anyinject
- cookieStorage@cbStoragesserializable
- trueaccess
- publicrequired
- falsereturntype
- anyinject
- HTMLHelper@coldboxserializable
- trueMethod Detail |
---|
Cleanup of incoming path
inPath
Creates folders asynchrounsly return json information:
event
rc
prc
Detect Preferences: Sorting and List Types
event
rc
prc
download file
event
rc
prc
Ajax driven file listings
event
rc
prc
Get preferences
event
rc
prc
widget
- Determines if this will run as a viewlet or normal MVCsettings
- A structure of settings for the filebrowser to be overriden with in the viewlet most likely.Inflate flash params if they exist into the appropriate function variables.
event
rc
prc
Load Assets for FileBrowser
event
rc
prc
force
- Force the loading of assets on demandsettings
- A structure of settings for the filebrowser to be overriden with in the viewlet most likely.Merge module settings and custom settings
oldSettings
settings
Pre handler
event
currentAction
rc
prc
Removes folders + files asynchrounsly return json information:
event
rc
prc
rename
event
rc
prc
Upload File
event
rc
prc