Package | Description |
---|---|
org.kuali.common.util.properties | |
org.kuali.common.util.properties.spring | |
org.kuali.common.util.spring |
Modifier and Type | Class and Description |
---|---|
class |
DefaultPropertiesService |
class |
SimplePropertiesService |
Modifier and Type | Method and Description |
---|---|
PropertiesService |
DefaultPropertiesServiceConfig.propertiesService()
Deprecated.
|
PropertiesService |
PropertiesServiceConfig.propertiesService() |
Modifier and Type | Method and Description |
---|---|
static org.springframework.core.env.PropertySource<?> |
PropertySourceUtils.getPropertySource(PropertiesService service,
List<Location> locations)
Return a property source based on the properties loaded from the locations passed in.
|
static org.springframework.core.env.PropertySource<?> |
PropertySourceUtils.getPropertySource(PropertiesService service,
List<Location> locations,
boolean includeGlobal)
Return a property source based on the properties loaded from the locations passed in, but where system properties plus environment properties "win" if
includeGlobal=true |
Copyright © 2010–2014 The Kuali Foundation. All rights reserved.