| java.lang.Object org.sakaiproject.portal.util.URLUtils
URLUtils | public class URLUtils (Code) | | author: ieb since: Sakai 2.4 version: $Rev: 29143 $ |
Method Summary | |
public static String | addParameter(String URL, String name, String value) | public static String | encodeUrl(String url) The same behaviour as Web.escapeUrl, only without the "funky encoding" of
the characters ? and ; (uses JDK URLEncoder directly).
Parameters: toencode - The string to encode. |
encodeUrl | public static String encodeUrl(String url)(Code) | | The same behaviour as Web.escapeUrl, only without the "funky encoding" of
the characters ? and ; (uses JDK URLEncoder directly).
Parameters: toencode - The string to encode. toencode fully escaped using URL rules. |
|
|