public class SystemComponentFactoryBean<T> extends Object implements org.springframework.beans.factory.FactoryBean<T>, org.springframework.beans.factory.InitializingBean
Constructor and Description |
---|
SystemComponentFactoryBean() |
Modifier and Type | Method and Description |
---|---|
void |
afterPropertiesSet() |
T |
getObject() |
Class<?> |
getObjectType() |
boolean |
isSingleton() |
void |
setBeanFactory(org.springframework.beans.factory.ListableBeanFactory beanFactory) |
void |
setFilter(String filter) |
void |
setName(String name) |
void |
setType(Class<T> type) |
public void setName(String name)
public void setFilter(String filter)
public void setBeanFactory(org.springframework.beans.factory.ListableBeanFactory beanFactory)
public void afterPropertiesSet() throws Exception
afterPropertiesSet
in interface org.springframework.beans.factory.InitializingBean
Exception
public Class<?> getObjectType()
getObjectType
in interface org.springframework.beans.factory.FactoryBean<T>
public boolean isSingleton()
isSingleton
in interface org.springframework.beans.factory.FactoryBean<T>
Copyright © 2014 Suncode. All rights reserved.