GWT 2.3.0

Package com.google.gwt.core.linker

A package containing implementations of the GWT bootstrap linkers.

See:
          Description

Class Summary
CrossSiteIframeLinker This linker uses an iframe to hold the code and a script tag to download the code.
IFrameLinker Implements the canonical GWT bootstrap sequence that loads the GWT module in a separate iframe.
SingleScriptLinker A Linker for producing a single JavaScript file from a GWT module.
SoycReportLinker Converts SOYC report files into emitted private artifacts.
SymbolMapsLinker This Linker exports the symbol maps associated with each compilation result as a private file.
XSLinker Generates a cross-site compatible bootstrap sequence.
 

Package com.google.gwt.core.linker Description

A package containing implementations of the GWT bootstrap linkers.


GWT 2.3.0