org.kuali.common.util.spring
Class GetListFromCSVFactoryBean
java.lang.Object
   org.kuali.common.util.spring.GetListFromCSVFactoryBean
org.kuali.common.util.spring.GetListFromCSVFactoryBean
- All Implemented Interfaces: 
- org.springframework.beans.factory.FactoryBean<List<String>>
- public class GetListFromCSVFactoryBean 
- extends Object- implements org.springframework.beans.factory.FactoryBean<List<String>>
 
 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
GetListFromCSVFactoryBean
public GetListFromCSVFactoryBean()
getObject
public List<String> getObject()
                       throws Exception
- 
- Specified by:
- getObjectin interface- org.springframework.beans.factory.FactoryBean<List<String>>
 
- 
- Throws:
- Exception
 
getObjectType
public Class<?> getObjectType()
- 
- Specified by:
- getObjectTypein interface- org.springframework.beans.factory.FactoryBean<List<String>>
 
- 
 
isSingleton
public boolean isSingleton()
- 
- Specified by:
- isSingletonin interface- org.springframework.beans.factory.FactoryBean<List<String>>
 
- 
 
getCsv
public String getCsv()
- 
 
- 
 
setCsv
public void setCsv(String csv)
- 
 
- 
 
Copyright © 2010-2013 The Kuali Foundation. All Rights Reserved.