A B C D E F G H I L M N O P R S T U V X Z

F

FeedCache - Class in org.clapper.curn
Defines the in-memory format of the curn cache, and provides methods for saving and restoring the cache.
FeedCacheEntry - Class in org.clapper.curn
Defines the contents of a cache entry.
FeedCacheEntry(String, URL, URL, Date, long) - Constructor for class org.clapper.curn.FeedCacheEntry
Construct a new FeedCacheEntry.
FeedCacheException - Exception in org.clapper.curn
Thrown during feed cache processing.
FeedCacheException() - Constructor for exception org.clapper.curn.FeedCacheException
Default constructor, for an exception with no nested exception and no message.
FeedCacheException(Throwable) - Constructor for exception org.clapper.curn.FeedCacheException
Constructs an exception containing another exception, but no message of its own.
FeedCacheException(String) - Constructor for exception org.clapper.curn.FeedCacheException
Constructs an exception containing an error message, but no nested exception.
FeedCacheException(String, Throwable) - Constructor for exception org.clapper.curn.FeedCacheException
Constructs an exception containing another exception and a message.
FeedCacheException(String, String, String) - Constructor for exception org.clapper.curn.FeedCacheException
Constructs an exception containing a resource bundle name, a message key, and a default message (in case the resource bundle can't be found).
FeedCacheException(String, String, String, Object[]) - Constructor for exception org.clapper.curn.FeedCacheException
Constructs an exception containing a resource bundle name, a message key, and a default message (in case the resource bundle can't be found).
FeedCacheException(String, String, String, Throwable) - Constructor for exception org.clapper.curn.FeedCacheException
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.
FeedCacheException(String, String, String, Object[], Throwable) - Constructor for exception org.clapper.curn.FeedCacheException
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.
FeedConfigItemPlugIn - Interface in org.clapper.curn
This interface defines the methods that must be supported by plug-ins that wish intercept curn feed-section configuration items.
FeedException - Exception in org.clapper.curn
FeedException is thrown when there's an error with a feed.
FeedException(FeedInfo) - Constructor for exception org.clapper.curn.FeedException
Default constructor, for an exception with no nested exception and no message.
FeedException(FeedInfo, Throwable) - Constructor for exception org.clapper.curn.FeedException
Constructs an exception containing another exception, but no message of its own.
FeedException(FeedInfo, String) - Constructor for exception org.clapper.curn.FeedException
Constructs an exception containing an error message, but no nested exception.
FeedException(FeedInfo, String, Throwable) - Constructor for exception org.clapper.curn.FeedException
Constructs an exception containing another exception and a message.
FeedException(FeedInfo, String, String, String) - Constructor for exception org.clapper.curn.FeedException
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, String, String, String, Object[]) - Constructor for exception org.clapper.curn.FeedException
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, String, String, String, Throwable) - Constructor for exception org.clapper.curn.FeedException
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, String, String, String, Object[], Throwable) - Constructor for exception org.clapper.curn.FeedException
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.
FeedInfo - Class in org.clapper.curn
Contains data for one feed (or site).
FeedInfo(URL) - Constructor for class org.clapper.curn.FeedInfo
Default constructor.
feedLoaded(PersistentFeedData) - Method in interface org.clapper.curn.DataPersister.LoadedDataHandler
Called by the subclass when it has finished loading data for a feed.
FeedMaxSummarySizePlugIn - Class in org.clapper.curn.plugins
The FeedMaxSummarySizePlugIn optionally truncates a feed's summary to a maximum number of characters, inserting an ellipsis at the end to indicate truncation.
FeedMaxSummarySizePlugIn() - Constructor for class org.clapper.curn.plugins.FeedMaxSummarySizePlugIn
Default constructor (required).
FileOutputHandler - Class in org.clapper.curn.output
FileOutputHandler is an abstract base class for OutputHandler subclasses that write RSS feed summaries to a file.
FileOutputHandler() - Constructor for class org.clapper.curn.output.FileOutputHandler
Construct a new FileOutputHandler
findMatchingLink(Collection<RSSLink>, String, RSSLink.Type...) - Static method in class org.clapper.curn.parser.ParserUtil
Find the RSSLink object with a specific MIME type and one of a set of link types.
findMatchingLink(Collection<RSSLink>, RSSLink.Type) - Static method in class org.clapper.curn.parser.ParserUtil
Find the first RSSLink object with a specific link type.
findMatchingLink(Collection<RSSLink>, String) - Static method in class org.clapper.curn.parser.ParserUtil
Find the first RSSLink object with a specific MIME type.
findTemplateSource(String) - Method in class org.clapper.curn.output.freemarker.CurnTemplateLoader
Finds the object that acts as the source of the template with the given name.
flush() - Method in class org.clapper.curn.output.FileOutputHandler
Flush any buffered-up output.
flush() - Method in class org.clapper.curn.output.freemarker.FreeMarkerOutputHandler
Flush any buffered-up output.
flush() - Method in class org.clapper.curn.output.script.ScriptOutputHandler
Flush any buffered-up output.
flush() - Method in interface org.clapper.curn.OutputHandler
Flush any buffered-up output and close the underlying output stream(s), if any.
flush() - Method in class org.clapper.curn.ReadOnlyOutputHandler
Flush any buffered-up output and close the underlying output stream(s), if any.
FreeMarkerOutputHandler - Class in org.clapper.curn.output.freemarker
Provides an output handler that uses the FreeMarker template engine to generate output.
FreeMarkerOutputHandler() - Constructor for class org.clapper.curn.output.freemarker.FreeMarkerOutputHandler
Construct a new FreeMarkerOutputHandler.

A B C D E F G H I L M N O P R S T U V X Z
Copyright © 2004-2006 Brian M. Clapper. All Rights Reserved.