Interface FeedBuilder

    • Method Detail

      • createFeed

        @Deprecated
        com.sun.syndication.feed.synd.SyndFeed createFeed​(ISearch search,
                                                          FeedProperties feedProperties)
        Constructs a feed off the specified search.

        Returns an empty feed with a title and description only if search is null.

        Parameters:
        search - the search to base the feed upon
        feedProperties - metadata for the feed
        Returns:
        a synd feed for the results of specified search