public interface CharacterFilteringService
Disallowed characters are control characters that could prevent XML validation or in some cases database writes.
Modifier and Type | Method and Description |
---|---|
void |
filter(DocumentModel docModel)
Removes all disallowed characters from the dirty document properties.
|
String |
filter(String value)
Removes all disallowed characters from the input value.
|
String filter(String value)
value
- the value to filtervoid filter(DocumentModel docModel)
docModel
- the document to filterCopyright © 2018 Nuxeo. All rights reserved.