Package | Description |
---|---|
spark.resource |
Modifier and Type | Interface and Description |
---|---|
interface |
Resource
Interface for a resource descriptor that abstracts from the actual
type of underlying resource, such as a file or class path resource.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractFileResolvingResource
Abstract base class for resources which resolve URLs into File references,
such as UrlResource or
ClassPathResource . |
class |
AbstractResource
Convenience base class for
Resource implementations,
pre-implementing typical behavior. |
class |
ClassPathResource
Resource implementation for class path resources. |
class |
ExternalResource
Created by Per Wendel on 2014-05-18.
|
Copyright © 2014. All rights reserved.