Package com.google.gwt.safecss.shared
package com.google.gwt.safecss.shared
Shared classes for creating safe CSS style content.
-
ClassDescriptionAn object that implements this interface encapsulates zero or more CSS properties that are guaranteed to be safe to use (with respect to potential Cross-Site-Scripting vulnerabilities) in a CSS (Cascading Style Sheet) attribute context.A builder that facilitates the building up of XSS-safe CSS attribute strings from
SafeStyles.SafeStyles utilities whose implementation differs between Development and Production Mode.A string wrapped as an object of typeSafeStyles.Utility class containing static methods for creatingSafeStyles.Deprecated.