|
Liferay 6.1.2-ce-ga3 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.liferay.portal.kernel.util.URLCodec
public class URLCodec
Constructor Summary | |
---|---|
URLCodec()
|
Method Summary | |
---|---|
static String |
decodeURL(String encodedURLString)
|
static String |
decodeURL(String encodedURLString,
boolean unescapeSpaces)
|
static String |
decodeURL(String encodedURLString,
String charsetName,
boolean unescapeSpaces)
|
static String |
encodeURL(String rawURLString)
|
static String |
encodeURL(String rawURLString,
boolean escapeSpaces)
|
static String |
encodeURL(String rawURLString,
String charsetName,
boolean escapeSpaces)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public URLCodec()
Method Detail |
---|
public static String decodeURL(String encodedURLString)
public static String decodeURL(String encodedURLString, boolean unescapeSpaces)
public static String decodeURL(String encodedURLString, String charsetName, boolean unescapeSpaces)
public static String encodeURL(String rawURLString)
public static String encodeURL(String rawURLString, boolean escapeSpaces)
public static String encodeURL(String rawURLString, String charsetName, boolean escapeSpaces)
|
Liferay 6.1.2-ce-ga3 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |