wt.templateutil.processor
Class VisualizationRendererFactory

java.lang.Object
  extended bywt.templateutil.processor.VisualizationRendererFactory

public class VisualizationRendererFactory
extends Object

The VisualizationRendererFactory instantiates a class to provide the HTML rendering methods in VisualizationRendererIfc. The class to instantiate is determined by a lookup of the wt.wvs.VisualizationRenderer property in wt.properties.

Supported API: false


Field Summary
static String RENDERER_IMPL_KEY
           
 
Constructor Summary
VisualizationRendererFactory()
           
 
Method Summary
 VisualizationRendererIfc getRenderer()
          Construct a visualization renderer

Supported API: false
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

RENDERER_IMPL_KEY

public static final String RENDERER_IMPL_KEY
See Also:
Constant Field Values
Constructor Detail

VisualizationRendererFactory

public VisualizationRendererFactory()
Method Detail

getRenderer

public VisualizationRendererIfc getRenderer()
                                     throws ClassNotFoundException,
                                            IOException,
                                            NoSuchMethodException,
                                            IllegalAccessException,
                                            InvocationTargetException
Construct a visualization renderer

Supported API: false

Throws:
ClassNotFoundException
IOException
NoSuchMethodException
IllegalAccessException
java.lang.reflect.InvocationTargetException;
InvocationTargetException