See: Description
Interface | Description |
---|---|
Resource |
An arbitrary resource that can be served to a user via HTTP.
|
Class | Description |
---|---|
AbstractResource |
Base abstract resource implementation which provides an associated mimetype,
and modification time.
|
ByteArrayResource |
A resource which contains a defined byte array.
|
ClassPathResource |
A resource which is located within the classpath of an arbitrary
ClassLoader.
|
ResourceServlet |
Servlet which serves a given resource for all HTTP GET requests.
|
SequenceResource |
A resource which is the logical concatenation of other resources.
|
WebApplicationResource |
A resource which is located within the classpath associated with another
class.
|
Copyright © 2017. All rights reserved.