Uses of Class
com.google.gwt.safehtml.shared.annotations.SuppressIsTrustedResourceUriCastCheck
-
Packages that use SuppressIsTrustedResourceUriCastCheck Package Description com.google.gwt.dom.builder.shared Classes used to build DOM elements.com.google.gwt.dom.client Classes for low-level DOM programming.com.google.gwt.jsonp.client Classes for sending cross domain requests to an http server, potentially on a different domain, via JSONP. -
-
Uses of SuppressIsTrustedResourceUriCastCheck in com.google.gwt.dom.builder.shared
Methods in com.google.gwt.dom.builder.shared with annotations of type SuppressIsTrustedResourceUriCastCheck Modifier and Type Method Description FrameBuilderHtmlFrameBuilder. src(SafeUri src) -
Uses of SuppressIsTrustedResourceUriCastCheck in com.google.gwt.dom.client
Methods in com.google.gwt.dom.client with annotations of type SuppressIsTrustedResourceUriCastCheck Modifier and Type Method Description voidObjectElement. setData(SafeUri data)A URI specifying the location of the object's data.voidFrameElement. setSrc(SafeUri src)A URI designating the initial frame contents. -
Uses of SuppressIsTrustedResourceUriCastCheck in com.google.gwt.jsonp.client
Methods in com.google.gwt.jsonp.client with annotations of type SuppressIsTrustedResourceUriCastCheck Modifier and Type Method Description (package private) voidJsonpRequest. send(java.lang.String baseUri)Sends a request using the JSONP mechanism.
-