com.silverpeas.converter
Class DocumentFormatConverterFactory

java.lang.Object
  extended by com.silverpeas.converter.DocumentFormatConverterFactory

public class DocumentFormatConverterFactory
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
static DocumentFormatConverterFactory getFactory()
          Gets an instance of this factory.
 HTMLConverter getHTMLConverter()
          Gets an instance of the HTMLConverter interface.
 ODTConverter getODTConverter()
          Gets an instance of the ODTConverter interface.
 ToHTMLConverter getToHTMLConverter()
          Gets an instance of the ToHTMLConverter interface.
 ToPDFConverter getToPDFConverter()
          Gets an instance of the ToPDFConverter interface.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getFactory

public static DocumentFormatConverterFactory getFactory()
Gets an instance of this factory.

Returns:
a DocumentFormatConverterFactory instance.

getODTConverter

public ODTConverter getODTConverter()
Gets an instance of the ODTConverter interface.

Returns:
an ODTConverter instance.

getHTMLConverter

public HTMLConverter getHTMLConverter()
Gets an instance of the HTMLConverter interface.

Returns:
a HTMLConverter instance.

getToPDFConverter

public ToPDFConverter getToPDFConverter()
Gets an instance of the ToPDFConverter interface.

Returns:
a ToPDFConverter instance.

getToHTMLConverter

public ToHTMLConverter getToHTMLConverter()
Gets an instance of the ToHTMLConverter interface.

Returns:
a ToHTMLConverter instance.


Copyright © 2016 Silverpeas. All Rights Reserved.