| java.lang.Object org.apache.beehive.netui.core.URLCodec
URLCodec | final public class URLCodec (Code) | | Class that provides static methods for URL encoding/decoding
|
decode | public static String decode(String encoded)(Code) | | URL decodes a string using the default character set
Parameters: encoded - the string to decode the decoded string |
encode | public static String encode(String decoded)(Code) | | URL encodes a string using the default character set
Parameters: decoded - the string to encode the encoded string |
|
|