Uses of Class
org.enhydra.xml.lazydom.html.ObjectFactory.ConfigurationError

Packages that use ObjectFactory.ConfigurationError
org.enhydra.xml.lazydom.html org.enhydra.xml.lazydom.html provides the HTML implementation for Lazydom. 
 

Uses of ObjectFactory.ConfigurationError in org.enhydra.xml.lazydom.html
 

Methods in org.enhydra.xml.lazydom.html that throw ObjectFactory.ConfigurationError
(package private) static Object ObjectFactory.createObject(String factoryId, String fallbackClassName)
          Finds the implementation Class object in the specified order.
(package private) static Object ObjectFactory.createObject(String factoryId, String propertiesFilename, String fallbackClassName)
          Finds the implementation Class object in the specified order.
(package private) static ClassLoader ObjectFactory.findClassLoader()
          Figure out which ClassLoader to use.
(package private) static Object ObjectFactory.newInstance(String className, ClassLoader cl, boolean doFallback)
          Create an instance of a class using the specified ClassLoader
(package private) static Class ObjectFactory.findProviderClass(String className, ClassLoader cl, boolean doFallback)
          Find a Class using the specified ClassLoader
 



Copyright © 1999-2002 enhydra.org (Mark Diekhans, David Li, Richard Kunze). All Rights reserved.