Package rife.feed.elements
Class FeedProvider
java.lang.Object
rife.feed.elements.FeedProvider
- All Implemented Interfaces:
Element
,EntryProcessor
An
Element
that uses an EntryProvider
to print
out a feed.- Since:
- 1.8.0
- See Also:
-
Nested Class Summary
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
FeedProvider
-
-
Method Details
-
process
Description copied from interface:Element
Process the providedContext
with this element. -
setEntry
Description copied from interface:EntryProcessor
Sets an entry to the feed being constructed.Generally called by an
EntryProvider
while streaming results from the DB to the feed provider/outputter.- Specified by:
setEntry
in interfaceEntryProcessor
- Parameters:
entry
- the Entry to be written to the feed- See Also:
-