|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.slim3.container.PrototypeBeanFactory
public class PrototypeBeanFactory
Prototype implementation for BeanFactory.
| Field Summary | |
|---|---|
protected String |
beanClassName
The bean class name. |
protected BeanMeta |
beanMeta
The bean meta data. |
protected S3Container |
container
The container. |
| Constructor Summary | |
|---|---|
PrototypeBeanFactory(BeanMeta beanMeta,
S3Container container)
Constructor. |
|
| Method Summary | |
|---|---|
void |
dispose()
Disposes resource. |
Object |
getBean()
Returns a bean. |
protected void |
prepareBeanMeta()
Prepares the bean meta data. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected BeanMeta beanMeta
protected S3Container container
protected String beanClassName
| Constructor Detail |
|---|
public PrototypeBeanFactory(BeanMeta beanMeta,
S3Container container)
beanMeta - the bean meta datacontainer - the container| Method Detail |
|---|
public Object getBean()
BeanFactory
getBean in interface BeanFactorypublic void dispose()
Disposable
dispose in interface Disposableprotected void prepareBeanMeta()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||