com.ptc.windchill.esi.esipart
Class PartRendererFactory

java.lang.Object
  extended bycom.ptc.windchill.esi.esipart.PartRendererFactory

public final class PartRendererFactory
extends Object

The PartRendererFactory creates instances of the appropriate PartRender. The factory obtains the name of the class to instantiate from ESI properties.

Supported API: true

Extendable: false


Field Summary
private static String CLASSNAME
           
private static String RESOURCE
           
 
Constructor Summary
PartRendererFactory()
           
 
Method Summary
static PartRenderer newPartRenderer()
          Returns a PartRenderer implementation class.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

RESOURCE

private static final String RESOURCE
See Also:
Constant Field Values

CLASSNAME

private static final String CLASSNAME
Constructor Detail

PartRendererFactory

public PartRendererFactory()
Method Detail

newPartRenderer

public static PartRenderer newPartRenderer()
                                    throws ESIRendererException
Returns a PartRenderer implementation class. Obtains the name of the class to instantiate from ESI properties.

Supported API: true

Returns:
PartRenderer
Throws:
ESIRendererException