|
ContentBox Core API 1.5.7 | ||||
FRAMES |
WEB-INF.cftags.componentcontentbox.model.content.renderers.LinkRenderer
public class LinkRenderer
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 |
---|
public any GETCB()
public any GETLOG()
public void SETCB(any cb)
cb
public void SETLOG(any log)
log
public void cb_onContentRendering([any event], [struct interceptData])
event
interceptData
public void configure()
private any determineSlug(any tagString)
tagString
private any translateContent(any builder, [any content])
builder
content
|
ContentBox Core API 1.5.7 | ||||
FRAMES |