org.kuali.common.util.spring
Class PropertyProcessorFactoryBean

java.lang.Object
  extended by org.kuali.common.util.spring.PropertyProcessorFactoryBean
All Implemented Interfaces:
org.springframework.beans.factory.FactoryBean<Properties>

public class PropertyProcessorFactoryBean
extends Object
implements org.springframework.beans.factory.FactoryBean<Properties>


Constructor Summary
PropertyProcessorFactoryBean()
           
 
Method Summary
 Properties getObject()
           
 Class<Properties> getObjectType()
           
 List<PropertyProcessor> getProcessors()
           
 Properties getProperties()
           
 boolean isSingleton()
           
 void setProcessors(List<PropertyProcessor> processors)
           
 void setProperties(Properties properties)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PropertyProcessorFactoryBean

public PropertyProcessorFactoryBean()
Method Detail

getObject

public Properties getObject()
                     throws Exception
Specified by:
getObject in interface org.springframework.beans.factory.FactoryBean<Properties>
Throws:
Exception

getObjectType

public Class<Properties> getObjectType()
Specified by:
getObjectType in interface org.springframework.beans.factory.FactoryBean<Properties>

isSingleton

public boolean isSingleton()
Specified by:
isSingleton in interface org.springframework.beans.factory.FactoryBean<Properties>

getProperties

public Properties getProperties()

setProperties

public void setProperties(Properties properties)

getProcessors

public List<PropertyProcessor> getProcessors()

setProcessors

public void setProcessors(List<PropertyProcessor> processors)


Copyright © 2010-2013 The Kuali Foundation. All Rights Reserved.