lucee.Componentcoldbox.system.FrameworkSupertype
coldbox.system.Interceptor
contentbox.models.content.renderers.MarkdownRenderer
Copyright 2009 ColdBox Framework by Luis Majano and Ortus Solutions, Corp www.coldboxframework.com | www.luismajano.com | www.ortussolutions.com --- This interceptor listens to ContentBox content renderings and it will translate content within ContentBox from Markdown to HTML
Property Summary | ||||
---|---|---|---|---|
type | property | default | serializable | required |
any
|
cb
|
true
|
false
|
|
any
|
markdown
|
true
|
false
|
Method Summary | |
---|---|
void
|
cb_onContentRendering([any event], [struct interceptData])
Execute on content translations for pages and blog entries. |
Methods inherited from class coldbox.system.Interceptor |
---|
appendToBuffer, clearBuffer, configure, getBufferObject, getBufferString, getCachebox, getFlash, getInterceptorService, getLog, getLogBox, getProperties, getProperty, getWirebox, init, propertyExists, setCachebox, setFlash, setInterceptorService, setLog, setLogBox, setProperties, setProperty, setWirebox, unregister |
Methods inherited from class coldbox.system.FrameworkSupertype |
---|
addAsset, announceInterception, getCache, getController, getInstance, getInterceptor, getModel, getModuleConfig, getModuleSettings, getMyPlugin, getPlugin, getRenderer, getRequestCollection, getRequestContext, getSetting, getSettingStructure, includeUDF, loadApplicationHelpers, locateDirectoryPath, locateFilePath, persistVariables, populateModel, relocate, renderExternalView, renderLayout, renderView, runEvent, setController, setNextEvent, setSetting, settingExists |
Methods inherited from class lucee.Component |
---|
None |
Property Detail |
---|
access
- publicrequired
- falsereturntype
- anyinject
- id:CBHelper@cbserializable
- trueaccess
- publicrequired
- falsereturntype
- anyinject
- Processor@cbmarkdownserializable
- trueMethod Detail |
---|
Execute on content translations for pages and blog entries
event
interceptData