lucee.Componentcontentbox.models.content.renderers.BaseRenderer
ContentBox - A Modular Content Platform Copyright since 2012 by Ortus Solutions, Corp www.ortussolutions.com/products/contentbox --- Our base content renderer
Property Summary | ||||
---|---|---|---|---|
type | property | default | serializable | required |
any
|
cb
|
true
|
false
|
|
any
|
log
|
true
|
false
|
Method Summary | |
---|---|
void
|
configure()
Base Configure. |
string
|
getCb()
|
string
|
getLog()
|
any
|
multiStringReplace(any builder, any indexOf, any replaceWith)
Replace values of `indexOf` operations on the incoming string builder with a targeted replaceWith. |
any
|
setCb(any cb)
|
any
|
setLog(any log)
|
Methods inherited from class lucee.Component |
---|
None |
Property Detail |
---|
access
- publicrequired
- falsereturntype
- anyinject
- id:CBHelper@cbserializable
- trueaccess
- publicrequired
- falsereturntype
- anyinject
- logbox:logger:{this}serializable
- trueMethod Detail |
---|
Base Configure
Replace values of `indexOf` operations on the incoming string builder with a targeted replaceWith
builder
- The Java string builderindexOf
- The string to search forreplaceWith
- The string to replace withcb
log