Uses of Class
org.clapper.curn.FeedInfo

Packages that use FeedInfo
org.clapper.curn   
org.clapper.curn.output org.clapper.curn.output - Predefined Output Handlers This package contains predefined output handlers for curn
org.clapper.curn.output.freemarker   
org.clapper.curn.output.script   
org.clapper.curn.plugins   
 

Uses of FeedInfo in org.clapper.curn
 

Methods in org.clapper.curn that return types with arguments of type FeedInfo
 java.util.Map<java.net.URL,FeedInfo> CurnConfig.getFeedInfoMap()
          Get the FeedInfo map.
 java.util.Collection<FeedInfo> CurnConfig.getFeeds()
          Get the configured RSS feeds.
 

Methods in org.clapper.curn with parameters of type FeedInfo
 void FeedCache.addToCache(java.lang.String uniqueID, java.net.URL url, java.util.Date pubDate, FeedInfo parentFeed)
          Add (or replace) a cached URL.
 void ReadOnlyOutputHandler.displayChannel(RSSChannel channel, FeedInfo feedInfo)
          Display the list of RSSItem news items to whatever output is defined for the underlying class.
 void OutputHandler.displayChannel(RSSChannel channel, FeedInfo feedInfo)
          Display the list of RSSItem news items to whatever output is defined for the underlying class.
 boolean MetaPlugIn.runFeedConfigItemPlugIn(java.lang.String sectionName, java.lang.String paramName, CurnConfig config, FeedInfo feedInfo)
           
 boolean FeedConfigItemPlugIn.runFeedConfigItemPlugIn(java.lang.String sectionName, java.lang.String paramName, CurnConfig config, FeedInfo feedInfo)
          Called immediately after curn has read and processed a configuration item in a "feed" configuration section.
 boolean PostFeedDownloadPlugIn.runPostFeedDownloadPlugIn(FeedInfo feedInfo, java.io.File feedDataFile, java.lang.String encoding)
          Called immediately after a feed is downloaded.
 boolean MetaPlugIn.runPostFeedDownloadPlugIn(FeedInfo feedInfo, java.io.File feedDataFile, java.lang.String encoding)
           
 void PostFeedOutputPlugIn.runPostFeedOutputPlugIn(FeedInfo feedInfo, OutputHandler outputHandler)
          Called immediately after a parsed feed is passed to an output handler.
 void MetaPlugIn.runPostFeedOutputPlugIn(FeedInfo feedInfo, OutputHandler outputHandler)
           
 boolean PostFeedParsePlugIn.runPostFeedParsePlugIn(FeedInfo feedInfo, RSSChannel channel)
          Called immediately after a feed is parsed, but before it is otherwise processed.
 boolean MetaPlugIn.runPostFeedParsePlugIn(FeedInfo feedInfo, RSSChannel channel)
           
 boolean PreFeedDownloadPlugIn.runPreFeedDownloadPlugIn(FeedInfo feedInfo, java.net.URLConnection urlConn)
          Called just before a feed is downloaded.
 boolean MetaPlugIn.runPreFeedDownloadPlugIn(FeedInfo feedInfo, java.net.URLConnection urlConn)
           
 void PreFeedOutputPlugIn.runPreFeedOutputPlugIn(FeedInfo feedInfo, RSSChannel channel, OutputHandler outputHandler)
          Called immediately before a parsed feed is passed to an output handler.
 void MetaPlugIn.runPreFeedOutputPlugIn(FeedInfo feedInfo, RSSChannel channel, OutputHandler outputHandler)
           
 

Constructors in org.clapper.curn with parameters of type FeedInfo
FeedException(FeedInfo feedInfo)
          Default constructor, for an exception with no nested exception and no message.
FeedException(FeedInfo feedInfo, java.lang.String message)
          Constructs an exception containing an error message, but no nested exception.
