|
Mura CMS 6.1 | ||||
FRAMES |
railo-context.Componentmura.cfobject
mura.content.contentHTMLExporter
public class contentHTMLExporter
Constructor Summary | |
---|---|
init([any configBean], [any settingsManager], [any contentManager], [any utility], [any filewriter], [any contentServer])
|
Method Summary | |
---|---|
any |
export(string siteid, string exportDir)
|
any |
exportNode(any contentBean, string exportDir)
|
any |
traverseSite(string contentid, string siteid, string exportDir, string sortBy='orderno', string sortDirection='asc')
|
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 |
---|
|
Constructor Detail |
---|
public init([any configBean], [any settingsManager], [any contentManager], [any utility], [any filewriter], [any contentServer])
configBean
settingsManager
contentManager
utility
filewriter
contentServer
Method Detail |
---|
public any export(string siteid, string exportDir)
siteid
exportDir
public any exportNode(any contentBean, string exportDir)
contentBean
exportDir
public any traverseSite(string contentid, string siteid, string exportDir, string sortBy='orderno', string sortDirection='asc')
contentid
siteid
exportDir
sortBy
sortDirection
|
Mura CMS 6.1 | ||||
FRAMES |