org.opencms.configuration
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 |
---|
CmsParameterConfiguration.ParameterTokenizer(java.lang.String string)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
nextToken()
Returns the next token.
|