Uses of Interface
org.clapper.curn.FeedConfigItemPlugIn

Packages that use FeedConfigItemPlugIn
org.clapper.curn   
org.clapper.curn.plugins   
 

Uses of FeedConfigItemPlugIn in org.clapper.curn
 

Classes in org.clapper.curn that implement FeedConfigItemPlugIn
 class MetaPlugIn
          A MetaPlugIn object is basically a plug-in that contains all the loaded plug-ins.
 

Uses of FeedConfigItemPlugIn in org.clapper.curn.plugins
 

Classes in org.clapper.curn.plugins that implement FeedConfigItemPlugIn
 class AllowEmbeddedHTMLPlugIn
          The AllowEmbeddedHTMLPlugIn handles stripping (or not stripping) embedded HTML from parsed RSS data.
 class ArticleFilterPlugIn
          The ArticleFilterPlugIn provides per-feed filtering capabilities.
 class CommonXMLFixupsPlugIn
          The CommonXMLFixupsPlugIn attempts to fix some common errors in the downloaded, pre-parsed XML in any feed for which it is enabled.
 class DisableFeedPlugIn
          The DisableFeedPlugIn handles disabling a feed.
 class EmptyArticleSummaryPlugIn
          The EmptyArticleSummaryPlugIn provides a way to handle an empty summary.
 class FeedMaxSummarySizePlugIn
          The FeedMaxSummarySizePlugIn optionally truncates a feed's summary to a maximum number of characters, inserting an ellipsis at the end to indicate truncation.
 class GzipDownloadPlugIn
          The GzipDownloadPlugIn handles setting the global and per-feed HTTP header that requests gzipped (compressed) feed data (assuming the remote server honors that header).
 class IgnoreDuplicateArticlesPlugIn
          The IgnoreDuplicateArticlesPlugIn handles removing duplicate items from downloaded feeds, where "duplicate" means "has the same title".
 class ParsedFeedURLEditPlugIn
          The ParsedFeedURLEditPlugIn edits a feed after it has been parsed, adjusting the URLs in the feed (i.e., the item URLs and the channel, or feed, URL) according to various configuration parameters.
 class RawFeedEditPlugIn
          The RawFeedEditPlugIn edits the raw downloaded XML before it's parsed.
 class RawFeedSaveAsPlugIn
          The RawFeedSaveAsPlugIn handles saving a feed to a known location.
 class ShowAuthorsPlugIn
          The ShowAuthorsPlugIn handles enabling/disabling display of the "author" fields on feeds and feed items.
 class ShowDatesPlugIn
          The ShowDatesPlugIn handles enabling/disabling display of the "date" fields on feeds and feed items.
 class SortArticlesPlugIn
          The SortArticlesPlugIn handles per-feed SortBy settings.
 class TitleOverridePlugIn
          The TitleOverridePlugIn handles overriding the title of a feed.
 class UserAgentPlugIn
          The UserAgentPlugIn handles setting the global and per-feed HTTP user agent settings, overriding the default curn user agent setting.
 



Copyright © 2004-2006 Brian M. Clapper. All Rights Reserved.