Class UriUtils
java.lang.Object
ch.tocco.nice2.netui.api.bind.util.UriUtils
Deprecated.
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionstatic URIcheckNoQuery(URI uri) Deprecated.static URIcheckNoQuery(URI uri, String msg) Deprecated.static StringDeprecated.static StringDeprecated.static URIsetFragment(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 URIDeprecated.Example: "entity://User/20/firstname" → "entity://User/20"static URIstripFragment(URI uri) Deprecated.static UnresolvableUriExceptionunresolvable(URI uri, String msg) Deprecated.static UnresolvableUriExceptionunresolvable(URI uri, String msg, Throwable cause) Deprecated.
-
Field Details
-
UTF8
-
-
Method Details
-
decode
-
encode
-
splitPath
-
splitPath
Deprecated. -
splitPathDecode
-
splitPathDecode
Deprecated. -
stripFragment
-
setFragment
-
unresolvable
Deprecated. -
unresolvable
Deprecated. -
checkNoQuery
Deprecated.- Throws:
UnresolvableUriException
-
checkNoQuery
Deprecated.- Throws:
UnresolvableUriException
-
stepUpFromFieldToEntity
Deprecated.Example: "entity://User/20/firstname" → "entity://User/20"- Throws:
UnresolvableUriException
-