| Package | Description |
|---|---|
| org.gwtproject.safehtml.client |
Interfaces for creating safe HTML content using templates.
|
| org.gwtproject.safehtml.shared |
Shared classes for creating safe HTML content.
|
| Class and Description |
|---|
| SafeHtml
An object that implements this interface encapsulates HTML that is guaranteed
to be safe to use (with respect to potential Cross-Site-Scripting
vulnerabilities) in an HTML context.
|
| Class and Description |
|---|
| HtmlSanitizer
Sanitizes untrusted HTML.
|
| SafeHtml
An object that implements this interface encapsulates HTML that is guaranteed
to be safe to use (with respect to potential Cross-Site-Scripting
vulnerabilities) in an HTML context.
|
| SafeHtmlBuilder
A builder that facilitates the building up of XSS-safe HTML from text
snippets.
|
| SafeUri
An object that implements this interface encapsulates a URI that is
guaranteed to be safe to use (with respect to potential Cross-Site-Scripting
vulnerabilities) in a URL context, for example in a URL-typed attribute in an
HTML document.
|
| SimpleHtmlSanitizer
A simple and relatively inexpensive HTML sanitizer.
|
Copyright © 2018. All rights reserved.