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