Uses of Class
org.springframework.core.io.UrlResource
Packages that use UrlResource
Package
Description
Generic abstraction for (file-based) resources, used throughout the framework.
-
Uses of UrlResource in org.springframework.core.io
Subclasses of UrlResource in org.springframework.core.ioModifier and TypeClassDescriptionclassSubclass ofUrlResourcewhich assumes file resolution, to the degree of implementing theWritableResourceinterface for it.Methods in org.springframework.core.io that return UrlResourceModifier and TypeMethodDescriptionstatic UrlResourceCreate a newUrlResourcefrom the given URL path.static UrlResourceCreate a newUrlResourcefrom the givenURI.