| java.lang.Object org.jfree.chart.urls.URLUtilities
URLUtilities | public class URLUtilities (Code) | | General utility methods for URLs.
since: 1.0.6 |
Method Summary | |
public static String | encode(String s, String encoding) Calls java.net.URLEncoder.encode(String, String) via
reflection, if we are running on JRE 1.4 or later, otherwise reverts to
the deprecated URLEncoder.encode(String) method.
Parameters: s - the string to encode. Parameters: encoding - the encoding. |
encode | public static String encode(String s, String encoding)(Code) | | Calls java.net.URLEncoder.encode(String, String) via
reflection, if we are running on JRE 1.4 or later, otherwise reverts to
the deprecated URLEncoder.encode(String) method.
Parameters: s - the string to encode. Parameters: encoding - the encoding. The encoded string. since: 1.0.6 |
|
|