Package rife.feed

Interface EntryProvider


public interface EntryProvider
An EntryProvider is a way to get entries for a feed.
Since:
1.8.0
See Also:
  • Method Details

    • getFeedDescriptor

      Feed getFeedDescriptor(Context c)
      Get a bean describing the Feed being outputted.
      Parameters:
      c - the context for this EntryProvider
      Returns:
      Feed a bean describing the feed currently being outputted
      Since:
      1.8.0
      See Also:
    • provideEntries

      void provideEntries(Context c, EntryProcessor processor)
      Provide entries using EntryProcessor.setEntry(Entry) to set each entry to the feed
      Parameters:
      c - the context for this EntryProvider
      processor - the processor creating this feed
      Since:
      1.8.0
      See Also: