| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use PropertiesLoaderSupport | |
|---|---|
| org.springframework.beans.factory.config | SPI interfaces and configuration-related convenience classes for bean factories. | 
| org.springframework.context.support | Classes supporting the org.springframework.context package, such as abstract base classes for ApplicationContext implementations and a MessageSource implementation. | 
| org.springframework.web.context.support | Classes supporting the org.springframework.web.contextpackage,
such as WebApplicationContext implementations and various utility classes. | 
| Uses of PropertiesLoaderSupport in org.springframework.beans.factory.config | 
|---|
| Subclasses of PropertiesLoaderSupport in org.springframework.beans.factory.config | |
|---|---|
|  class | PreferencesPlaceholderConfigurerSubclass of PropertyPlaceholderConfigurer that supports JDK 1.4's Preferences API ( java.util.prefs). | 
|  class | PropertiesFactoryBeanAllows for making a properties file from a classpath location available as Properties instance in a bean factory. | 
|  class | PropertyOverrideConfigurerProperty resource configurer that overrides bean property values in an application context definition. | 
|  class | PropertyPlaceholderConfigurerA property resource configurer that resolves placeholders in bean property values of context definitions. | 
|  class | PropertyResourceConfigurerAllows for configuration of individual bean property values from a property resource, i.e. a properties file. | 
| Uses of PropertiesLoaderSupport in org.springframework.context.support | 
|---|
| Subclasses of PropertiesLoaderSupport in org.springframework.context.support | |
|---|---|
|  class | ResourceMapFactoryBeanFactoryBean that creates a Map with String keys and Resource values from properties, interpreting passed-in String values as resource locations. | 
| Uses of PropertiesLoaderSupport in org.springframework.web.context.support | 
|---|
| Subclasses of PropertiesLoaderSupport in org.springframework.web.context.support | |
|---|---|
|  class | ServletContextPropertyPlaceholderConfigurerSubclass of PropertyPlaceholderConfigurer that resolves placeholders as ServletContext init parameters (that is, web.xmlcontext-param
 entries). | 
| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||