java.lang.Objectorg.springframework.core.io.support.PropertiesLoaderSupport
org.springframework.beans.factory.config.PropertiesFactoryBean
org.springframework.context.support.ResourceMapFactoryBean
All Implemented Interfaces:
ResourceLoaderAware, InitializingBean, FactoryBean
Extends PropertiesFactoryBean to inherit the capability of defining local properties and loading from properties files.
Implements the ResourceLoaderAware interface to automatically use the context ResourceLoader if running in an ApplicationContext. Uses DefaultResourceLoader else.
Juergen - HoellerKeith - Donald1.0.2 - | Fields inherited from org.springframework.core.io.support.PropertiesLoaderSupport: |
|---|
| XML_FILE_EXTENSION, logger |
| Method from org.springframework.context.support.ResourceMapFactoryBean Summary: |
|---|
| createInstance, getObjectType, getResource, setResourceBasePath, setResourceLoader |
| Methods from org.springframework.beans.factory.config.PropertiesFactoryBean: |
|---|
| afterPropertiesSet, createInstance, getObject, getObjectType, isSingleton, setSingleton |
| Methods from org.springframework.core.io.support.PropertiesLoaderSupport: |
|---|
| loadProperties, mergeProperties, setFileEncoding, setIgnoreResourceNotFound, setLocalOverride, setLocation, setLocations, setProperties, setPropertiesArray, setPropertiesPersister |
| Methods from java.lang.Object: |
|---|
| equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method from org.springframework.context.support.ResourceMapFactoryBean Detail: |
|---|
|
|
|
E.g.: resourceBasePath="/images", value="/test.gif" -> location="/images/test.gif" |
|