|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jfree.eastwood.Parameters
public class Parameters
A utility class that parses a string into a Map
containing
the parameters for a chart.
Constructor Summary | |
---|---|
Parameters()
|
Method Summary | |
---|---|
static java.util.Map |
parseQueryString(java.lang.String qs)
Parses the query string part of a URL. |
static java.lang.String |
urlDecode(java.lang.String s)
Decodes %xx sequences and + characters in the specified string. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Parameters()
Method Detail |
---|
public static java.util.Map parseQueryString(java.lang.String qs) throws java.io.UnsupportedEncodingException
qs
- the string to be decoded.
java.io.UnsupportedEncodingException
- if UTF-8 isn't supported by the
JVM.public static java.lang.String urlDecode(java.lang.String s) throws java.io.UnsupportedEncodingException
s
- the string to be decoded.
java.io.UnsupportedEncodingException
- if UTF-8 isn't supported by the
JVM.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |