lucee.Componentcontentbox.modules.contentbox-ui.handlers.content
contentbox.modules.contentbox-ui.handlers.page
ContentBox - A Modular Content Platform Copyright since 2012 by Ortus Solutions, Corp www.ortussolutions.com/products/contentbox --- Manages page displays
Property Summary | ||||
---|---|---|---|---|
type | property | default | serializable | required |
any
|
mobileDetector
|
true
|
false
|
|
any
|
pageService
|
true
|
false
|
|
any
|
relocationService
|
true
|
false
|
|
any
|
searchService
|
true
|
false
|
|
any
|
securityService
|
true
|
false
|
|
any
|
themeService
|
true
|
false
|
Method Summary | |
---|---|
any
|
aroundIndex([any event], [any rc], [any prc], [any eventArguments])
Around page advice that provides caching and multi-output format. |
any
|
commentPost([any event], [any rc], [any prc])
Comment Form Post. |
private any
|
getContentTypeService([any contentType='page'])
Get the appropriate type service according to passed content type. |
any
|
index([any event], [any rc], [any prc])
Present pages in the UI. |
any
|
preHandler([any event], [any action], [any eventArguments], [any rc], [any prc])
Pre handler for pages. |
any
|
preview([any event], [any rc], [any prc])
Preview a page. |
any
|
rss([any event], [any rc], [any prc])
RSS Feeds. |
any
|
search([any event], [any rc], [any prc])
Content search. |
Methods inherited from class contentbox.modules.contentbox-ui.handlers.content |
---|
changeLang, maintenance, onError, previewSite, saveComment, validateCommentPost, wrapContentAdvice |
Methods inherited from class lucee.Component |
---|
None |
Property Detail |
---|
access
- publicrequired
- falsereturntype
- anyinject
- mobileDetector@contentboxserializable
- trueaccess
- publicrequired
- falsereturntype
- anyinject
- pageService@contentboxserializable
- trueaccess
- publicrequired
- falsereturntype
- anyinject
- RelocationService@contentboxserializable
- trueaccess
- publicrequired
- falsereturntype
- anyinject
- SearchService@contentboxserializable
- trueaccess
- publicrequired
- falsereturntype
- anyinject
- securityService@contentboxserializable
- trueaccess
- publicrequired
- falsereturntype
- anyinject
- themeService@contentboxserializable
- trueMethod Detail |
---|
Around page advice that provides caching and multi-output format
event
rc
prc
eventArguments
Comment Form Post
event
rc
prc
Get the appropriate type service according to passed content type
contentType
- The type of service neededPresent pages in the UI
event
rc
prc
Pre handler for pages
preHandler
in class
content
event
action
eventArguments
rc
prc
Preview a page
preview
in class
content
event
rc
prc
RSS Feeds
event
rc
prc
Content search
event
rc
prc