com.ptc.windchill.esi.esidoc
Class DocumentRendererFactory

java.lang.Object
  extended by com.ptc.windchill.esi.esidoc.DocumentRendererFactory
All Implemented Interfaces:
Externalizable, Serializable

public final class DocumentRendererFactory
extends Object
implements Externalizable

Obtains an instance of the appropriate DocumentRenderer implementation class .

Supported API: true

Extendable: false

See Also:
Serialized Form

Method Summary
static DocumentRenderer newDocumentRenderer()
          Obtains an instance of the appropriate DocumentRenderer implementation class.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

newDocumentRenderer

public static DocumentRenderer newDocumentRenderer()
                                            throws com.ptc.windchill.esi.rnd.ESIRendererException
Obtains an instance of the appropriate DocumentRenderer implementation class. Obtains the class from ESIProperties. The class must implement DocumentRenderer and it must have a default constructor.

Supported API: true

Returns:
DocumentRenderer
Throws:
com.ptc.windchill.esi.rnd.ESIRendererException