public abstract class UESURIEncoder
extends java.lang.Object
| Constructor and Description |
|---|
UESURIEncoder() |
| Modifier and Type | Method and Description |
|---|---|
static UESURI |
decodeToURIPath(java.lang.String uri)
Inverse function to
UESURIEncoder.encodeToURIPath(UESURI). |
static java.lang.String |
encodeToURIPath(UESURI uri) |
uri - The UESURI to be encoded.UESURIEncoder.encodeToURIPath(UESURI).uri - Encoded URI String.