Uses of Interface
org.springframework.core.io.ResourceLoader
Packages that use ResourceLoader
Package
Description
Generic abstraction for (file-based) resources, used throughout the framework.
Support classes for Spring's resource abstraction.
Support classes for reading annotation and class-level metadata.
-
Uses of ResourceLoader in org.springframework.core.io
Classes in org.springframework.core.io that implement ResourceLoaderModifier and TypeClassDescriptionclassResourceLoaderimplementation that interprets plain resource paths as relative to a givenjava.lang.Class.classDefault implementation of theResourceLoaderinterface.classResourceLoaderimplementation that resolves plain paths as file system resources rather than as class path resources (the latter isDefaultResourceLoader's default strategy).Methods in org.springframework.core.io with parameters of type ResourceLoaderModifier and TypeMethodDescriptionProtocolResolver.resolve(String location, ResourceLoader resourceLoader) Resolve the given location against the given resource loader if this implementation's protocol matches.Constructors in org.springframework.core.io with parameters of type ResourceLoaderModifierConstructorDescriptionResourceEditor(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 ResourceLoader in org.springframework.core.io.support
Subinterfaces of ResourceLoader in org.springframework.core.io.supportModifier and TypeInterfaceDescriptioninterfaceStrategy interface for resolving a location pattern (for example, an Ant-style path pattern) intoResourceobjects.Classes in org.springframework.core.io.support that implement ResourceLoaderModifier and TypeClassDescriptionclassAResourcePatternResolverimplementation that is able to resolve a specified resource location path into one or more matching Resources.Methods in org.springframework.core.io.support that return ResourceLoaderModifier and TypeMethodDescriptionPathMatchingResourcePatternResolver.getResourceLoader()Return theResourceLoaderthat this pattern resolver works with.Methods in org.springframework.core.io.support with parameters of type ResourceLoaderModifier and TypeMethodDescriptionstatic ResourcePatternResolverResourcePatternUtils.getResourcePatternResolver(ResourceLoader resourceLoader) Return a defaultResourcePatternResolverfor the givenResourceLoader.Constructors in org.springframework.core.io.support with parameters of type ResourceLoaderModifierConstructorDescriptionLocalizedResourceHelper(ResourceLoader resourceLoader) Create a new LocalizedResourceHelper with the given ResourceLoader.PathMatchingResourcePatternResolver(ResourceLoader resourceLoader) Create aPathMatchingResourcePatternResolverwith the suppliedResourceLoader.PropertySourceProcessor(ConfigurableEnvironment environment, ResourceLoader resourceLoader) -
Uses of ResourceLoader in org.springframework.core.type.classreading
Methods in org.springframework.core.type.classreading that return ResourceLoaderModifier and TypeMethodDescriptionfinal ResourceLoaderSimpleMetadataReaderFactory.getResourceLoader()Return the ResourceLoader that this MetadataReaderFactory has been constructed with.Constructors in org.springframework.core.type.classreading with parameters of type ResourceLoaderModifierConstructorDescriptionCachingMetadataReaderFactory(ResourceLoader resourceLoader) Create a new CachingMetadataReaderFactory for the givenResourceLoader, using a shared resource cache if supported or a local resource cache otherwise.SimpleMetadataReaderFactory(ResourceLoader resourceLoader) Create a new SimpleMetadataReaderFactory for the given resource loader.