lucee.Componentcontentbox.modules.contentbox-admin.handlers.baseHandler
contentbox.modules.contentbox-admin.handlers.baseContentHandler
ContentBox - A Modular Content Platform Copyright since 2012 by Ortus Solutions, Corp www.ortussolutions.com/products/contentbox --- The base content handler
Property Summary | ||||
---|---|---|---|---|
type | property | default | serializable | required |
any
|
authorService
|
true
|
false
|
|
any
|
categoryService
|
true
|
false
|
|
any
|
CBHelper
|
true
|
false
|
|
any
|
editorService
|
true
|
false
|
|
any
|
themeService
|
true
|
false
|
Method Summary | |
---|---|
private any
|
getUserDefaultEditor(any author)
Get the user's default editor with some logic. |
any
|
preHandler([any event], [any action], [any eventArguments], [any rc], [any prc])
|
Methods inherited from class contentbox.modules.contentbox-admin.handlers.baseHandler |
---|
None |
Methods inherited from class lucee.Component |
---|
None |
Property Detail |
---|
access
- publicrequired
- falsereturntype
- anyinject
- id:authorService@cbserializable
- trueaccess
- publicrequired
- falsereturntype
- anyinject
- id:categoryService@cbserializable
- trueaccess
- publicrequired
- falsereturntype
- anyinject
- id:CBHelper@cbserializable
- trueaccess
- publicrequired
- falsereturntype
- anyinject
- id:editorService@cbserializable
- trueaccess
- publicrequired
- falsereturntype
- anyinject
- id:themeService@cbserializable
- trueMethod Detail |
---|
Get the user's default editor with some logic
author
- The author objectevent
action
eventArguments
rc
prc