Uses of Interface
org.springframework.core.env.ConfigurablePropertyResolver
Packages that use ConfigurablePropertyResolver
Package
Description
Classes supporting the org.springframework.context package,
such as abstract base classes for ApplicationContext
implementations and a MessageSource implementation.
Spring's environment abstraction consisting of bean definition
profile and hierarchical property source support.
This package contains mock implementations of the
Environment and
PropertySource
abstractions introduced in Spring 3.1.Contains a variant of the application context interface for web applications,
and the ContextLoaderListener that bootstraps a root web application context.
Classes supporting the
org.springframework.web.context package,
such as WebApplicationContext implementations and various utility classes.-
Uses of ConfigurablePropertyResolver in org.springframework.context.support
Methods in org.springframework.context.support with parameters of type ConfigurablePropertyResolverModifier and TypeMethodDescriptionprotected voidPropertySourcesPlaceholderConfigurer.processProperties(ConfigurableListableBeanFactory beanFactoryToProcess, ConfigurablePropertyResolver propertyResolver) Visit each bean definition in the given bean factory and attempt to replace ${...} property placeholders with values from the given properties. -
Uses of ConfigurablePropertyResolver in org.springframework.core.env
Subinterfaces of ConfigurablePropertyResolver in org.springframework.core.envModifier and TypeInterfaceDescriptioninterfaceConfiguration interface to be implemented by most if not allEnvironmenttypes.Classes in org.springframework.core.env that implement ConfigurablePropertyResolverModifier and TypeClassDescriptionclassAbstract base class forEnvironmentimplementations.classAbstract base class for resolving properties against any underlying source.classPropertyResolverimplementation that resolves property values against an underlying set ofPropertySources.classEnvironmentimplementation suitable for use in 'standard' (i.e.Methods in org.springframework.core.env that return ConfigurablePropertyResolverModifier and TypeMethodDescriptionprotected ConfigurablePropertyResolverAbstractEnvironment.createPropertyResolver(MutablePropertySources propertySources) Factory method used to create theConfigurablePropertyResolverinstance used by the Environment.protected final ConfigurablePropertyResolverAbstractEnvironment.getPropertyResolver()Return theConfigurablePropertyResolverbeing used by theEnvironment. -
Uses of ConfigurablePropertyResolver in org.springframework.mock.env
Classes in org.springframework.mock.env that implement ConfigurablePropertyResolverModifier and TypeClassDescriptionclassSimpleConfigurableEnvironmentimplementation exposingMockEnvironment.setProperty(String, String)andMockEnvironment.withProperty(String, String)methods for testing purposes. -
Uses of ConfigurablePropertyResolver in org.springframework.web.context
Subinterfaces of ConfigurablePropertyResolver in org.springframework.web.contextModifier and TypeInterfaceDescriptioninterfaceSpecialization ofConfigurableEnvironmentallowing initialization of servlet-relatedPropertySourceobjects at the earliest moment that theServletContextand (optionally)ServletConfigbecome available. -
Uses of ConfigurablePropertyResolver in org.springframework.web.context.support
Classes in org.springframework.web.context.support that implement ConfigurablePropertyResolverModifier and TypeClassDescriptionclassEnvironmentimplementation to be used byServlet-based web applications.