|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.web_auth.utils.StringUtils
Utility class facilitates string related operations.
| Constructor Summary | |
StringUtils()
|
|
| Method Summary | |
static java.util.HashMap |
String2KeyValuePairs(java.lang.String str)
This method parses a string that is in the format of "key1=val1;key2=val2;key3=val3" and returns a HashMap that reflects the key-vaule pairs. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public StringUtils()
| Method Detail |
public static java.util.HashMap String2KeyValuePairs(java.lang.String str)
str - a string in the format of "key1=val1;key2=val2;key3=val3"
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||