public static class HtmlSanitizer
extends Object
Sanitizes untrusted HTML.
Note on usage: SafeHtml should be used to ensure user input is not executed
in the browser. SafeHtml should not be used to sanitize input before sending
it to the server.
- See Also:
- Serialized Form