final class ResourceUtils
extends java.lang.Object
| Modifier | Constructor and Description |
|---|---|
private |
ResourceUtils() |
| Modifier and Type | Method and Description |
|---|---|
(package private) static java.net.URI |
stripQueryComponent(java.net.URI uri)
Strip the
query component from the supplied
URI. |
static java.net.URI stripQueryComponent(java.net.URI uri)
query component from the supplied
URI.uri - the URI from which to strip the query componentURI with the query component removed, or the
original URI unmodified if it does not have a query component