Uses of Class
jodd.net.URLCoder.URIPart
-
Packages that use URLCoder.URIPart Package Description jodd.net -
-
Uses of URLCoder.URIPart in jodd.net
Methods in jodd.net that return URLCoder.URIPart Modifier and Type Method Description static URLCoder.URIPartURLCoder.URIPart. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static URLCoder.URIPart[]URLCoder.URIPart. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in jodd.net with parameters of type URLCoder.URIPart Modifier and Type Method Description private static byte[]URLCoder. encodeBytes(byte[] source, URLCoder.URIPart uriPart)Encodes byte array using allowed characters fromURLCoder.URIPart.private static java.lang.StringURLCoder. encodeUriComponent(java.lang.String source, java.nio.charset.Charset encoding, URLCoder.URIPart uriPart)Encodes single URI component.
-