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 "\,".
| 构造器和说明 |
|---|
CmsParameterConfiguration.ParameterTokenizer(java.lang.String string)
Constructor.
|
| 限定符和类型 | 方法和说明 |
|---|---|
java.lang.String |
nextToken()
Returns the next token.
|