Uses of Enum Class
jodd.net.URLCoder.URIPart
Packages that use URLCoder.URIPart
-
Uses of URLCoder.URIPart in jodd.net
Subclasses with type arguments of type URLCoder.URIPart in jodd.netModifier and TypeClassDescription(package private) static enumEnumeration to identify the parts of a URI.Methods in jodd.net that return URLCoder.URIPartModifier and TypeMethodDescriptionstatic URLCoder.URIPartReturns the enum constant of this class with the specified name.static URLCoder.URIPart[]URLCoder.URIPart.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in jodd.net with parameters of type URLCoder.URIPartModifier and TypeMethodDescriptionprivate static byte[]URLCoder.encodeBytes(byte[] source, URLCoder.URIPart uriPart) Encodes byte array using allowed characters fromURLCoder.URIPart.private static StringURLCoder.encodeUriComponent(String source, Charset encoding, URLCoder.URIPart uriPart) Encodes single URI component.