|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.google.gwt.core.client.impl.CrossSiteLoadingStrategy
public class CrossSiteLoadingStrategy
Load runAsync code using a script tag. The
com.google.gwt.core.linker.XSLinker sets
__gwtModuleFunction to point at the function that wraps the
initially downloaded code. 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 with the code to
be installed.
| Constructor Summary | |
|---|---|
CrossSiteLoadingStrategy()
|
|
| Method Summary | |
|---|---|
void |
startLoadingFragment(int fragment,
AsyncFragmentLoader.LoadTerminatedHandler loadFinishedHandler)
|
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public CrossSiteLoadingStrategy()
| Method Detail |
|---|
public void startLoadingFragment(int fragment,
AsyncFragmentLoader.LoadTerminatedHandler loadFinishedHandler)
startLoadingFragment in interface AsyncFragmentLoader.LoadingStrategy
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||