org.kuali.common.util.properties.spring
Class DefaultPropertiesServiceConfig

java.lang.Object
  extended by org.kuali.common.util.properties.spring.DefaultPropertiesServiceConfig
All Implemented Interfaces:
PropertiesServiceConfig

@Configuration
@Import(value={SpringServiceConfig.class,AutowiredProjectConfig.class})
public class DefaultPropertiesServiceConfig
extends Object
implements PropertiesServiceConfig


Constructor Summary
DefaultPropertiesServiceConfig()
           
 
Method Summary
protected  PropertyProcessor getPostProcessor(Properties overrides, String passwordKey)
           
 PropertiesService propertiesService()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultPropertiesServiceConfig

public DefaultPropertiesServiceConfig()
Method Detail

propertiesService

@Bean
public PropertiesService propertiesService()
Specified by:
propertiesService in interface PropertiesServiceConfig

getPostProcessor

protected PropertyProcessor getPostProcessor(Properties overrides,
                                             String passwordKey)


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