Uses of Class
com.google.gwt.safehtml.shared.annotations.SuppressIsSafeUriCastCheck
-
Packages that use SuppressIsSafeUriCastCheck Package Description com.google.gwt.safehtml.shared Shared classes for creating safe HTML content.com.google.gwt.user.client.ui Widgets, Panels, and other user-interface classes. -
-
Uses of SuppressIsSafeUriCastCheck in com.google.gwt.safehtml.shared
Methods in com.google.gwt.safehtml.shared with annotations of type SuppressIsSafeUriCastCheck Modifier and Type Method Description static SafeUriUriUtils. fromSafeConstant(java.lang.String s)Returns aSafeUriconstructed from a value that is fully under the control of the program, e.g., a constant.static SafeUriUriUtils. fromTrustedString(java.lang.String s)Returns aSafeUriconstructed from a trusted string, i.e., without sanitizing the string.static java.lang.StringUriUtils. sanitizeUri(java.lang.String uri)Sanitizes a URI.static SafeUriUriUtils. unsafeCastFromUntrustedString(java.lang.String s)Deprecated.This method is intended only for use in APIs that useSafeUrito represent URIs, but for backwards compatibility have methods that accept URI parameters as plain strings. -
Uses of SuppressIsSafeUriCastCheck in com.google.gwt.user.client.ui
Methods in com.google.gwt.user.client.ui with annotations of type SuppressIsSafeUriCastCheck Modifier and Type Method Description voidHyperlink. setTargetHistoryToken(java.lang.String targetHistoryToken)Sets the history token referenced by this hyperlink.
-