|
GWT 2.3.0 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SafeStyles | |
---|---|
com.google.gwt.safecss.shared | Shared classes for creating safe CSS style content. |
Uses of SafeStyles in com.google.gwt.safecss.shared |
---|
Methods in com.google.gwt.safecss.shared that return SafeStyles | |
---|---|
static SafeStyles |
SafeStylesUtils.fromTrustedString(java.lang.String s)
Returns a SafeStyles constructed from a trusted string, i.e.,
without escaping the string. |
SafeStyles |
SafeStylesBuilder.toSafeStyles()
Returns the safe CSS properties accumulated in the builder as a SafeStyles . |
Methods in com.google.gwt.safecss.shared with parameters of type SafeStyles | |
---|---|
SafeStylesBuilder |
SafeStylesBuilder.append(SafeStyles styles)
Appends the contents of another SafeStyles object, without applying
any escaping or sanitization to it. |
|
GWT 2.3.0 | |||||||||
PREV NEXT | FRAMES NO FRAMES |