public final class DefaultPropertySourceService extends Object implements PropertySourceService
| Constructor and Description |
|---|
DefaultPropertySourceService(SpringService springService) |
| Modifier and Type | Method and Description |
|---|---|
org.springframework.core.env.PropertySource<?> |
getPropertySource(Class<? extends PropertySourceConfig> config) |
protected org.springframework.core.env.PropertySource<?> |
getPropertySource(Map<String,Object> beans,
List<String> defaultProfiles,
List<String> activeProfiles,
Class<?> config,
String location) |
org.springframework.core.env.PropertySource<?> |
getPropertySource(Map<String,Object> beans,
List<String> defaultProfiles,
List<String> activeProfiles,
Class<? extends PropertySourceConfig> config) |
List<org.springframework.core.env.PropertySource<?>> |
getPropertySources(Map<String,Object> beans,
List<String> defaultProfiles,
List<String> activeProfiles,
Class<?> config) |
protected List<org.springframework.core.env.PropertySource<?>> |
getPropertySources(Map<String,Object> beans,
List<String> defaultProfiles,
List<String> activeProfiles,
Class<?> config,
String location) |
List<org.springframework.core.env.PropertySource<?>> |
getPropertySources(Map<String,Object> beans,
List<String> defaultProfiles,
List<String> activeProfiles,
String location) |
SpringService |
getSpringService() |
public DefaultPropertySourceService(SpringService springService)
public org.springframework.core.env.PropertySource<?> getPropertySource(Class<? extends PropertySourceConfig> config)
getPropertySource in interface PropertySourceServicepublic org.springframework.core.env.PropertySource<?> getPropertySource(Map<String,Object> beans, List<String> defaultProfiles, List<String> activeProfiles, Class<? extends PropertySourceConfig> config)
getPropertySource in interface PropertySourceServicepublic List<org.springframework.core.env.PropertySource<?>> getPropertySources(Map<String,Object> beans, List<String> defaultProfiles, List<String> activeProfiles, Class<?> config)
getPropertySources in interface PropertySourceServicepublic List<org.springframework.core.env.PropertySource<?>> getPropertySources(Map<String,Object> beans, List<String> defaultProfiles, List<String> activeProfiles, String location)
getPropertySources in interface PropertySourceServiceprotected org.springframework.core.env.PropertySource<?> getPropertySource(Map<String,Object> beans, List<String> defaultProfiles, List<String> activeProfiles, Class<?> config, String location)
protected List<org.springframework.core.env.PropertySource<?>> getPropertySources(Map<String,Object> beans, List<String> defaultProfiles, List<String> activeProfiles, Class<?> config, String location)
public SpringService getSpringService()
Copyright © 2010–2014 The Kuali Foundation. All rights reserved.