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 TypeClassDescriptionclassProvides 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 LinkerModifierConstructorDescriptionprotectedConstructor.protectedCompilationMetricsArtifact(Class<? extends Linker> linker, int permutationId) protectedCompilationResult(Class<? extends Linker> linkerType) DelegatingCompilationResult(Class<? extends Linker> linkerType, CompilationResult compilationResult) protectedEmittedArtifact(Class<? extends Linker> linker, String partialPath) protectedGeneratedResource(Class<? extends Linker> linkerType, String partialPath) protectedModuleMetricsArtifact(Class<? extends Linker> linker, int instanceId) protectedPrecompilationMetricsArtifact(Class<? extends Linker> linker, int permutationBase) protectedPublicResource(Class<? extends Linker> linkerType, String partialPath) protectedScriptReference(Class<? extends Linker> linkerType, String src, int index) protectedStylesheetReference(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 TypeClassDescriptionclasscom.google.gwt.core.ext.linker.impl.SelectionScriptLinkerA 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 TypeClassDescriptionclassThis linker uses an iframe to hold the code and a script tag to download the code.classA Linker for producing a single JavaScript file from a GWT module that can be run in the d8 command line profiler.classA 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.classDeprecated.classA Linker for producing a single JavaScript file from a GWT module.classConverts SOYC report files into emitted private artifacts.classThis Linker exports the symbol maps associated with each compilation result as a private file.classDeprecated.useCrossSiteIframeLinkerinstead. -
Uses of Linker in com.google.gwt.precompress.linker
Subclasses of Linker in com.google.gwt.precompress.linkerModifier and TypeClassDescriptionclassA 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 TypeClassDescriptionclassThis linker emitsRpcLogArtifacts as output files.classEmit a file containing a map of RPC proxy classes to the partial path of the RPC policy file.
CrossSiteIframeLinkerinstead.