public class AddToListFactoryBean<T> extends Object implements org.springframework.beans.factory.FactoryBean<List<T>>, org.springframework.beans.factory.InitializingBean
source to the end of target| Constructor and Description |
|---|
AddToListFactoryBean() |
| Modifier and Type | Method and Description |
|---|---|
void |
afterPropertiesSet() |
List<T> |
getObject() |
Class<?> |
getObjectType() |
Collection<T> |
getSource() |
Collection<T> |
getTarget() |
boolean |
isSingleton() |
void |
setSource(List<T> source) |
void |
setTarget(List<T> target) |
public AddToListFactoryBean()
public void afterPropertiesSet() throws Exception
afterPropertiesSet in interface org.springframework.beans.factory.InitializingBeanExceptionpublic Class<?> getObjectType()
public boolean isSingleton()
public Collection<T> getSource()
public Collection<T> getTarget()
Copyright © 2010–2014 The Kuali Foundation. All rights reserved.