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