Object
com.liferay.portal.kernel.util.URLCodec
public class URLCodec
extends Object
- Author:
- Shuyang Zhou, Brian Wing Shun Chan
-
Constructor Summary
Constructors
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
URLCodec
public URLCodec()
-
Method Details
-
-
-
-
encodeURL
public static String encodeURL(String rawURLString,
boolean escapeSpaces)
-
encodeURL
public static String encodeURL(String rawURLString,
String charsetName,
boolean escapeSpaces)