public class GenericPropertiesContextLoader extends AbstractGenericContextLoader
AbstractGenericContextLoader
that reads
bean definitions from Java Properties
resources.logger
Constructor and Description |
---|
GenericPropertiesContextLoader() |
Modifier and Type | Method and Description |
---|---|
protected BeanDefinitionReader |
createBeanDefinitionReader(GenericApplicationContext context)
Creates a new
PropertiesBeanDefinitionReader . |
String |
getResourceSuffix()
Returns "
-context.properties ". |
customizeBeanFactory, customizeContext, loadBeanDefinitions, loadContext, loadContext, prepareContext
generateDefaultLocations, isGenerateDefaultLocations, modifyLocations, prepareContext, processContextConfiguration, processLocations
protected BeanDefinitionReader createBeanDefinitionReader(GenericApplicationContext context)
PropertiesBeanDefinitionReader
.createBeanDefinitionReader
in class AbstractGenericContextLoader
context
- the context for which the BeanDefinitionReader
should be createdPropertiesBeanDefinitionReader
public String getResourceSuffix()
-context.properties
".getResourceSuffix
in class AbstractContextLoader
null
or emptyAbstractContextLoader.generateDefaultLocations(Class)