ContentBox Core API 1.5.7

contentbox.model.content.renderers
Class LinkRenderer

WEB-INF.cftags.component
        extended by contentbox.model.content.renderers.LinkRenderer

public class LinkRenderer
extends WEB-INF.cftags.component

A content renderer that transforms _page:XX_ and _entry:XX_ into page and entry links


Method Summary
 any GETCB()
 any GETLOG()
 void SETCB(any cb)
 void SETLOG(any log)
 void cb_onContentRendering([any event], [struct interceptData])
          Execute on content translations for pages and blog entries
 void configure()
private any determineSlug(any tagString)
private any translateContent(any builder, [any content])
 
Methods inherited from class WEB-INF.cftags.component
 

Method Detail

GETCB

public any GETCB()


GETLOG

public any GETLOG()


SETCB

public void SETCB(any cb)

Parameters:
cb

SETLOG

public void SETLOG(any log)

Parameters:
log

cb_onContentRendering

public void cb_onContentRendering([any event], [struct interceptData])
Execute on content translations for pages and blog entries

Parameters:
event
interceptData

configure

public void configure()


determineSlug

private any determineSlug(any tagString)

Parameters:
tagString

translateContent

private any translateContent(any builder, [any content])

Parameters:
builder
content

ContentBox Core API 1.5.7