wt.templateutil.processor
Class VisualizationRendererFactory
java.lang.Object
wt.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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RENDERER_IMPL_KEY
public static final String RENDERER_IMPL_KEY
- See Also:
- Constant Field Values
VisualizationRendererFactory
public VisualizationRendererFactory()
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