Uses of Class
com.google.gwt.core.linker.CrossSiteIframeLinker
-
Packages that use CrossSiteIframeLinker Package Description com.google.gwt.core.linker A package containing implementations of the GWT bootstrap linkers. -
-
Uses of CrossSiteIframeLinker in com.google.gwt.core.linker
Subclasses of CrossSiteIframeLinker in com.google.gwt.core.linker Modifier and Type Class Description class
DirectInstallLinker
A linker that adds a script tag directly to the iframe rather than downloading the JavaScript code as a list of strings and then installing it into the iframe.
-