|
The Spring Framework | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PropertyResourceConfigurer | |
---|---|
org.springframework.beans.factory.config | SPI interfaces and configuration-related convenience classes for bean factories. |
org.springframework.web.context.support | Classes supporting the org.springframework.web.context package,
such as WebApplicationContext implementations and various utility classes. |
Uses of PropertyResourceConfigurer in org.springframework.beans.factory.config |
---|
Subclasses of PropertyResourceConfigurer in org.springframework.beans.factory.config | |
---|---|
class |
PreferencesPlaceholderConfigurer
Subclass of PropertyPlaceholderConfigurer that supports JDK 1.4's Preferences API ( java.util.prefs ). |
class |
PropertyOverrideConfigurer
A property resource configurer that overrides bean property values in an application context definition. |
class |
PropertyPlaceholderConfigurer
A property resource configurer that resolves placeholders in bean property values of context definitions. |
Uses of PropertyResourceConfigurer in org.springframework.web.context.support |
---|
Subclasses of PropertyResourceConfigurer in org.springframework.web.context.support | |
---|---|
class |
ServletContextPropertyPlaceholderConfigurer
Subclass of PropertyPlaceholderConfigurer that resolves placeholders as ServletContext init parameters (that is, web.xml context-param
entries). |
|
The Spring Framework | |||||||||
PREV NEXT | FRAMES NO FRAMES |