|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ExportDescriptor | |
|---|---|
| com.silverpeas.export | Provides the different exporters and importers of serializable Silverpeas resources in a specific format (PDF, iCal, JSON, and so on). |
| com.silverpeas.export.ical | Provides an exporter of calendar events into iCal data. |
| Uses of ExportDescriptor in com.silverpeas.export |
|---|
| Methods in com.silverpeas.export that return ExportDescriptor | |
|---|---|
static ExportDescriptor |
ExportDescriptor.withOutputStream(OutputStream outputStream)
Creates and initializes a new descriptor on an export process with the specified output stream. |
static ExportDescriptor |
ExportDescriptor.withWriter(Writer writer)
Creates and initializes a new descriptor on an export process with the specified writer. |
| Methods in com.silverpeas.export with parameters of type ExportDescriptor | |
|---|---|
void |
Exporter.export(ExportDescriptor descriptor,
T serializable)
Exports the specified serializable resource according to the export information carried by the specified export descriptor. |
| Uses of ExportDescriptor in com.silverpeas.export.ical |
|---|
| Methods in com.silverpeas.export.ical with parameters of type ExportDescriptor | |
|---|---|
void |
ICalExporter.export(ExportDescriptor descriptor,
ExportableCalendar calendar)
Exports the specified events with a writer in the iCal format. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||