Package org.alfresco.officeservices.testclient.util


package org.alfresco.officeservices.testclient.util
  • Classes
    Class
    Description
    This 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 known java.net.URLDecoder, but it does decode the slightly different URL path instead of the application/x-www-form-urlencoded MIME format.
    The single difference is that the plus sign "+" is not converted into the space character.