Uses of Interface
org.springframework.core.io.InputStreamSource
Packages that use InputStreamSource
Package
Description
Generic abstraction for (file-based) resources, used throughout the framework.
Support classes for Spring's resource abstraction.
JavaMail support for Spring's mail infrastructure.
A comprehensive set of Servlet API 4.0 mock objects, targeted at usage with
Spring's Web MVC framework.
Classes supporting the
org.springframework.web.context package,
such as WebApplicationContext implementations and various utility classes.Multipart resolution framework for handling file uploads.
Support classes for serving static resources.
Support classes for serving static resources.
-
Uses of InputStreamSource in org.springframework.core.io
Subinterfaces of InputStreamSource in org.springframework.core.ioModifier and TypeInterfaceDescriptioninterfaceExtended interface for a resource that is loaded from an enclosing 'context', e.g.interfaceInterface for a resource descriptor that abstracts from the actual type of underlying resource, such as a file or class path resource.interfaceExtended interface for a resource that supports writing to it.Classes in org.springframework.core.io that implement InputStreamSourceModifier and TypeClassDescriptionclassAbstract base class for resources which resolve URLs into File references, such asUrlResourceorClassPathResource.classConvenience base class forResourceimplementations, pre-implementing typical behavior.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 InputStreamSource in org.springframework.core.io.support
Classes in org.springframework.core.io.support that implement InputStreamSourceModifier and TypeClassDescriptionclassHolder that combines aResourcedescriptor with a specific encoding orCharsetto be used for reading from the resource. -
Uses of InputStreamSource in org.springframework.mail.javamail
Methods in org.springframework.mail.javamail with parameters of type InputStreamSourceModifier and TypeMethodDescriptionvoidMimeMessageHelper.addAttachment(String attachmentFilename, InputStreamSource inputStreamSource) Add an attachment to the MimeMessage, taking the content from anorg.springframework.core.io.InputStreamResource.voidMimeMessageHelper.addAttachment(String attachmentFilename, InputStreamSource inputStreamSource, String contentType) Add an attachment to the MimeMessage, taking the content from anorg.springframework.core.io.InputStreamResource.voidMimeMessageHelper.addInline(String contentId, InputStreamSource inputStreamSource, String contentType) Add an inline element to the MimeMessage, taking the content from anorg.springframework.core.InputStreamResource, and specifying the content type explicitly.protected DataSourceMimeMessageHelper.createDataSource(InputStreamSource inputStreamSource, String contentType, String name) Create an Activation Framework DataSource for the given InputStreamSource. -
Uses of InputStreamSource in org.springframework.mock.web
Classes in org.springframework.mock.web that implement InputStreamSource -
Uses of InputStreamSource in org.springframework.web.context.support
Classes in org.springframework.web.context.support that implement InputStreamSourceModifier and TypeClassDescriptionclassResourceimplementation forServletContextresources, interpreting relative paths within the web application root directory. -
Uses of InputStreamSource in org.springframework.web.multipart
Subinterfaces of InputStreamSource in org.springframework.web.multipartModifier and TypeInterfaceDescriptioninterfaceA representation of an uploaded file received in a multipart request. -
Uses of InputStreamSource in org.springframework.web.reactive.resource
Subinterfaces of InputStreamSource in org.springframework.web.reactive.resourceModifier and TypeInterfaceDescriptioninterfaceExtended interface for aResourceto be written to an HTTP response.Classes in org.springframework.web.reactive.resource that implement InputStreamSourceModifier and TypeClassDescriptionclassAn extension ofByteArrayResourcethat aResourceTransformercan use to represent an original resource preserving all other information except the content. -
Uses of InputStreamSource in org.springframework.web.servlet.resource
Subinterfaces of InputStreamSource in org.springframework.web.servlet.resourceModifier and TypeInterfaceDescriptioninterfaceExtended interface for aResourceto be written to an HTTP response.Classes in org.springframework.web.servlet.resource that implement InputStreamSourceModifier and TypeClassDescriptionclassAn extension ofByteArrayResourcethat aResourceTransformercan use to represent an original resource preserving all other information except the content.