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