Class SafeStylesBuilder

java.lang.Object
com.google.gwt.safecss.shared.SafeStylesBuilder

public final class SafeStylesBuilder extends Object
A builder that facilitates the building up of XSS-safe CSS attribute strings from SafeStyles. It is used essentially like a StringBuilder, but access SafeStyles instead of Strings.

The accumulated XSS-safe SafeStyles can be obtained in the form of a SafeStyles via the toSafeStyles() method.

This class is not thread-safe.