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
Nested Classes -
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
FeedProvider
-
-
Method Details
-
process
Description copied from interface:ElementProcess the providedContextwith this element. -
setEntry
Description copied from interface:EntryProcessorSets an entry to the feed being constructed.Generally called by an
EntryProviderwhile streaming results from the DB to the feed provider/outputter.- Specified by:
setEntryin interfaceEntryProcessor- Parameters:
entry- the Entry to be written to the feed- See Also:
-