|
ColdBox Platform Version 3.7.0 | ||||
FRAMES |
WEB-INF.cftags.componentcoldbox.system.FrameworkSupertype
coldbox.system.Plugin
coldbox.system.plugins.FeedGenerator
public class FeedGenerator
A feed generator plug-in. Currently this plug-in only generates RSS 2.0 feeds.
Constructor Summary | |
---|---|
init(any controller)
Plug-in constructor |
Method Summary | |
---|---|
any |
createFeed(struct feedStruct, [struct ColumnMap='[runtime expression]'], [string OutputFile], [boolean OutputXML])
Create a web feed, by default it returns the xml string |
struct |
getDefaultPropertyMap()
Get the default property map |
struct |
parseColumnMap(struct columnMap)
Parse and validate a column mapper |
Methods inherited from class WEB-INF.cftags.component |
---|
|
Constructor Detail |
---|
public init(any controller)
controller
Method Detail |
---|
public any createFeed(struct feedStruct, [struct ColumnMap='[runtime expression]'], [string OutputFile], [boolean OutputXML])
feedStruct
- The structure used to build a feedColumnMap
- The column mapper to wire items to queriesOutputFile
- The file destination of where to store the generated XML (optional)OutputXML
- Toggle to display the XML output on-screen delivered by cfcontent (optional)public struct getDefaultPropertyMap()
public struct parseColumnMap(struct columnMap)
columnMap
- The column map to parse
|
ColdBox Platform Version 3.7.0 | ||||
FRAMES |