Uses of Interface
org.clapper.curn.PostFeedParsePlugIn

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

Uses of PostFeedParsePlugIn in org.clapper.curn
 

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

Uses of PostFeedParsePlugIn in org.clapper.curn.plugins
 

Classes in org.clapper.curn.plugins that implement PostFeedParsePlugIn
 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 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 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 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.
 



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