|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use RSSChannel | |
|---|---|
| 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.parser | |
| org.clapper.curn.parser.informa | |
| org.clapper.curn.parser.rome | |
| org.clapper.curn.plugins | |
| Uses of RSSChannel in org.clapper.curn |
|---|
| Methods in org.clapper.curn with parameters of type RSSChannel | |
|---|---|
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 |
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)
|
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)
|
| Uses of RSSChannel in org.clapper.curn.output |
|---|
| Methods in org.clapper.curn.output with parameters of type RSSChannel | |
|---|---|
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 RSSChannel in org.clapper.curn.output.freemarker |
|---|
| Methods in org.clapper.curn.output.freemarker with parameters of type RSSChannel | |
|---|---|
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 RSSChannel in org.clapper.curn.output.script |
|---|
| Methods in org.clapper.curn.output.script that return RSSChannel | |
|---|---|
RSSChannel |
ScriptOutputHandler.ChannelWrapper.getChannel()
|
| Methods in org.clapper.curn.output.script with parameters of type RSSChannel | |
|---|---|
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 RSSChannel in org.clapper.curn.parser |
|---|
| Methods in org.clapper.curn.parser that return RSSChannel | |
|---|---|
abstract RSSChannel |
RSSItem.getParentChannel()
Get the parent channel |
RSSChannel |
RSSChannel.makeCopy()
Make a deep copy of this RSSChannel object. |
abstract RSSChannel |
RSSChannel.newInstance()
Create a new, empty instance of the underlying concrete class. |
RSSChannel |
RSSParser.parseRSSFeed(java.net.URL url,
java.io.InputStream stream,
java.lang.String encoding)
Parse an RSS feed. |
| Methods in org.clapper.curn.parser with parameters of type RSSChannel | |
|---|---|
RSSItem |
RSSItem.makeCopy(RSSChannel parentChannel)
Make a deep copy of this RSSItem object. |
abstract RSSItem |
RSSItem.newInstance(RSSChannel channel)
Create a new, empty instance of the underlying concrete class. |
| Uses of RSSChannel in org.clapper.curn.parser.informa |
|---|
| Subclasses of RSSChannel in org.clapper.curn.parser.informa | |
|---|---|
class |
RSSChannelAdapter
This class implements the RSSChannel interface and defines an adapter for the Informa RSS Parser's ChannelIF type. |
| Methods in org.clapper.curn.parser.informa that return RSSChannel | |
|---|---|
RSSChannel |
RSSItemAdapter.getParentChannel()
Get the parent Channel object. |
RSSChannel |
RSSChannelAdapter.newInstance()
Create a new, empty instance of the underlying concrete class. |
RSSChannel |
RSSParserAdapter.parseRSSFeed(java.net.URL url,
java.io.InputStream stream,
java.lang.String encoding)
Parse an RSS feed. |
| Methods in org.clapper.curn.parser.informa with parameters of type RSSChannel | |
|---|---|
RSSItem |
RSSItemAdapter.newInstance(RSSChannel channel)
Create a new, empty instance of the underlying concrete class. |
| Uses of RSSChannel in org.clapper.curn.parser.rome |
|---|
| Methods in org.clapper.curn.parser.rome that return RSSChannel | |
|---|---|
RSSChannel |
RSSItemAdapter.getParentChannel()
Get the parent Channel object. |
RSSChannel |
RSSChannelAdapter.newInstance()
Create a new, empty instance of the underlying concrete class. |
RSSChannel |
RSSParserAdapter.parseRSSFeed(java.net.URL url,
java.io.InputStream stream,
java.lang.String encoding)
Parse an RSS feed. |
| Methods in org.clapper.curn.parser.rome with parameters of type RSSChannel | |
|---|---|
RSSItem |
RSSItemAdapter.newInstance(RSSChannel channel)
Create a new, empty instance of the underlying concrete class. |
| Uses of RSSChannel in org.clapper.curn.plugins |
|---|
| Methods in org.clapper.curn.plugins with parameters of type RSSChannel | |
|---|---|
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. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||