lucee.Componentcontentbox.modules.contentbox-ui.handlers.content
ContentBox - A Modular Content Platform Copyright since 2012 by Ortus Solutions, Corp www.ortussolutions.com/products/contentbox --- Manage Content display
Property Summary | ||||
---|---|---|---|---|
type | property | default | serializable | required |
any
|
CBHelper
|
true
|
false
|
|
any
|
authorService
|
true
|
false
|
|
any
|
categoryService
|
true
|
false
|
|
any
|
commentService
|
true
|
false
|
|
any
|
contentService
|
true
|
false
|
|
any
|
dataMarshaller
|
true
|
false
|
|
any
|
markdown
|
true
|
false
|
|
any
|
messagebox
|
true
|
false
|
|
any
|
rssService
|
true
|
false
|
|
any
|
siteService
|
true
|
false
|
|
any
|
themeService
|
true
|
false
|
Method Summary | |
---|---|
any
|
changeLang([any event], [any rc], [any prc])
Change the fwLocale. |
any
|
maintenance([any event], [any rc], [any prc])
Go Into maintenance mode. |
any
|
onError([any event], [any rc], [any prc], [any faultAction], [any exception], [any eventArguments])
|
any
|
preHandler([any event], [any rc], [any prc], [any action], [any eventArguments])
Pre Handler. |
private any
|
preview([any event], [any rc], [any prc])
Preview content page super event. |
any
|
previewSite([any event], [any rc], [any prc])
Preview the site. |
private any
|
saveComment(any thisContent, any subscribe='false', any prc)
Save the comment for a content object. |
private any
|
validateCommentPost(any event, any rc, any prc, any thisContent)
Validate incoming comment post, if not valid, it redirects back. |
private any
|
wrapContentAdvice(any event, any rc, any prc, any eventArguments, any action, boolean contentCaching)
Content display around advice that provides caching for content display and multi-format capabilities. |
Methods inherited from class lucee.Component |
---|
None |
Property Detail |
---|
access
- publicrequired
- falsereturntype
- anyinject
- id:CBHelper@contentboxserializable
- trueaccess
- publicrequired
- falsereturntype
- anyinject
- id:authorService@contentboxserializable
- trueaccess
- publicrequired
- falsereturntype
- anyinject
- id:categoryService@contentboxserializable
- trueaccess
- publicrequired
- falsereturntype
- anyinject
- id:commentService@contentboxserializable
- trueaccess
- publicrequired
- falsereturntype
- anyinject
- id:contentService@contentboxserializable
- trueaccess
- publicrequired
- falsereturntype
- anyinject
- DataMarshaller@coldboxserializable
- trueaccess
- publicrequired
- falsereturntype
- anyinject
- Processor@cbmarkdownserializable
- trueaccess
- publicrequired
- falsereturntype
- anyinject
- id:messagebox@cbMessageBoxserializable
- trueaccess
- publicrequired
- falsereturntype
- anyinject
- id:rssService@contentboxserializable
- trueaccess
- publicrequired
- falsereturntype
- anyinject
- siteService@contentboxserializable
- trueaccess
- publicrequired
- falsereturntype
- anyinject
- id:themeService@contentboxserializable
- trueMethod Detail |
---|
Change the fwLocale
event
rc
prc
Go Into maintenance mode.
event
rc
prc
event
rc
prc
faultAction
exception
eventArguments
Pre Handler
event
rc
prc
action
eventArguments
Preview content page super event. Only called internally
event
rc
prc
Preview the site
event
rc
prc
Save the comment for a content object
thisContent
- The content objectsubscribe
- Subscribing to comments or notprc
- The prc referenceValidate incoming comment post, if not valid, it redirects back
event
rc
prc
thisContent
- The content object to validate the comment post forContent display around advice that provides caching for content display and multi-format capabilities
event
- Request contextrc
- Request collectionprc
- Private request collectioneventArguments
- Event argumentsaction
- The action to wrapcontentCaching
- Wether content caching is enabled or not