|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.nanocontainer.script.xml.BeanComponentInstanceFactory
public class BeanComponentInstanceFactory
Implementation of XMLComponentInstanceFactory that uses BeanPropertyComponentAdapter to create instances from DOM elements.
Constructor Summary | |
---|---|
BeanComponentInstanceFactory()
|
Method Summary | |
---|---|
java.lang.Object |
makeInstance(org.picocontainer.PicoContainer pico,
org.w3c.dom.Element element,
java.lang.ClassLoader classLoader)
Creates an instance of an Object from a DOM Element |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public BeanComponentInstanceFactory()
Method Detail |
---|
public java.lang.Object makeInstance(org.picocontainer.PicoContainer pico, org.w3c.dom.Element element, java.lang.ClassLoader classLoader) throws java.lang.ClassNotFoundException, java.net.MalformedURLException
XMLComponentInstanceFactory
makeInstance
in interface XMLComponentInstanceFactory
element
- the DOM Element
java.lang.ClassNotFoundException
java.net.MalformedURLException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |