public class

CrossSiteIframeLoadingStrategy

extends Object
implements AsyncFragmentLoader.LoadingStrategy
java.lang.Object
   ↳ com.google.gwt.core.client.impl.CrossSiteIframeLoadingStrategy

Class Overview

Load runAsync code using a script tag. Intended for use with the com.google.gwt.core.linker.CrossSiteIframeLinker.

The linker wraps its selection script code with a function refered to by __gwtModuleFunction. On that function is a property installCode that can be invoked to eval more code in a scope nested somewhere within that function. The loaded script for fragment 123 is expected to invoke __gwtModuleFunction.runAsyncCallback123 as the final thing it does.

Summary

Public Constructors
CrossSiteIframeLoadingStrategy()
Public Methods
void startLoadingFragment(int fragment, AsyncFragmentLoader.LoadTerminatedHandler loadFinishedHandler)
Protected Methods
String getDeferredJavaScriptDirectory()
[Expand]
Inherited Methods
From class java.lang.Object
From interface com.google.gwt.core.client.impl.AsyncFragmentLoader.LoadingStrategy

Public Constructors

public CrossSiteIframeLoadingStrategy ()

Public Methods

public void startLoadingFragment (int fragment, AsyncFragmentLoader.LoadTerminatedHandler loadFinishedHandler)

Protected Methods

protected String getDeferredJavaScriptDirectory ()