FeedException(FeedInfo feedInfo, java.lang.String bundleName, java.lang.String messageKey, java.lang.String defaultMsg)
          Constructs an exception containing a resource bundle name, a message key, and a default message (in case the resource bundle can't be found).
FeedException(FeedInfo feedInfo, java.lang.String bundleName, java.lang.String messageKey, java.lang.String defaultMsg, java.lang.Object[] msgParams)
          Constructs an exception containing a resource bundle name, a message key, and a default message (in case the resource bundle can't be found).
FeedException(FeedInfo feedInfo, java.lang.String bundleName, java.lang.String messageKey, java.lang.String defaultMsg, java.lang.Object[] msgParams, java.lang.Throwable exception)
          Constructs an exception containing a resource bundle name, a message key, a default message format (in case the resource bundle can't be found), arguments to be incorporated in the message via java.text.MessageFormat, and another exception.
FeedException(FeedInfo feedInfo, java.lang.String bundleName, java.lang.String messageKey, java.lang.String defaultMsg, java.lang.Throwable exception)
          Constructs an exception containing a resource bundle name, a message key, a default message (in case the resource bundle can't be found), and another exception.
FeedException(FeedInfo feedInfo, java.lang.String message, java.lang.Throwable exception)
          Constructs an exception containing another exception and a message.
FeedException(FeedInfo feedInfo, java.lang.Throwable exception)
          Constructs an exception containing another exception, but no message of its own.
 

Uses of FeedInfo in org.clapper.curn.output
 

Methods in org.clapper.curn.output with parameters of type FeedInfo
abstract  void FileOutputHandler.displayChannel(RSSChannel channel, FeedInfo feedInfo)
          Display the list of RSSItem news items to whatever output is defined for the underlying class.
 

Uses of FeedInfo in org.clapper.curn.output.freemarker
 

Methods in org.clapper.curn.output.freemarker with parameters of type FeedInfo
 void FreeMarkerOutputHandler.displayChannel(RSSChannel channel, FeedInfo feedInfo)
          Display the list of RSSItem news items to whatever output is defined for the underlying class.
 

Uses of FeedInfo in org.clapper.curn.output.script
 

Methods in org.clapper.curn.output.script that return FeedInfo
 FeedInfo ScriptOutputHandler.ChannelWrapper.getFeedInfo()
           
 

Methods in org.clapper.curn.output.script with parameters of type FeedInfo
 void ScriptOutputHandler.displayChannel(RSSChannel channel, FeedInfo feedInfo)
          Display the list of RSSItem news items to whatever output is defined for the underlying class.
 

Uses of FeedInfo in org.clapper.curn.plugins
 

Methods in org.clapper.curn.plugins with parameters of type FeedInfo
protected  void AbstractXMLEditPlugIn.editXML(FeedInfo feedInfo, java.io.File feedDataFile, java.lang.String encoding, java.util.List<java.lang.String> editCommands)
          Perform an edit on a feed, overwriting the data file at completion.
 boolean UserAgentPlugIn.runFeedConfigItemPlugIn(java.lang.String sectionName, java.lang.String paramName, CurnConfig config, FeedInfo feedInfo)
          Called immediately after curn has read and processed a configuration item in a "feed" configuration section.
 boolean TitleOverridePlugIn.runFeedConfigItemPlugIn(java.lang.String sectionName, java.lang.String paramName, CurnConfig config, FeedInfo feedInfo)
          Called immediately after curn has read and processed a configuration item in a "feed" configuration section.
 boolean SortArticlesPlugIn.runFeedConfigItemPlugIn(java.lang.String sectionName, java.lang.String paramName, CurnConfig config, FeedInfo feedInfo)
          Called immediately after curn has read and processed a configuration item in a "feed" configuration section.
 boolean ShowDatesPlugIn.runFeedConfigItemPlugIn(java.lang.String sectionName, java.lang.String paramName, CurnConfig config, FeedInfo feedInfo)
          Called immediately after curn has read and processed a configuration item in a "feed" configuration section.
 boolean ShowAuthorsPlugIn.runFeedConfigItemPlugIn(java.lang.String sectionName, java.lang.String paramName, CurnConfig config, FeedInfo feedInfo)
          Called immediately after curn has read and processed a configuration item in a "feed" configuration section.
 boolean RawFeedSaveAsPlugIn.runFeedConfigItemPlugIn(java.lang.String sectionName, java.lang.String paramName, CurnConfig config, FeedInfo feedInfo)
          Called immediately after curn has read and processed a configuration item in a "feed" configuration section.
 boolean RawFeedEditPlugIn.runFeedConfigItemPlugIn(java.lang.String sectionName, java.lang.String paramName, CurnConfig config, FeedInfo feedInfo)
          Called immediately after curn has read and processed a configuration item in a "feed" configuration section.
 boolean ParsedFeedURLEditPlugIn.runFeedConfigItemPlugIn(java.lang.String sectionName, java.lang.String paramName, CurnConfig config, FeedInfo feedInfo)
          Called immediately after curn has read and processed a configuration item in a "feed" configuration section.
 boolean IgnoreDuplicateArticlesPlugIn.runFeedConfigItemPlugIn(java.lang.String sectionName, java.lang.String paramName, CurnConfig config, FeedInfo feedInfo)
          Called immediately after curn has read and processed a configuration item in a "feed" configuration section.
 boolean GzipDownloadPlugIn.runFeedConfigItemPlugIn(java.lang.String sectionName, java.lang.String paramName, CurnConfig config, FeedInfo feedInfo)
          Called immediately after curn has read and processed a configuration item in a "feed" configuration section.
 boolean FeedMaxSummarySizePlugIn.runFeedConfigItemPlugIn(java.lang.String sectionName, java.lang.String paramName, CurnConfig config, FeedInfo feedInfo)
          Called immediately after curn has read and processed a configuration item in a "feed" configuration section.
 boolean EmptyArticleSummaryPlugIn.runFeedConfigItemPlugIn(java.lang.String sectionName, java.lang.String paramName, CurnConfig config, FeedInfo feedInfo)
          Called immediately after curn has read and processed a configuration item in a "feed" configuration section.
 boolean DisableFeedPlugIn.runFeedConfigItemPlugIn(java.lang.String sectionName, java.lang.String paramName, CurnConfig config, FeedInfo feedInfo)
          Called immediately after curn has read and processed a configuration item in a "feed" configuration section.
 boolean CommonXMLFixupsPlugIn.runFeedConfigItemPlugIn(java.lang.String sectionName, java.lang.String paramName, CurnConfig config, FeedInfo feedInfo)
          Called immediately after curn has read and processed a configuration item in a "feed" configuration section.
 boolean ArticleFilterPlugIn.runFeedConfigItemPlugIn(java.lang.String sectionName, java.lang.String paramName, CurnConfig config, FeedInfo feedInfo)
          Called immediately after curn has read and processed a configuration item in a "feed" configuration section.
 boolean AllowEmbeddedHTMLPlugIn.runFeedConfigItemPlugIn(java.lang.String sectionName, java.lang.String paramName, CurnConfig config, FeedInfo feedInfo)
          Called immediately after curn has read and processed a configuration item in a "feed" configuration section.
 boolean RawFeedSaveAsPlugIn.runPostFeedDownloadPlugIn(FeedInfo feedInfo, java.io.File feedDataFile, java.lang.String encoding)
          Called immediately after a feed is downloaded.
 boolean RawFeedEditPlugIn.runPostFeedDownloadPlugIn(FeedInfo feedInfo, java.io.File feedDataFile, java.lang.String encoding)
          Called immediately after a feed is downloaded.
 boolean CommonXMLFixupsPlugIn.runPostFeedDownloadPlugIn(FeedInfo feedInfo, java.io.File feedDataFile, java.lang.String encoding)
          Called immediately after a feed is downloaded.
 boolean TitleOverridePlugIn.runPostFeedParsePlugIn(FeedInfo feedInfo, RSSChannel channel)
          Called immediately after a feed is parsed, but before it is otherwise processed.
 boolean SortArticlesPlugIn.runPostFeedParsePlugIn(FeedInfo feedInfo, RSSChannel channel)
          Called immediately after a feed is parsed, but before it is otherwise processed.
 boolean ShowDatesPlugIn.runPostFeedParsePlugIn(FeedInfo feedInfo, RSSChannel channel)
          Called immediately after a feed is parsed, but before it is otherwise processed.
 boolean ShowAuthorsPlugIn.runPostFeedParsePlugIn(FeedInfo feedInfo, RSSChannel channel)
          Called immediately after a feed is parsed, but before it is otherwise processed.
 boolean ParsedFeedURLEditPlugIn.runPostFeedParsePlugIn(FeedInfo feedInfo, RSSChannel channel)
          Called immediately after a feed is parsed, but before it is otherwise processed.
 boolean IgnoreDuplicateArticlesPlugIn.runPostFeedParsePlugIn(FeedInfo feedInfo, RSSChannel channel)
          Called immediately after a feed is parsed, but before it is otherwise processed.
 boolean FeedMaxSummarySizePlugIn.runPostFeedParsePlugIn(FeedInfo feedInfo, RSSChannel channel)
          Called immediately after a feed is parsed, but before it is otherwise processed.
 boolean EmptyArticleSummaryPlugIn.runPostFeedParsePlugIn(FeedInfo feedInfo, RSSChannel channel)
          Called immediately after a feed is parsed, but before it is otherwise processed.
 boolean ArticleFilterPlugIn.runPostFeedParsePlugIn(FeedInfo feedInfo, RSSChannel channel)
          Called immediately after a feed is parsed, but before it is otherwise processed.
 boolean AllowEmbeddedHTMLPlugIn.runPostFeedParsePlugIn(FeedInfo feedInfo, RSSChannel channel)
          Called immediately after a feed is parsed, but before it is otherwise processed.
 boolean UserAgentPlugIn.runPreFeedDownloadPlugIn(FeedInfo feedInfo, java.net.URLConnection urlConn)
          Called just before a feed is downloaded.
 boolean RawFeedSaveAsPlugIn.runPreFeedDownloadPlugIn(FeedInfo feedInfo, java.net.URLConnection urlConn)
          Called just before a feed is downloaded.
 boolean GzipDownloadPlugIn.runPreFeedDownloadPlugIn(FeedInfo feedInfo, java.net.URLConnection urlConn)
          Called just before a feed is downloaded.
 



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