|
2009-01-09 1.2.0 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.eclipse.soda.dk.device.nslog.servlet.CommonUtils
public class CommonUtils
| Constructor Summary | |
|---|---|
CommonUtils()
|
|
| Method Summary | |
|---|---|
static java.lang.String |
CommaSplitString(java.lang.String[] StrArray)
Build a comma-delimited String from a String[] |
static java.util.Dictionary |
ParseNestedDictionary(java.lang.String data,
java.util.Dictionary wrapper)
Parse nested dictionary with the specified data and wrapper parameters and return the Dictionary result. |
static java.util.Dictionary |
ParseSimpleDictionary(java.lang.String data,
java.util.Dictionary passed)
Parse simple dictionary with the specified data and passed parameters and return the Dictionary result. |
static java.lang.String[] |
SplitString(java.lang.String s,
java.lang.String delimiter)
Split string with the specified s, delimiter and length parameters and return the String[] result. |
static java.util.Dictionary |
StringtoDictionaryLoop(java.util.Dictionary dict)
Stringto dictionary loop with the specified dict parameter and return the Dictionary result. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public CommonUtils()
| Method Detail |
|---|
public static java.lang.String CommaSplitString(java.lang.String[] StrArray)
String from a String[]
StrArray - The str array (String[]) parameter.
String) value.
public static java.util.Dictionary ParseNestedDictionary(java.lang.String data,
java.util.Dictionary wrapper)
data - The data (String) parameter.wrapper - The wrapper (Dictionary) parameter.
Dictionary) value.
public static java.util.Dictionary ParseSimpleDictionary(java.lang.String data,
java.util.Dictionary passed)
data - The data (String) parameter.passed - The passed (Dictionary) parameter.
Dictionary) value.
public static java.lang.String[] SplitString(java.lang.String s,
java.lang.String delimiter)
s - The s (String) parameter.delimiter - The delimiter (String) parameter.
String[]) value.CommaSplitString(String[])public static java.util.Dictionary StringtoDictionaryLoop(java.util.Dictionary dict)
dict - The dict (Dictionary) parameter.
Dictionary) value.
|
2009-01-09 1.2.0 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||