|
Header
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.jfree.chart.urls.URLUtilities
public class URLUtilities
General utility methods for URLs.
Constructor Summary | |
---|---|
URLUtilities()
|
Method Summary | |
---|---|
static java.lang.String |
encode(java.lang.String s,
java.lang.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. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public URLUtilities()
Method Detail |
---|
public static java.lang.String encode(java.lang.String s, java.lang.String encoding)
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.
s
- the string to encode.encoding
- the encoding.
|
Footer
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |