protected static class CmsParameterConfiguration.ParameterTokenizer extends java.util.StringTokenizer
Commas in the property value that are wanted can be escaped using the backslash in front like this "\,".
| Constructor and Description |
|---|
ParameterTokenizer(java.lang.String string)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
nextToken()
Returns the next token.
|
public ParameterTokenizer(java.lang.String string)
string - the String to break into tokenspublic java.lang.String nextToken()
nextToken in class java.util.StringTokenizer