railo-context.Component
contentbox.model.content.renderers.WidgetRenderer
A content renderer that transforms {{{}}} into widget executions
| Property Summary | ||||
|---|---|---|---|---|
| type | property | default | serializable | required |
any
|
log
|
true
|
false
|
|
any
|
widgetService
|
true
|
false
|
|
| Method Summary | |
|---|---|
void
|
cb_onContentRendering([any event], [struct interceptData])
Execute on content translations for pages and blog entries. |
void
|
configure()
|
string
|
getLog()
|
string
|
getWidgetService()
|
private void
|
parseTagWidgets(any builder)
Parses content to find |
private void
|
parseTripleMustacheWidgets(any builder)
Parses content to find {{{. |
any
|
setLog(any log)
|
any
|
setWidgetService(any widgetService)
|
private any
|
translateContent(any builder, [any content])
Executes custom parsing rules on content. |
| Methods inherited from class railo-context.Component |
|---|
| None |
| Property Detail |
|---|
required - falseinject - logbox:logger:{this}serializable - truerequired - falseinject - id:widgetService@cbserializable - true| Method Detail |
|---|
Execute on content translations for pages and blog entries
eventinterceptDataParses content to find
builder - {java.lang.StringBuilder}Parses content to find {{{...}}} syntax, and renders the associated widget
builder - {java.lang.StringBuilder}logwidgetServiceExecutes custom parsing rules on content
builder - {java.lang.StringBuilder}content - {String}