Uses of Interface
org.springframework.core.env.PropertyResolver
Package
Description
Classes supporting the org.springframework.beans package,
such as utility classes for sorting and holding lists of beans.
Spring's environment abstraction consisting of bean definition
profile and hierarchical property source support.
Generic abstraction for (file-based) resources, used throughout the framework.
Support classes for Spring's resource abstraction.
This package contains mock implementations of the
Environment
and
PropertySource
abstractions.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 PropertyResolver in org.springframework.beans.support
ModifierConstructorDescriptionResourceEditorRegistrar
(ResourceLoader resourceLoader, PropertyResolver propertyResolver) Create a new ResourceEditorRegistrar for the givenResourceLoader
andPropertyResolver
. -
Uses of PropertyResolver in org.springframework.core.env
Modifier and TypeInterfaceDescriptioninterface
Configuration interface to be implemented by most if not allEnvironment
types.interface
Configuration interface to be implemented by most if not allPropertyResolver
types.interface
Interface representing the environment in which the current application is running.Modifier and TypeClassDescriptionclass
Abstract base class forEnvironment
implementations.class
Abstract base class for resolving properties against any underlying source.class
PropertyResolver
implementation that resolves property values against an underlying set ofPropertySources
.class
Environment
implementation suitable for use in 'standard' (i.e. -
Uses of PropertyResolver in org.springframework.core.io
ModifierConstructorDescriptionResourceEditor
(ResourceLoader resourceLoader, PropertyResolver propertyResolver) Create a new instance of theResourceEditor
class using the givenResourceLoader
andPropertyResolver
.ResourceEditor
(ResourceLoader resourceLoader, PropertyResolver propertyResolver, boolean ignoreUnresolvablePlaceholders) Create a new instance of theResourceEditor
class using the givenResourceLoader
. -
Uses of PropertyResolver in org.springframework.core.io.support
ModifierConstructorDescriptionResourceArrayPropertyEditor
(ResourcePatternResolver resourcePatternResolver, PropertyResolver propertyResolver) Create a new ResourceArrayPropertyEditor with the givenResourcePatternResolver
andPropertyResolver
(typically anEnvironment
).ResourceArrayPropertyEditor
(ResourcePatternResolver resourcePatternResolver, PropertyResolver propertyResolver, boolean ignoreUnresolvablePlaceholders) Create a new ResourceArrayPropertyEditor with the givenResourcePatternResolver
andPropertyResolver
(typically anEnvironment
). -
Uses of PropertyResolver in org.springframework.mock.env
Modifier and TypeClassDescriptionclass
SimpleConfigurableEnvironment
implementation exposingMockEnvironment.setProperty(java.lang.String, java.lang.String)
andMockEnvironment.withProperty(java.lang.String, java.lang.String)
methods for testing purposes. -
Uses of PropertyResolver in org.springframework.web.context
Modifier and TypeInterfaceDescriptioninterface
Specialization ofConfigurableEnvironment
allowing initialization of servlet-relatedPropertySource
objects at the earliest moment that theServletContext
and (optionally)ServletConfig
become available. -
Uses of PropertyResolver in org.springframework.web.context.support
Modifier and TypeClassDescriptionclass
Environment
implementation to be used byServlet
-based web applications.