Package org.alfresco.officeservices.testclient.util
package org.alfresco.officeservices.testclient.util
-
ClassesClassDescriptionThis class is similar to the well known
java.net.URLEncoder, but it does provide a way to define the set of characters that should NOT be encoded.
This class has been adopted from org.apache.catalina.util.URLEncoder from Tomcat 6.0.35 under the Apache license.This class is similar to the well knownjava.net.URLDecoder, but it does decode the slightly different URL path instead of theapplication/x-www-form-urlencodedMIME format.
The single difference is that the plus sign"+"is not converted into the space character.