
See: Description
| Class | Description | 
|---|---|
| CrossSiteIframeLinker | 
 This linker uses an iframe to hold the code and a script tag to download the
 code. 
 | 
| D8ScriptLinker | 
 A Linker for producing a single JavaScript file from a GWT module that can
 be run in the d8 command line profiler. 
 | 
| DirectInstallLinker | 
 A linker that adds a script tag to the iframe rather than downloading the
 code as a string and then installing it into the iframe. 
 | 
| 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. 
 | 
| SymbolMapsLinker.ScriptFragmentEditsArtifact | 
 Artifact to record insertions or deletions made to Javascript fragments. 
 | 
| SymbolMapsLinker.SourceMapArtifact | 
 Artifact to represent a sourcemap file to be processed by SymbolMapsLinker. 
 | 
| XSLinker | 
 Generates a cross-site compatible bootstrap sequence. 
 | 
| Enum | Description | 
|---|---|
| SymbolMapsLinker.ScriptFragmentEditsArtifact.Edit | 
 Operation type performed on script. 
 | 
Copyright © 2018. All rights reserved.