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 UrlCodecUrlCodec. AUTHORITYCodec for the authority of an URL.static UrlCodecUrlCodec. FRAGMENTCodec for the fragment part of an URL.static UrlCodecUrlCodec. OPAQUECodec for opaque URLs that are not parsed.static UrlCodecUrlCodec. PATHCodec for the path part of an URL.static UrlCodecUrlCodec. QUERYPARTCodec for the query part of an URL.static UrlCodecUrlCodec. URLSAFECodec quoting everything other than the chars which are safe in every part of the URL.
-