org.apache.catalina.util
Class URLEncoder
java.lang.Object
org.apache.catalina.util.URLEncoder
public class URLEncoder
- extends Object
This class is very similar to the java.net.URLEncoder class.
Unfortunately, with java.net.URLEncoder there is no way to specify to the
java.net.URLEncoder which characters should NOT be encoded.
This code was moved from DefaultServlet.java
- Author:
- Craig R. McClanahan, Remy Maucherat
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
hexadecimal
protected static final char[] hexadecimal
safeCharacters
protected BitSet safeCharacters
URLEncoder
public URLEncoder()
addSafeCharacter
public void addSafeCharacter(char c)
encode
public String encode(String path)
Copyright © 2000-2012 Apache Software Foundation. All Rights Reserved.