lucee.Componentcontentbox.models.content.renderers.BaseRenderer
contentbox.models.content.renderers.WidgetRenderer
ContentBox - A Modular Content Platform Copyright since 2012 by Ortus Solutions, Corp www.ortussolutions.com/products/contentbox --- A content renderer that transforms {{{}}} into widget executions
Property Summary | ||||
---|---|---|---|---|
type | property | default | serializable | required |
any
|
widgetService
|
true
|
false
|
Method Summary | |
---|---|
void
|
cb_onContentRendering([any event], [struct interceptData])
Execute on content translations for pages and blog entries. |
string
|
getWidgetService()
|
private void
|
parseTagWidgets(any builder)
Parses content to find |
private void
|
parseTripleMustacheWidgets(any builder)
Parses content to find {{{. |
any
|
setWidgetService(any widgetService)
|
private any
|
translateContent(any builder, [any content])
Executes custom parsing rules on content. |
Methods inherited from class contentbox.models.content.renderers.BaseRenderer |
---|
configure, getCb, getLog, multiStringReplace, setCb, setLog |
Methods inherited from class lucee.Component |
---|
None |
Property Detail |
---|
access
- publicrequired
- falsereturntype
- anyinject
- id:widgetService@cbserializable
- trueMethod Detail |
---|
Execute on content translations for pages and blog entries
event
interceptData
Parses content to find
builder
- {java.lang.StringBuilder}Parses content to find {{{...}}} syntax, and renders the associated widget
builder
- {java.lang.StringBuilder}widgetService
Executes custom parsing rules on content
builder
- {java.lang.StringBuilder}content
- {String}