Package at.gv.egovernment.moaspss.util
Class URLDecoder
java.lang.Object
at.gv.egovernment.moaspss.util.URLDecoder
Decodes an URL encoded String using a specified character encoding. Provides
a function missing in JDK 1.3.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
URLDecoder
public URLDecoder()
-
-
Method Details
-
decode
Decodes anapplication/x-www-form-urlencodedstring using a specific encoding scheme.- Parameters:
s- the string to decodeencoding- name of character encoding- Returns:
- the newly decoded string
- Throws:
UnsupportedEncodingException- if the encoding is not supported
-