List of usage examples for com.google.gwt.core.ext.linker AbstractLinker subclass-usage
From source file cc.alcina.framework.gwt.appcache.linker.AppCacheManifestLinker.java
/**
* Generates an appcache manifest file for use with the AppCache client class.
* The generated manifest will have a partial path of
* <code>moduleName.nocache.manifest</code>. If it exists, the
* {@link EmittedArtifact} with a partial path of {@value #APPCACHE_MANIFEST}
* will be used as a template for generating the final manifest.
From source file cc.alcina.framework.gwt.appcache.linker.PermutationInfoLinker.java
/** * List permutation info in a nice, digestible form */ @LinkerOrder(Order.POST) @Shardable public class PermutationInfoLinker extends AbstractLinker {
From source file com.ait.toolkit.node.dev.linker.NodeJsLinker.java
/**
* Simple linker to remove a lot of GWT fluff
*
*
*/
@LinkerOrder(Order.PRIMARY)
From source file com.bcdlog.SimpleAppCacheLinker.java
/**
* AppCacheLinker - linker for public path resources in the Application Cache.
* <p>
* To use:
* <ol>
* <li>Add {@code manifest="YOURMODULENAME/appcache.nocache.manifest"} to the
From source file com.chrome.gwt.linker.ExtensionLinker.java
/** * Linker for chrome Extensions. */ @LinkerOrder(Order.PRIMARY) public class ExtensionLinker extends AbstractLinker {
From source file com.data2semantics.yasgui.mgwtlinker.linker.PermutationMapLinker.java
@LinkerOrder(LinkerOrder.Order.POST) @Shardable public class PermutationMapLinker extends AbstractLinker { public static final String EXTERNAL_FILES_CONFIGURATION_PROPERTY_NAME = "html5manifestlinker_files"; public static final String PERMUTATION_MANIFEST_FILE_ENDING = ".appcache";
From source file com.didactilab.gwt.phprpc.linker.PhpClientOracleLinker.java
@LinkerOrder(Order.PRE) @Shardable public class PhpClientOracleLinker extends AbstractLinker { private static final String SUFFIX = ".gwtphp.rpc";
From source file com.emitrom.ti4j.mobile.hybrid.linker.TiMobileHybridLinker.java
/** * Linker for Titaniumj Mobile. This linker removes unnecessary GWT stuff to * make the generated JS work inside Titanium */ @LinkerOrder(LinkerOrder.Order.PRE) public class TiMobileHybridLinker extends AbstractLinker {
From source file com.emitrom.ti4j.mobile.linker.TiMobileLinker.java
/** * Linker for Titaniumj Mobile. This linker removes unnecessary GWT stuff to * make the generated JS work inside Titanium */ @LinkerOrder(LinkerOrder.Order.PRIMARY) public class TiMobileLinker extends AbstractLinker {
From source file com.goodow.web.dev.rebind.BaseAppCacheLinker.java
/**
* Linker for public path resources in the Application Cache.
* <p>
* <strong>Warning</strong>This linker sends all permutations to clients, making it inappropriate
* for most production use.</strong>
* <p>