public class MultiValueEscapeHelper
extends org.springframework.extensions.webscripts.processor.BaseProcessorExtension
Constructor and Description |
---|
MultiValueEscapeHelper() |
Modifier and Type | Method and Description |
---|---|
java.util.List |
getUnescapedValues(java.lang.String escapedString)
Returns the individual values of a multi-valued property, which has been properly
escaped by the
ExtendedFieldBuilder . |
public java.util.List getUnescapedValues(java.lang.String escapedString)
ExtendedFieldBuilder
.escapedString
- the string containing the escaped, comma-seperated values.Copyright © 2005 - 2013 Alfresco Software, Inc. All Rights Reserved.