public class ExternalsUtil
extends java.lang.Object
| Constructor and Description |
|---|
ExternalsUtil() |
| Modifier and Type | Method and Description |
|---|---|
static java.net.URI |
sanitizeURI(java.net.URI uri)
Reconstruct a URI, stripping out query parameters, user info, and fragment.
|