Uses of Interface
org.springframework.core.env.PropertyResolver
Packages that use 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 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 PropertyResolver in org.springframework.beans.support
Constructors in org.springframework.beans.support with parameters of type PropertyResolverModifierConstructorDescriptionResourceEditorRegistrar(ResourceLoader resourceLoader, PropertyResolver propertyResolver) Create a new ResourceEditorRegistrar for the givenResourceLoaderandPropertyResolver. -
Uses of PropertyResolver in org.springframework.core.env
Subinterfaces of PropertyResolver in org.springframework.core.envModifier and TypeInterfaceDescriptioninterfaceConfiguration interface to be implemented by most if not allEnvironmenttypes.interfaceConfiguration interface to be implemented by most if not allPropertyResolvertypes.interfaceInterface representing the environment in which the current application is running.Classes in org.springframework.core.env that implement PropertyResolverModifier 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. -
Uses of PropertyResolver in org.springframework.core.io
Constructors in org.springframework.core.io with parameters of type PropertyResolverModifierConstructorDescriptionResourceEditor(ResourceLoader resourceLoader, PropertyResolver propertyResolver) Create a new instance of theResourceEditorclass using the givenResourceLoaderandPropertyResolver.ResourceEditor(ResourceLoader resourceLoader, PropertyResolver propertyResolver, boolean ignoreUnresolvablePlaceholders) Create a new instance of theResourceEditorclass using the givenResourceLoader. -
Uses of PropertyResolver in org.springframework.core.io.support
Constructors in org.springframework.core.io.support with parameters of type PropertyResolverModifierConstructorDescriptionResourceArrayPropertyEditor(ResourcePatternResolver resourcePatternResolver, PropertyResolver propertyResolver) Create a new ResourceArrayPropertyEditor with the givenResourcePatternResolverandPropertyResolver(typically anEnvironment).ResourceArrayPropertyEditor(ResourcePatternResolver resourcePatternResolver, PropertyResolver propertyResolver, boolean ignoreUnresolvablePlaceholders) Create a new ResourceArrayPropertyEditor with the givenResourcePatternResolverandPropertyResolver(typically anEnvironment). -
Uses of PropertyResolver in org.springframework.mock.env
Classes in org.springframework.mock.env that implement PropertyResolverModifier and TypeClassDescriptionclassSimpleConfigurableEnvironmentimplementation exposingMockEnvironment.setProperty(String, String)andMockEnvironment.withProperty(String, String)methods for testing purposes. -
Uses of PropertyResolver in org.springframework.web.context
Subinterfaces of PropertyResolver in org.springframework.web.contextModifier and TypeInterfaceDescriptioninterfaceSpecialization ofConfigurableEnvironmentallowing initialization of servlet-relatedPropertySourceobjects at the earliest moment that theServletContextand (optionally)ServletConfigbecome available. -
Uses of PropertyResolver in org.springframework.web.context.support
Classes in org.springframework.web.context.support that implement PropertyResolverModifier and TypeClassDescriptionclassEnvironmentimplementation to be used byServlet-based web applications.