|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.ObjectAbstractLinker
com.google.gwt.precompress.linker.PrecompressLinker
A linker that precompresses the public artifacts that it sees. That way, a web server that uses gzip transfer encoding can use the precompressed files instead of having to compress them on the fly.
To use this linker, add the following to your module definition:
<inherits name="com.google.gwt.precompress.Precompress"/>The files to precompress are specified by the configuration property
precompress.path.regexes. By default, the uncompressed artifacts are left in the artifact set. If the configuration propertyprecompress.leave.originalsis set tofalse, however, then the uncompressed version is removed.
| Constructor Summary | |||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
PrecompressLinker()
| |||||||||||||||||||||||