Class 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 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.