Uses of Class
com.google.gwt.core.ext.Linker
Packages that use Linker
Package
Description
Classes for writing Linkers.
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 Linker in com.google.gwt.core.ext.linker
Subclasses of Linker in com.google.gwt.core.ext.linkerModifier and TypeClassDescriptionclass
Provides basic functions common to all Linker implementations.Methods in com.google.gwt.core.ext.linker that return types with arguments of type LinkerModifier and TypeMethodDescriptionArtifact.getLinker()
Returns the Linker that created the Artifact.Constructor parameters in com.google.gwt.core.ext.linker with type arguments of type LinkerModifierConstructorDescriptionprotected
Constructor.protected
CompilationMetricsArtifact
(Class<? extends Linker> linker, int permutationId) protected
CompilationResult
(Class<? extends Linker> linkerType) DelegatingCompilationResult
(Class<? extends Linker> linkerType, CompilationResult compilationResult) protected
EmittedArtifact
(Class<? extends Linker> linker, String partialPath) protected
GeneratedResource
(Class<? extends Linker> linkerType, String partialPath) protected
ModuleMetricsArtifact
(Class<? extends Linker> linker, int instanceId) protected
PrecompilationMetricsArtifact
(Class<? extends Linker> linker, int permutationBase) protected
PublicResource
(Class<? extends Linker> linkerType, String partialPath) protected
ScriptReference
(Class<? extends Linker> linkerType, String src, int index) protected
StylesheetReference
(Class<? extends Linker> linkerType, String src, int index) SyntheticArtifact
(Class<? extends Linker> linkerType, String partialPath, byte[] data) SyntheticArtifact
(Class<? extends Linker> linkerType, String partialPath, byte[] data, long lastModified) -
Uses of Linker in com.google.gwt.core.ext.linker.impl
Subclasses of Linker in com.google.gwt.core.ext.linker.implModifier and TypeClassDescriptionclass
com.google.gwt.core.ext.linker.impl.SelectionScriptLinker
A base class for Linkers that use an external script to boostrap the GWT module. -
Uses of Linker in com.google.gwt.core.linker
Subclasses of Linker in com.google.gwt.core.linkerModifier 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
A linker that adds a script tag directly to the iframe rather than downloading the JavaScript code as a list of strings and then installing it into the iframe.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 Linker in com.google.gwt.precompress.linker
Subclasses of Linker in com.google.gwt.precompress.linkerModifier and TypeClassDescriptionclass
A linker that precompresses the public artifacts that it sees. -
Uses of Linker in com.google.gwt.user.linker.rpc
Subclasses of Linker in com.google.gwt.user.linker.rpcModifier 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.