Uses of Class
com.composum.sling.core.util.UrlCodec
-
Packages that use UrlCodec Package Description com.composum.sling.core.util -
-
Uses of UrlCodec in com.composum.sling.core.util
Fields in com.composum.sling.core.util declared as UrlCodec Modifier and Type Field Description static UrlCodec
UrlCodec. AUTHORITY
Codec for the authority of an URL.static UrlCodec
UrlCodec. FRAGMENT
Codec for the fragment part of an URL.static UrlCodec
UrlCodec. OPAQUE
Codec for opaque URLs that are not parsed.static UrlCodec
UrlCodec. PATH
Codec for the path part of an URL.static UrlCodec
UrlCodec. QUERYPART
Codec for the query part of an URL.static UrlCodec
UrlCodec. URLSAFE
Codec quoting everything other than the chars which are safe in every part of the URL.
-