| 程序包 | 说明 |
|---|---|
| org.jretty.util | |
| org.jretty.util.resource |
Based on spring-framework
其中,
1、将Spring的 ResourceUtils,换成了Zollty的 UrlUtils
2、StringUtils.getFilenameFromPath(this.path);
Release description
2015-01-21
Keep synchronization with spring-framework-3.2.13.RELEASE
|
| org.jretty.util.resource.support |
| 类和说明 |
|---|
ClassPathResource
Resource implementation for class path resources. |
FileSystemResource
Resource implementation for java.io.File handles. |
| Resource
Interface for a resource descriptor that abstracts from the actual
type of underlying resource, such as a file or class path resource.
|
| ResourceLoader
Strategy interface for loading resources (e.. class path or file system
resources).
|
UrlResource
Resource implementation for java.net.URL locators. |
| 类和说明 |
|---|
| AbstractFileResolvingResource
Abstract base class for resources which resolve URLs into File references,
such as
UrlResource or ClassPathResource. |
| AbstractResource
Convenience base class for
Resource implementations,
pre-implementing typical behavior. |
| ContextResource
Extended interface for a resource that is loaded from an enclosing
'context', e.g. from a
javax.servlet.ServletContext or a
javax.portlet.PortletContext but also from plain classpath paths
or relative file system paths (specified without an explicit prefix,
hence applying relative to the local ResourceLoader's context). |
| DefaultResourceLoader
Default implementation of the
ResourceLoader interface. |
FileSystemResource
Resource implementation for java.io.File handles. |
| InputStreamSource
Simple interface for objects that are sources for an
InputStream. |
| Resource
Interface for a resource descriptor that abstracts from the actual
type of underlying resource, such as a file or class path resource.
|
| ResourceLoader
Strategy interface for loading resources (e.. class path or file system
resources).
|
| WritableResource
Extended interface for a resource that supports writing to it.
|
| 类和说明 |
|---|
| Resource
Interface for a resource descriptor that abstracts from the actual
type of underlying resource, such as a file or class path resource.
|
| ResourceLoader
Strategy interface for loading resources (e.. class path or file system
resources).
|
Copyright © 2018 jretty-org. All rights reserved.