public interface IStringCleaningService
| Modifier and Type | Method and Description |
|---|---|
String |
getSafeContent(String content)
Return a safe HTML string version of the provided content.
|
String |
getTextContent(String content)
Return a safe text string version of the provided content.
|
Copyright © 2015 Jasig. All Rights Reserved.