WEB-INF.cftags.componentcoldbox.system.FrameworkSupertype
coldbox.system.Plugin
coldbox.system.plugins.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 |
---|
None |
Constructor Detail |
---|
Plug-in constructor.
controller
Method Detail |
---|
Create a web feed, by default it returns the xml string.
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)Get the default property map
Parse and validate a column mapper
columnMap
- The column map to parse