contentbox.models.content.renderers

Class BaseRenderer

lucee.Component
    extended by contentbox.models.content.renderers.BaseRenderer
Direct Known Subclasses:
LinkRenderer , SettingRenderer , WidgetRenderer

ContentBox - A Modular Content Platform Copyright since 2012 by Ortus Solutions, Corp www.ortussolutions.com/products/contentbox --- Our base content renderer

Class Attributes:
  • synchronized : false
  •  
  • accessors : true
  •  
  • persistent : false
  •  
    Property Summary
    type property default serializable required
    any cb


    • access = public
    • returntype = any
    • inject = id:CBHelper@cb
    true false
    any log


    • access = public
    • returntype = any
    • inject = logbox:logger:{this}
    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

    cb

    property any cb

    Attributes:
    access - public
    required - false
    returntype - any
    inject - id:CBHelper@cb
    serializable - true

    log

    property any log

    Attributes:
    access - public
    required - false
    returntype - any
    inject - logbox:logger:{this}
    serializable - true

    Method Detail

    configure

    public void configure()

    Base Configure


    getCb

    public string getCb()


    getLog

    public string getLog()


    multiStringReplace

    public any multiStringReplace(any builder, any indexOf, any replaceWith)

    Replace values of `indexOf` operations on the incoming string builder with a targeted replaceWith

    Parameters:
    builder - The Java string builder
    indexOf - The string to search for
    replaceWith - The string to replace with
    Returns:
    The string builder.

    setCb

    public any setCb(any cb)

    Parameters:
    cb

    setLog

    public any setLog(any log)

    Parameters:
    log