public class XSLTICalendarContentProcessorImpl extends ICalendarContentProcessorImpl
IContentProcessor implementation uses XSLT to transform an XML stream into iCal. The
iCal is then extracted into CalendarEventSets.| Modifier and Type | Field and Description |
|---|---|
protected org.apache.commons.logging.Log |
log |
| Constructor and Description |
|---|
XSLTICalendarContentProcessorImpl() |
XSLTICalendarContentProcessorImpl(String xslFile) |
| Modifier and Type | Method and Description |
|---|---|
net.fortuna.ical4j.model.Calendar |
getIntermediateCalendar(org.joda.time.Interval interval,
InputStream in)
Implementations should not return null (at a minimum return Collections.emptySet()).
|
void |
setXslFile(String xslFile) |
protected InputStream |
transformToICal(InputStream in) |
convertCalendarToEvents, getEventspublic XSLTICalendarContentProcessorImpl()
public XSLTICalendarContentProcessorImpl(String xslFile)
public net.fortuna.ical4j.model.Calendar getIntermediateCalendar(org.joda.time.Interval interval,
InputStream in)
IContentProcessorgetIntermediateCalendar in interface IContentProcessor<net.fortuna.ical4j.model.Calendar>getIntermediateCalendar in class ICalendarContentProcessorImplprotected final InputStream transformToICal(InputStream in) throws CalendarException
CalendarExceptionpublic void setXslFile(String xslFile)
Copyright © 2017 Apereo. All Rights Reserved.