|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.silverpeas.export.ical.ICalExporter
@Named public class ICalExporter
An exporter of calendar events into a file in the iCal format.
| Method Summary | |
|---|---|
void |
export(ExportDescriptor descriptor,
ExportableCalendar calendar)
Exports the specified events with a writer in the iCal format. |
protected ICalCodec |
getICalCodec()
Gets the iCalCodec used to encode calendar events in iCal formatted text. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public void export(ExportDescriptor descriptor,
ExportableCalendar calendar)
throws ExportException
export in interface Exporter<ExportableCalendar>calendar - the calendar to export.descriptor - the export descriptor in which is passed the writer with which the events
should be exported.
ExportException - if the export fails (an IO issue occurs with the writer, no events to
export, ...).protected ICalCodec getICalCodec()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||