Package | Description |
---|---|
com.google.gwt.core.linker |
A package containing implementations of the GWT bootstrap linkers.
|
com.google.gwt.precompress.linker |
A linker that precompresses the public artifacts that it sees.
|
com.google.gwt.user.linker.rpc |
Classes used to provide information about RPC for a GWT application.
|
Modifier and Type | Class and Description |
---|---|
class |
CrossSiteIframeLinker
This linker uses an iframe to hold the code and a script tag to download the
code.
|
class |
D8ScriptLinker
A Linker for producing a single JavaScript file from a GWT module that can
be run in the d8 command line profiler.
|
class |
IFrameLinker
Deprecated.
use
CrossSiteIframeLinker instead. |
class |
SingleScriptLinker
A Linker for producing a single JavaScript file from a GWT module.
|
class |
SoycReportLinker
Converts SOYC report files into emitted private artifacts.
|
class |
SymbolMapsLinker
This Linker exports the symbol maps associated with each compilation result as a private file.
|
class |
XSLinker
Deprecated.
use
CrossSiteIframeLinker instead. |
Modifier and Type | Class and Description |
---|---|
class |
PrecompressLinker
A linker that precompresses the public artifacts that it sees.
|
Modifier and Type | Class and Description |
---|---|
class |
RpcLogLinker
This linker emits
RpcLogArtifact s as output files. |
class |
RpcPolicyManifestLinker
Emit a file containing a map of RPC proxy classes to the partial path of the
RPC policy file.
|