Uses of Class
com.google.gwt.core.ext.linker.AbstractLinker
-
Packages that use AbstractLinker Package Description com.google.gwt.core.ext.linker.impl 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. -
-
Uses of AbstractLinker in com.google.gwt.core.ext.linker.impl
Subclasses of AbstractLinker in com.google.gwt.core.ext.linker.impl with annotations of type with type parameters of type that implement declared as with annotations of type with type parameters of type with annotations of type with annotations of type with type parameters of type that return that return types with arguments of type with parameters of type with type arguments of type that throw with annotations of type with annotations of type with parameters of type with type arguments of type that throw Modifier and Type Class Description classcom.google.gwt.core.ext.linker.impl.SelectionScriptLinkerA base class for Linkers that use an external script to boostrap the GWT module. -
Uses of AbstractLinker in com.google.gwt.core.linker
Subclasses of AbstractLinker in com.google.gwt.core.linker Modifier and Type Class Description classCrossSiteIframeLinkerThis linker uses an iframe to hold the code and a script tag to download the code.classD8ScriptLinkerA Linker for producing a single JavaScript file from a GWT module that can be run in the d8 command line profiler.classDirectInstallLinkerA 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.classIFrameLinkerDeprecated.useCrossSiteIframeLinkerinstead.classSingleScriptLinkerA Linker for producing a single JavaScript file from a GWT module.classSymbolMapsLinkerThis Linker exports the symbol maps associated with each compilation result as a private file.classXSLinkerDeprecated.useCrossSiteIframeLinkerinstead. -
Uses of AbstractLinker in com.google.gwt.precompress.linker
Subclasses of AbstractLinker in com.google.gwt.precompress.linker Modifier and Type Class Description classPrecompressLinkerA linker that precompresses the public artifacts that it sees. -
Uses of AbstractLinker in com.google.gwt.user.linker.rpc
Subclasses of AbstractLinker in com.google.gwt.user.linker.rpc Modifier and Type Class Description classRpcLogLinkerThis linker emitsRpcLogArtifacts as output files.classRpcPolicyManifestLinkerEmit a file containing a map of RPC proxy classes to the partial path of the RPC policy file.
-