| java.lang.Object org.tigris.scarab.feeds.QueryFeed
QueryFeed | public class QueryFeed implements Feed(Code) | | Converts a query to an RSS feed. The private methods are mostly ripped off
of ScarabRequestTool and there should be some refactoring done here.
author: Eric Pugh |
Method Summary | |
public SyndFeed | getFeed() |
QueryFeed | public QueryFeed(Query query, IteratorWithSize results, ScarabLink scarabLink, String format)(Code) | | Constructs the query feed with the search results.
Parameters: query - The searched query Parameters: results - The iterator containing the search-results Parameters: scarabToolManager - Parameters: scarabLink - Parameters: format - |
getFeed | public SyndFeed getFeed() throws Exception, TorqueException, DataSetException, TurbineSecurityException(Code) | | |
|
|