An Element that uses an EntryProvider to print
out a feed.
After being passed an IoC property of the EntryProvider and
the feed type one wishes to print out, FeedProvider will do
just that.
The supported properties are:
feedtype
| rss_2.0 or atom_0.3
|
provider
| an instance of EntryProvider
|
classname
| the name of an EntryProvider class when the
provider property isn't set
|
author: JR Boyens (jboyens[remove] at uwyn dot com) author: Geert Bevin (gbevin[remove] at uwyn dot com) version: $Revision: 3714 $ See Also: com.uwyn.rife.engine.Element See Also: com.uwyn.rife.feed.EntryProvider See Also: com.uwyn.rife.feed.Entry See Also: com.uwyn.rife.feed.Feed since: 1.0 |