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
|
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. |
any
|
index([any event], [any rc], [any prc])
Present pages. |
any
|
preHandler([any event], [any action], [any eventArguments], [any rc], [any prc])
Pre Handler. |
any
|
preview([any event], [any rc], [any prc])
Preview a page. |
any
|
rss([any event], [any rc], [any prc])
Display the RSS feeds. |
any
|
search([any event], [any rc], [any prc])
Content Search. |
private any
|
verifyPageLayout(any layout)
Verify if a chosen page layout exists or not. |
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
- id:mobileDetector@cbserializable
- trueaccess
- publicrequired
- falsereturntype
- anyinject
- id:pageService@cbserializable
- trueaccess
- publicrequired
- falsereturntype
- anyinject
- id:SearchService@cbserializable
- trueaccess
- publicrequired
- falsereturntype
- anyinject
- id:securityService@cbserializable
- trueaccess
- publicrequired
- falsereturntype
- anyinject
- id:themeService@cbserializable
- trueMethod Detail |
---|
Around page advice that provides caching and multi-output format
event
rc
prc
eventArguments
Comment Form Post
event
rc
prc
Present pages
event
rc
prc
Pre Handler
preHandler
in class
content
event
action
eventArguments
rc
prc
Preview a page
preview
in class
content
event
rc
prc
Display the RSS feeds
event
rc
prc
Content Search
event
rc
prc
Verify if a chosen page layout exists or not.
layout
- The layout to verify