Uses of Class
org.springframework.core.io.AbstractResource
Packages that use 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
Subclasses of AbstractResource in org.springframework.core.ioModifier and TypeClassDescriptionclassAbstract base class for resources which resolve URLs into File references, such asUrlResourceorClassPathResource.classResourceimplementation for a given byte array.classResourceimplementation for class path resources.protected static classClassPathResource that explicitly expresses a context-relative path through implementing the ContextResource interface.classSimpleResourceimplementation that holds a resource description but does not point to an actually readable resource.classclassSubclass ofUrlResourcewhich assumes file resolution, to the degree of implementing theWritableResourceinterface for it.classResourceimplementation for a givenInputStream.classclassResourceimplementation forjava.net.URLlocators.classJBoss VFS basedResourceimplementation. -
Uses of AbstractResource in org.springframework.web.context.support
Subclasses of AbstractResource in org.springframework.web.context.supportModifier and TypeClassDescriptionclassResourceimplementation forServletContextresources, interpreting relative paths within the web application root directory. -
Uses of AbstractResource in org.springframework.web.reactive.resource
Subclasses of AbstractResource in org.springframework.web.reactive.resourceModifier and TypeClassDescriptionclassAn extension ofByteArrayResourcethat aResourceTransformercan use to represent an original resource preserving all other information except the content. -
Uses of AbstractResource in org.springframework.web.servlet.resource
Subclasses of AbstractResource in org.springframework.web.servlet.resourceModifier and TypeClassDescriptionclassAn extension ofByteArrayResourcethat aResourceTransformercan use to represent an original resource preserving all other information except the content.