org.jasig.portlet.calendar.processor
Class RssContentProcessorImpl
java.lang.Object
org.jasig.portlet.calendar.processor.RssContentProcessorImpl
- All Implemented Interfaces:
- IContentProcessor
public class RssContentProcessorImpl
- extends Object
- implements IContentProcessor
This IContentProcessor implementation uses Rome to extract
CalendarEvents from RSS formatted streams.
- Version:
- $Header: RssContentProcessorImpl.java Exp $
- Author:
- Nicholas Blair, nblair@doit.wisc.edu
|
Field Summary |
protected org.apache.commons.logging.Log |
log
|
|
Method Summary |
Set<CalendarEvent> |
getEvents(Long calendarId,
net.fortuna.ical4j.model.Period period,
InputStream in)
Implementations should not return null (at a minimum return
Collections.emptySet()). |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
log
protected final org.apache.commons.logging.Log log
RssContentProcessorImpl
public RssContentProcessorImpl()
getEvents
public Set<CalendarEvent> getEvents(Long calendarId,
net.fortuna.ical4j.model.Period period,
InputStream in)
- Description copied from interface:
IContentProcessor
- Implementations should not return null (at a minimum return
Collections.emptySet()).
- Specified by:
getEvents in interface IContentProcessor
- Returns:
Copyright © 2010 Jasig. All Rights Reserved.