GWT 2.3.0

Uses of Package
com.google.gwt.safehtml.shared

Packages that use com.google.gwt.safehtml.shared
com.google.gwt.cell.client Standard Cell subclasses used by the cellview widgets. 
com.google.gwt.i18n.shared This package contains i18n classes and interfaces shared between client and server. 
com.google.gwt.safehtml.client Interfaces for creating safe HTML content using templates. 
com.google.gwt.safehtml.shared Shared classes for creating safe HTML content. 
com.google.gwt.text.shared Classes for parsing and rendering text and safe HTML. 
com.google.gwt.user.cellview.client The "cellview" widget set. 
com.google.gwt.user.client.ui Widgets, Panels, and other user-interface classes. 
 

Classes in com.google.gwt.safehtml.shared used by com.google.gwt.cell.client
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.
 

Classes in com.google.gwt.safehtml.shared used by com.google.gwt.i18n.shared
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.
 

Classes in com.google.gwt.safehtml.shared used by com.google.gwt.safehtml.client
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.
 

Classes in com.google.gwt.safehtml.shared used by com.google.gwt.safehtml.shared
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.
SimpleHtmlSanitizer
          A simple and relatively inexpensive HTML sanitizer.
 

Classes in com.google.gwt.safehtml.shared used by com.google.gwt.text.shared
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.
 

Classes in com.google.gwt.safehtml.shared used by com.google.gwt.user.cellview.client
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.
 

Classes in com.google.gwt.safehtml.shared used by com.google.gwt.user.client.ui
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.
 


GWT 2.3.0