Uses of Interface
org.clapper.curn.MainConfigItemPlugIn

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

Uses of MainConfigItemPlugIn in org.clapper.curn
 

Classes in org.clapper.curn that implement MainConfigItemPlugIn
 class DataPersisterFactory
          Class that's used to create a DataPersister.
 class MetaPlugIn
          A MetaPlugIn object is basically a plug-in that contains all the loaded plug-ins.
 

Uses of MainConfigItemPlugIn in org.clapper.curn.plugins
 

Classes in org.clapper.curn.plugins that implement MainConfigItemPlugIn
 class AllowEmbeddedHTMLPlugIn
          The AllowEmbeddedHTMLPlugIn handles stripping (or not stripping) embedded HTML from parsed RSS data.
 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 EmailOutputPlugIn
          The EmailOutputPlugIn handles emailing the output from a curn run, if one or more email addresses are specified in the configuration file.
 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 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 UserAgentPlugIn
          The UserAgentPlugIn handles setting the global and per-feed HTTP user agent settings, overriding the default curn user agent setting.
 class ZipOutputPlugIn
          The ZipOutputPlugIn handles zipping up the output from a curn run, if one or more email addresses are specified in the configuration file.
 



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