| Interface | Description |
|---|---|
| UriLocator |
Describes a way to locate the stream associated with some uri.
Defines a contract for classes which are able to read a uri, by returning the corresponding InputStream. |
| Class | Description |
|---|---|
| ClasspathUriLocator |
Implementation of the
UriLocator that is able to read a resource from a classpath. |
| ServletContextUriLocator |
UriLocator capable to read the resources relative to servlet context.
|
| UrlUriLocator |
UriLocator capable to read the resources from some URL.
|
| Enum | Description |
|---|---|
| ServletContextUriLocator.LocatorStrategy |
Available LocatorStrategies.
|
Copyright © 2008-2013. All Rights Reserved.