Class DocumentFormatConverterProvider
- java.lang.Object
-
- org.silverpeas.core.contribution.converter.DocumentFormatConverterProvider
-
public class DocumentFormatConverterProvider extends Object
A factory of document format converters available in Silverpeas. This factory is dedicated to objects whose the life-cycle isn't managed by the IoC container.
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static HTMLConverter
getHTMLConverter()
Gets an instance of the HTMLConverter interface.static ODTConverter
getODTConverter()
Gets an instance of the ODTConverter interface.static ToHTMLConverter
getToHTMLConverter()
Gets an instance of the ToHTMLConverter interface.
-
-
-
Method Detail
-
getODTConverter
public static ODTConverter getODTConverter()
Gets an instance of the ODTConverter interface.- Returns:
- an ODTConverter instance.
-
getHTMLConverter
public static HTMLConverter getHTMLConverter()
Gets an instance of the HTMLConverter interface.- Returns:
- a HTMLConverter instance.
-
getToHTMLConverter
public static ToHTMLConverter getToHTMLConverter()
Gets an instance of the ToHTMLConverter interface.- Returns:
- a ToHTMLConverter instance.
-
-