|
Mura CMS 6.1 | ||||
FRAMES |
railo-context.Componentmura.cfobject
mura.content.contentRenderer
mura.content.staticContentRenderer
public class staticContentRenderer
Method Summary | |
---|---|
string |
addlink(any type, any filename, any title, [string target=''], [string targetParams=''], any contentid, any siteid, [string querystring=''], [string context=''], [string stub=''], [string indexFile='index.cfm'])
|
string |
createHREF(any type, any filename, any siteid, any contentid, any target='', any targetParams='', any querystring='', [string context=''], [string stub=''], [string indexFile='index.htm'], [boolean complete='false'])
|
Methods inherited from class mura.cfobject |
---|
commitTracePoint, deleteMethod, getAsJSON, getAsStruct, getBean, getConfigBean, getCurrentUser, getEventManager, getPlugin, getPluginManager, getServiceFactory, getValue, initTracePoint, injectMethod, invokeMethod, removeValue, setValue, valueExists
|
Methods inherited from class railo-context.Component |
---|
|
Method Detail |
---|
public string addlink(any type, any filename, any title, [string target=''], [string targetParams=''], any contentid, any siteid, [string querystring=''], [string context=''], [string stub=''], [string indexFile='index.cfm'])
addlink
in class
contentRenderer
type
filename
title
target
targetParams
contentid
siteid
querystring
context
stub
indexFile
public string createHREF(any type, any filename, any siteid, any contentid, any target='', any targetParams='', any querystring='', [string context=''], [string stub=''], [string indexFile='index.htm'], [boolean complete='false'])
createHREF
in class
contentRenderer
type
filename
siteid
contentid
target
targetParams
querystring
context
stub
indexFile
complete
|
Mura CMS 6.1 | ||||
FRAMES |