|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.poscoict.glueframework.bean.GlueBeanFactoryImpl
public class GlueBeanFactoryImpl
BeanFactory 구현 Class. Implementation of the GlueBeanFactory
interface.
Field Summary | |
---|---|
protected ApplicationContext |
context
ApplicationContext |
static String |
DEFAULT_FILE_NAME
|
Constructor Summary | |
---|---|
GlueBeanFactoryImpl()
생성자(constructor). |
|
GlueBeanFactoryImpl(String... configFiles)
생성자(constructor). |
|
GlueBeanFactoryImpl(String configFile)
생성자(constructor). |
Method Summary | ||
---|---|---|
void |
closeContext()
|
|
boolean |
containsBean(String key)
키 값에 해당하는 bean의 존재여부를 반환한다. |
|
Object |
getBeanObject(String key)
키 값에 해당하는 Singleton 오브젝트를 얻는다. |
|
|
getBeanObject(String key,
Class<T> requiredType)
키 값에 해당하는 Singleton 오브젝트를 얻는다. |
|
ListableBeanFactory |
getWrappedBeanFactory()
Application should not invoke this method! |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final String DEFAULT_FILE_NAME
protected ApplicationContext context
Constructor Detail |
---|
public GlueBeanFactoryImpl()
public GlueBeanFactoryImpl(String configFile)
configFile
- public GlueBeanFactoryImpl(String... configFiles)
configFiles
- Method Detail |
---|
public Object getBeanObject(String key)
GlueBeanFactory
getBeanObject
in interface GlueBeanFactory
key
- Singleton 오브젝트를 구별할 수 있는 유일한 키
public <T> T getBeanObject(String key, Class<T> requiredType)
GlueBeanFactory
getBeanObject
in interface GlueBeanFactory
key
- Singleton 오브젝트를 구별할 수 있는 유일한 키requiredType
- 오브젝트 타입
public boolean containsBean(String key)
GlueBeanFactory
containsBean
in interface GlueBeanFactory
public ListableBeanFactory getWrappedBeanFactory()
public void closeContext()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |