ContentBox Core API 1.5.7

contentbox.model.importers
Class BlogCFCImporter

WEB-INF.cftags.component
        extended by contentbox.model.importers.BlogCFCImporter
All Implemented Interfaces:
ICBImporter

public class BlogCFCImporter
extends WEB-INF.cftags.component

Import a blogcfc database into contentbox


Constructor Summary
init()
 
Method Summary
private string convertContent(string content)
 any execute(any dsn, [any dsnUsername=''], [any dsnPassword=''], [any defaultPassword=''], any roleID, [any tableprefix=''])
private string findImages(string content)
 
Methods inherited from class WEB-INF.cftags.component
 

Constructor Detail

init

public init()

Method Detail

convertContent

private string convertContent(string content)

Parameters:
content

execute

public any execute(any dsn, [any dsnUsername=''], [any dsnPassword=''], [any defaultPassword=''], any roleID, [any tableprefix=''])

Specified by:
execute in interface ICBImporter
Parameters:
dsn
dsnUsername
dsnPassword
defaultPassword
roleID
tableprefix

findImages

private string findImages(string content)

Parameters:
content

ContentBox Core API 1.5.7