|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.commons.jelly.tags.swing.BeanFactory
public class BeanFactory
A default Factory implementation that creates new instances from a bean class
Field Summary | |
---|---|
private java.lang.Class |
beanClass
|
Constructor Summary | |
---|---|
BeanFactory(java.lang.Class beanClass)
|
Method Summary | |
---|---|
java.lang.Object |
newInstance()
Create a new component instance |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
private java.lang.Class beanClass
Constructor Detail |
---|
public BeanFactory(java.lang.Class beanClass)
Method Detail |
---|
public java.lang.Object newInstance() throws java.lang.InstantiationException
newInstance
in interface Factory
java.lang.InstantiationException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |