lucee.Componentcoldbox.system.FrameworkSupertype
coldbox.system.EventHandler
coldbox.system.RestHandler
contentbox.modules.contentbox-admin.handlers.baseHandler
contentbox.modules.contentbox-admin.handlers.content
ContentBox - A Modular Content Platform Copyright since 2012 by Ortus Solutions, Corp www.ortussolutions.com/products/contentbox --- Manage Generic content actions
Property Summary | ||||
---|---|---|---|---|
type | property | default | serializable | required |
any
|
authorService
|
true
|
false
|
|
any
|
contentService
|
true
|
false
|
|
any
|
contentStoreService
|
true
|
false
|
|
any
|
statsService
|
true
|
false
|
Method Summary | |
---|---|
any
|
breakContentLink([any event], [any rc], [any prc])
Break related content links. |
any
|
contentByPublishedStatus([any event], [any rc], [any prc], [boolean showExpired='false'], [any author], [boolean offset='0'], [numeric max='25'], [boolean showHits='true'], [boolean colorCodings='true'], [boolean showPublishedStatus='true'], [boolean showAuthor='true'])
This viewlet shows future or expired content using filters. |
any
|
latestContentEdits([any event], [any rc], [any prc], [any author], [boolean isPublished], [numeric max='25'], [boolean showHits='true'], [boolean colorCodings='true'], [boolean showPublishedStatus='true'], [boolean showAuthor='true'])
This viewlet shows latest content edits via arguments. |
any
|
preview([any event], [any rc], [any prc])
Quick Content Preview from editors. |
any
|
relatedContentSelector([any event], [any rc], [any prc])
Render the content selector from editors. |
any
|
resetHits([any event], [any rc], [any prc])
Reset Content Hits on one or more content items. |
any
|
search([any event], [any rc], [any prc])
Global Content Search. |
any
|
showRelatedContentSelector([any event], [any rc], [any prc])
Show the related content panel. |
any
|
slugUnique([any event], [any rc], [any prc])
Check if a slug is unique. |
Methods inherited from class contentbox.modules.contentbox-admin.handlers.baseHandler |
---|
getMaxRows, getPageOffset |
Methods inherited from class coldbox.system.RestHandler |
---|
aroundHandler, onAnyOtherException, onAuthenticationFailure, onAuthorizationFailure, onEntityNotFoundException, onError, onExpectationFailed, onInvalidHTTPMethod, onInvalidRoute, onMissingAction, onValidationException |
Methods inherited from class coldbox.system.EventHandler |
---|
_actionExists, _actionMetadata, _privateInvoker, init, onHandlerDIComplete |
Methods inherited from class coldbox.system.FrameworkSupertype |
---|
announce, announceInterception, async, back, externalView, forAttribute, getCache, getCachebox, getColdBoxSetting, getController, getDateTimeHelper, getEnv, getFlash, getFlow, getInstance, getIsoTime, getJsonUtil, getLog, getLogBox, getModuleConfig, getModuleSettings, getRenderer, getRequestCollection, getRequestContext, getRootWireBox, getSetting, getSystemProperty, getSystemSetting, getUserSessionIdentifier, getWirebox, ifNull, ifPresent, inDebugMode, includeUDF, isDevelopment, isProduction, isTesting, layout, listen, loadApplicationHelpers, locateDirectoryPath, locateFilePath, persistVariables, populate, populateModel, relocate, renderExternalView, renderLayout, renderview, runEvent, runRoute, setCachebox, setController, setEnv, setFlash, setFlow, setJsonUtil, setLog, setLogBox, setSetting, setWirebox, settingExists, throwIf, throwUnless, toJson, unless, view, when |
Methods inherited from class lucee.Component |
---|
None |
Property Detail |
---|
access
- publicrequired
- falsereturntype
- anyinject
- authorService@contentboxserializable
- trueaccess
- publicrequired
- falsereturntype
- anyinject
- contentService@contentboxserializable
- trueaccess
- publicrequired
- falsereturntype
- anyinject
- contentStoreService@contentboxserializable
- trueaccess
- publicrequired
- falsereturntype
- anyinject
- statsService@contentboxserializable
- trueMethod Detail |
---|
Break related content links
event
rc
prc
This viewlet shows future or expired content using filters. By default it shows future published content
event
rc
prc
showExpired
- Show expired content, defaults to false (future published content)author
- The optional author to look for latest edits onlyoffset
- The offset when doing paginationmax
- The maximum number of records, capped at 25 by defaultshowHits
- Show hit count on content item, defaults to truecolorCodings
- Show content row color codingsshowPublishedStatus
- Show published status columnsshowAuthor
- Show the author in the tableThis viewlet shows latest content edits via arguments
event
rc
prc
author
- The optional author to look for latest edits onlyisPublished
- Boolean indicator if you need to search on all published states, only published, or only draftmax
- The maximum number of records, capped at 25 by defaultshowHits
- Show hit count on content item, defaults to truecolorCodings
- Show content row color codingsshowPublishedStatus
- Show published status columnsshowAuthor
- Show the author in the tableQuick Content Preview from editors
event
rc
prc
Render the content selector from editors
event
rc
prc
Reset Content Hits on one or more content items
event
rc
prc
Global Content Search
event
rc
prc
Show the related content panel
event
rc
prc
Check if a slug is unique
event
rc
prc