Uses of Interface
nl.basjes.parse.useragent.utils.springframework.core.io.ResourceLoader
Packages that use ResourceLoader
Package
Description
-
Uses of ResourceLoader in nl.basjes.parse.useragent.utils.springframework.core.io
Classes in nl.basjes.parse.useragent.utils.springframework.core.io that implement ResourceLoaderModifier and TypeClassDescriptionclassDefault implementation of the {link ResourceLoader} interface.Methods in nl.basjes.parse.useragent.utils.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. -
Uses of ResourceLoader in nl.basjes.parse.useragent.utils.springframework.core.io.support
Subinterfaces of ResourceLoader in nl.basjes.parse.useragent.utils.springframework.core.io.supportModifier and TypeInterfaceDescriptioninterfaceStrategy interface for resolving a location pattern (for example, an Ant-style path pattern) into {link Resource} objects.Classes in nl.basjes.parse.useragent.utils.springframework.core.io.support that implement ResourceLoaderModifier and TypeClassDescriptionclassA {link ResourcePatternResolver} implementation that is able to resolve a specified resource location path into one or more matching Resources.Methods in nl.basjes.parse.useragent.utils.springframework.core.io.support that return ResourceLoaderModifier and TypeMethodDescriptionPathMatchingResourcePatternResolver.getResourceLoader()Return the ResourceLoader that this pattern resolver works with.