Java org.jfree.chart.urls URLUtilities fields, constructors, methods, implement or subclass

Example usage for Java org.jfree.chart.urls URLUtilities fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.jfree.chart.urls URLUtilities.

The text is from its open source code.

Method

Stringencode(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.