|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.silverpeas.export.ExporterFactory
public class ExporterFactory
A factory of exporters in Silverpeas. The factory hides the concrete implementation used in the exporting process and it wraps the life-cycle of the exporter objects.
Method Summary | |
---|---|
static ExporterFactory |
getFactory()
Gets an instance of factory of ICalExporter objects. |
Exporter<ExportableCalendar> |
getICalExporter()
Gets an exporter of a calendar in iCal format. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static ExporterFactory getFactory()
public Exporter<ExportableCalendar> getICalExporter()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |