lucee.Componentcontentbox.modules.contentbox-ui.modules.contentbox-sitemap.handlers.main
ContentBox - A Modular Content Platform Copyright since 2012 by Ortus Solutions, Corp www.ortussolutions.com/products/contentbox --- Manages the creations of dynamic sitemaps in ContentBox
Property Summary | ||||
---|---|---|---|---|
type | property | default | serializable | required |
any
|
CBHelper
|
true
|
false
|
|
any
|
contentService
|
true
|
false
|
|
any
|
entryService
|
true
|
false
|
|
any
|
pageService
|
true
|
false
|
|
any
|
settingService
|
true
|
false
|
Method Summary | |
---|---|
private struct
|
_index([any event], [any rc], [any prc])
Single entry point, outputs the sitemap according to the incoming `rc. |
any
|
index([any event], [any rc], [any prc])
Sitemap Wrapper. |
any
|
preHandler([any event], [any rc], [any prc], [any action], [any eventArguments])
Executes before all handler actions. |
Methods inherited from class lucee.Component |
---|
None |
Property Detail |
---|
access
- publicrequired
- falsereturntype
- anyinject
- id:CBHelper@contentboxserializable
- trueaccess
- publicrequired
- falsereturntype
- anyinject
- id:contentService@contentboxserializable
- trueaccess
- publicrequired
- falsereturntype
- anyinject
- id:entryService@contentboxserializable
- trueaccess
- publicrequired
- falsereturntype
- anyinject
- id:pageService@contentboxserializable
- trueaccess
- publicrequired
- falsereturntype
- anyinject
- id:settingService@contentboxserializable
- trueMethod Detail |
---|
Single entry point, outputs the sitemap according to the incoming `rc.format`
event
rc
prc
Sitemap Wrapper
event
rc
prc
Executes before all handler actions
event
rc
prc
action
eventArguments