Package spark.resource
-
Interface Summary Interface Description InputStreamResource Simple interface for objects that are sources for anInputStream
.Resource Interface for a resource descriptor that abstracts from the actual type of underlying resource, such as a file or class path resource. -
Class Summary Class Description AbstractFileResolvingResource Abstract base class for resources which resolve URLs into File references, such as UrlResource orClassPathResource
.AbstractResource Convenience base class forResource
implementations, pre-implementing typical behavior.AbstractResourceHandler Abstract class providing functionality for finding resources based on an Http Servlet request.ClassPathResource Resource
implementation for class path resources.ClassPathResourceHandler Locates resources in classpath Code snippets copied from Eclipse Jetty source.ExternalResource Created by Per Wendel on 2014-05-18.ExternalResourceHandler Locates resources from external folder Code snippets copied from Eclipse Jetty source.UriPath Used for converting URL paths.