Package | Description |
---|---|
com.google.gwt.core.ext.linker |
Classes for writing Linkers.
|
com.google.gwt.core.ext.linker.impl | |
com.google.gwt.core.linker |
A package containing implementations of the GWT bootstrap linkers.
|
com.google.gwt.dev.cfg | |
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 |
AbstractLinker
Provides basic functions common to all Linker implementations.
|
Modifier and Type | Method and Description |
---|---|
Class<? extends Linker> |
Artifact.getLinker()
Returns the Linker that created the Artifact.
|
Constructor and Description |
---|
Artifact(Class<? extends Linker> linker)
Constructor.
|
CompilationMetricsArtifact(Class<? extends Linker> linker,
int permutationId) |
CompilationResult(Class<? extends Linker> linkerType) |
DelegatingCompilationResult(Class<? extends Linker> linkerType,
CompilationResult compilationResult) |
EmittedArtifact(Class<? extends Linker> linker,
String partialPath) |
GeneratedResource(Class<? extends Linker> linkerType,
String partialPath) |
ModuleMetricsArtifact(Class<? extends Linker> linker,
int instanceId) |
PrecompilationMetricsArtifact(Class<? extends Linker> linker,
int permutationBase) |
PublicResource(Class<? extends Linker> linkerType,
String partialPath) |
ScriptReference(Class<? extends Linker> linkerType,
String src,
int index) |
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) |
Modifier and Type | Class and Description |
---|---|
class |
HostedModeLinker
This is a partial implementation of the Linker interface to support hosted
mode.
|
class |
SelectionScriptLinker
A base class for Linkers that use an external script to boostrap the GWT module.
|
class |
StandardLinkerContext
An implementation of
LinkerContext that is initialized from a
ModuleDef . |
Modifier and Type | Method and Description |
---|---|
List<Linker> |
StandardLinkerContext.findUnshardableLinkers()
Find all linkers that are not updated to support running generators on
compilations shards.
|
Modifier and Type | Method and Description |
---|---|
String |
StandardLinkerContext.getExtraPathForLinker(Class<? extends Linker> linkerType,
String partialPath)
Return the full path for an artifact produced by
linkertype
that has the specified partial path. |
Constructor and Description |
---|
PropertiesMappingArtifact(Class<? extends Linker> linker,
Map<PermutationsUtil.PermutationId,List<Map<String,String>>> mappings) |
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 |
DirectInstallLinker
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 |
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 | Method and Description |
---|---|
Set<Class<? extends Linker>> |
ModuleDef.getActiveLinkers() |
Class<? extends Linker> |
ModuleDef.getActivePrimaryLinker() |
Class<? extends Linker> |
ModuleDef.getLinker(String name) |
Map<String,Class<? extends Linker>> |
ModuleDef.getLinkers() |
Modifier and Type | Method and Description |
---|---|
void |
ModuleDef.defineLinker(TreeLogger logger,
String name,
Class<? extends Linker> linker)
Associate a Linker class with a symbolic name.
|
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.
|
Copyright © 2018. All rights reserved.