public class RssContentProcessorImpl extends Object implements IContentProcessor<com.sun.syndication.feed.synd.SyndFeed>
IContentProcessor implementation uses Rome to extract
CalendarEventSets from RSS formatted streams.| Modifier and Type | Field and Description |
|---|---|
protected org.apache.commons.logging.Log |
log |
| Constructor and Description |
|---|
RssContentProcessorImpl() |
| Modifier and Type | Method and Description |
|---|---|
Set<net.fortuna.ical4j.model.component.VEvent> |
getEvents(org.joda.time.Interval interval,
com.sun.syndication.feed.synd.SyndFeed feed)
Implementations should not return null (at a minimum return
Collections.emptySet()).
|
com.sun.syndication.feed.synd.SyndFeed |
getIntermediateCalendar(org.joda.time.Interval interval,
InputStream in)
Implementations should not return null (at a minimum return
Collections.emptySet()).
|
public com.sun.syndication.feed.synd.SyndFeed getIntermediateCalendar(org.joda.time.Interval interval,
InputStream in)
IContentProcessorgetIntermediateCalendar in interface IContentProcessor<com.sun.syndication.feed.synd.SyndFeed>public Set<net.fortuna.ical4j.model.component.VEvent> getEvents(org.joda.time.Interval interval, com.sun.syndication.feed.synd.SyndFeed feed)
IContentProcessorgetEvents in interface IContentProcessor<com.sun.syndication.feed.synd.SyndFeed>Copyright © 2016 Apereo. All Rights Reserved.