Uses of Class
org.springframework.core.io.UrlResource
Package
Description
Generic abstraction for (file-based) resources, used throughout the framework.
-
Uses of UrlResource in org.springframework.core.io
Modifier and TypeClassDescriptionclass
Subclass ofUrlResource
which assumes file resolution, to the degree of implementing theWritableResource
interface for it.Modifier and TypeMethodDescriptionstatic UrlResource
Create a newUrlResource
from the given URL path.static UrlResource
Create a newUrlResource
from the givenURI
.