wt.wvs
Class VisualizationHelperFactory
java.lang.Object
wt.wvs.VisualizationHelperFactory
- public class VisualizationHelperFactory
- extends Object
The VisualizationHelperFactory instantiates a class to provide the service
methods in VisualizationHelperIfc. The class to instantiate is determined
by a lookup of the wt.wvs.VisualizationHelper 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 |
HELPER_IMPL_KEY
public static final String HELPER_IMPL_KEY
- See Also:
- Constant Field Values
VisualizationHelperFactory
public VisualizationHelperFactory()
getHelper
public VisualizationHelperIfc getHelper()
throws ClassNotFoundException,
IOException,
NoSuchMethodException,
IllegalAccessException,
InvocationTargetException
- Construct a visualization helper
Supported API: false
- Throws:
ClassNotFoundException
IOException
NoSuchMethodException
IllegalAccessException
java.lang.reflect.InvocationTargetException;
InvocationTargetException