public class BeanListFactoryBean extends Object implements org.springframework.beans.factory.FactoryBean<List<Object>>, org.springframework.context.ApplicationContextAware
| Modifier and Type | Field and Description |
|---|---|
protected org.springframework.context.ApplicationContext |
applicationContext |
protected String[] |
beanNames |
| Constructor and Description |
|---|
BeanListFactoryBean() |
| Modifier and Type | Method and Description |
|---|---|
List<Object> |
getObject() |
Class<?> |
getObjectType() |
boolean |
isSingleton() |
void |
setApplicationContext(org.springframework.context.ApplicationContext applicationContext) |
void |
setBeanNames(String[] beanNames) |
protected org.springframework.context.ApplicationContext applicationContext
protected String[] beanNames
public void setApplicationContext(org.springframework.context.ApplicationContext applicationContext)
setApplicationContext in interface org.springframework.context.ApplicationContextAwarepublic void setBeanNames(String[] beanNames)
public Class<?> getObjectType()
Copyright © 2018 CrafterCMS. All rights reserved.