Mura CMS 6.1

mura.content
Class contentHTMLExporter

railo-context.Component
        extended by mura.cfobject
            extended by mura.content.contentHTMLExporter

public class contentHTMLExporter
extends cfobject

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

init

public init([any configBean], [any settingsManager], [any contentManager], [any utility], [any filewriter], [any contentServer])

Parameters:
configBean
settingsManager
contentManager
utility
filewriter
contentServer
Method Detail

export

public any export(string siteid, string exportDir)

Parameters:
siteid
exportDir

exportNode

public any exportNode(any contentBean, string exportDir)

Parameters:
contentBean
exportDir

traverseSite

public any traverseSite(string contentid, string siteid, string exportDir, string sortBy='orderno', string sortDirection='asc')

Parameters:
contentid
siteid
exportDir
sortBy
sortDirection

Mura CMS 6.1