Class UriUtils
java.lang.Object
ch.tocco.nice2.netui.api.bind.util.UriUtils
Deprecated.
- 
Nested Class SummaryNested Classes
- 
Field SummaryFields
- 
Method SummaryModifier 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- 
UTF8Deprecated.- See Also:
 
 
- 
- 
Method Details- 
decodeDeprecated.
- 
encodeDeprecated.
- 
splitPathDeprecated.
- 
splitPathDeprecated.
- 
splitPathDecodeDeprecated.
- 
splitPathDecodeDeprecated.
- 
stripFragmentDeprecated.
- 
setFragmentDeprecated.
- 
unresolvableDeprecated.
- 
unresolvableDeprecated.
- 
checkNoQueryDeprecated.- Throws:
- UnresolvableUriException
 
- 
checkNoQueryDeprecated.- Throws:
- UnresolvableUriException
 
- 
stepUpFromFieldToEntityDeprecated.Example: "entity://User/20/firstname" → "entity://User/20"- Throws:
- UnresolvableUriException
 
 
-