Uses of Annotation Type
com.google.gwt.safehtml.shared.annotations.IsTrustedResourceUri
Package
Description
Classes used to build DOM elements.
Classes used to build DOM elements.
Classes for low-level DOM programming.
Classes for sending cross domain requests to an http server, potentially on a
different domain, via JSONP.
Widgets, Panels, and other user-interface classes.
-
Uses of IsTrustedResourceUri in com.google.gwt.dom.builder.client
Modifier and TypeMethodDescription -
Uses of IsTrustedResourceUri in com.google.gwt.dom.client
Modifier and TypeMethodDescriptionfinal void
A URI specifying the location of the object's data.final void
A URI specifying the location of the object's data.final void
The URI of the linked resource.final void
A URI designating the initial frame contents.final void
A URI designating the initial frame contents.final void
URI designating an external script. -
Uses of IsTrustedResourceUri in com.google.gwt.jsonp.client
Modifier and TypeMethodDescriptionJsonpRequestBuilder.requestBoolean
(String url, AsyncCallback<Boolean> callback) JsonpRequestBuilder.requestDouble
(String url, AsyncCallback<Double> callback) JsonpRequestBuilder.requestInteger
(String url, AsyncCallback<Integer> callback) <T extends JavaScriptObject>
JsonpRequest<T> JsonpRequestBuilder.requestObject
(String url, AsyncCallback<T> callback) Sends a JSONP request and expects a JavaScript object as a result.JsonpRequestBuilder.requestString
(String url, AsyncCallback<String> callback) (package private) void
Sends a request using the JSONP mechanism.void
Sends a JSONP request and does not expect any results.JsonpRequestBuilder.send
(String url, AsyncCallback<Void> callback) Sends a JSONP request, does not expect any result, but still allows to be notified when the request has been executed on the server. -
Uses of IsTrustedResourceUri in com.google.gwt.user.client.ui
Modifier and TypeMethodDescriptionvoid
Sets the URL of the resource to be displayed within the frame.void
Sets the URL of the resource to be displayed within the frame.