Class CmsParameterConfiguration.ParameterTokenizer

java.lang.Object
java.util.StringTokenizer
org.opencms.configuration.CmsParameterConfiguration.ParameterTokenizer
All Implemented Interfaces:
Enumeration<Object>
Enclosing class:
CmsParameterConfiguration

This class divides property value into tokens separated by ",".

Commas in the property value that are wanted can be escaped using the backslash in front like this "\,".