Uses of Class
org.springframework.core.io.AbstractResource
Package
Description
Generic abstraction for (file-based) resources, used throughout the framework.
Classes supporting the
org.springframework.web.context
package,
such as WebApplicationContext implementations and various utility classes.Support classes for serving static resources.
Support classes for serving static resources.
-
Uses of AbstractResource in org.springframework.core.io
Modifier and TypeClassDescriptionclass
Abstract base class for resources which resolve URLs into File references, such asUrlResource
orClassPathResource
.class
Resource
implementation for a given byte array.class
Resource
implementation for class path resources.protected static class
ClassPathResource that explicitly expresses a context-relative path through implementing the ContextResource interface.class
SimpleResource
implementation that holds a resource description but does not point to an actually readable resource.class
class
Subclass ofUrlResource
which assumes file resolution, to the degree of implementing theWritableResource
interface for it.class
Resource
implementation for a givenInputStream
or a givenInputStreamSource
(which can be supplied as a lambda expression) for a lazyInputStream
on demand.class
Resource
implementation forModule
resolution, performingModuleResource.getInputStream()
access viaModule.getResourceAsStream(java.lang.String)
.class
class
Resource
implementation forjava.net.URL
locators.class
JBoss VFS basedResource
implementation. -
Uses of AbstractResource in org.springframework.web.context.support
Modifier and TypeClassDescriptionclass
Resource
implementation forServletContext
resources, interpreting relative paths within the web application root directory. -
Uses of AbstractResource in org.springframework.web.reactive.resource
Modifier and TypeClassDescriptionclass
An extension ofByteArrayResource
that aResourceTransformer
can use to represent an original resource preserving all other information except the content. -
Uses of AbstractResource in org.springframework.web.servlet.resource
Modifier and TypeClassDescriptionclass
An extension ofByteArrayResource
that aResourceTransformer
can use to represent an original resource preserving all other information except the content.