Class UriUtils
java.lang.Object
ch.tocco.nice2.netui.api.bind.util.UriUtils
Deprecated.
-
Nested Class Summary
-
Field Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic URI
checkNoQuery
(URI uri) Deprecated.static URI
checkNoQuery
(URI uri, String msg) Deprecated.static String
Deprecated.static String
Deprecated.static URI
setFragment
(URI uri, String fragment) Deprecated.static String[]
Deprecated.static String[]
splitPath
(URI uri, @Nullable Set<UriUtils.SplitMode> mode) Deprecated.static String[]
splitPathDecode
(URI uri) Deprecated.static String[]
splitPathDecode
(URI uri, @Nullable Set<UriUtils.SplitMode> mode) Deprecated.static URI
Deprecated.Example: "entity://User/20/firstname" → "entity://User/20"static URI
stripFragment
(URI uri) Deprecated.static UnresolvableUriException
unresolvable
(URI uri, String msg) Deprecated.static UnresolvableUriException
unresolvable
(URI uri, String msg, Throwable cause) Deprecated.
-
Field Details
-
UTF8
Deprecated.- See Also:
-
-
Method Details
-
decode
Deprecated. -
encode
Deprecated. -
splitPath
Deprecated. -
splitPath
Deprecated. -
splitPathDecode
Deprecated. -
splitPathDecode
Deprecated. -
stripFragment
Deprecated. -
setFragment
Deprecated. -
unresolvable
Deprecated. -
unresolvable
Deprecated. -
checkNoQuery
Deprecated.- Throws:
UnresolvableUriException
-
checkNoQuery
Deprecated.- Throws:
UnresolvableUriException
-
stepUpFromFieldToEntity
Deprecated.Example: "entity://User/20/firstname" → "entity://User/20"- Throws:
UnresolvableUriException
-