@LinkerOrder(value=POST)
@Shardable
public class AppCacheLinker
extends com.google.gwt.core.ext.linker.AbstractLinker
| Constructor and Description |
|---|
AppCacheLinker() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDescription() |
org.cruxframework.crux.core.rebind.offline.ArtifactsGroup |
getGroup(com.google.gwt.core.ext.linker.ArtifactSet artifacts) |
protected String |
getJsProcessMetas(com.google.gwt.core.ext.LinkerContext context)
Returns the name of the
JsProcessMetas script. |
static String |
getManifestName(com.google.gwt.core.ext.linker.ArtifactSet artifacts) |
protected String |
getOfflinePageTemplate(com.google.gwt.core.ext.TreeLogger logger,
com.google.gwt.core.ext.LinkerContext context) |
protected String |
getPageLoadFunction(com.google.gwt.core.ext.TreeLogger logger,
com.google.gwt.core.ext.LinkerContext context) |
protected String |
getSelectionScriptTemplate(com.google.gwt.core.ext.TreeLogger logger,
com.google.gwt.core.ext.LinkerContext context) |
com.google.gwt.core.ext.linker.ArtifactSet |
link(com.google.gwt.core.ext.TreeLogger logger,
com.google.gwt.core.ext.LinkerContext context,
com.google.gwt.core.ext.linker.ArtifactSet artifacts,
boolean onePermutation) |
protected StringBuffer |
readFileToStringBuffer(String filename,
com.google.gwt.core.ext.TreeLogger logger) |
protected static void |
replaceAll(StringBuffer buf,
String search,
String replace) |
emitBytes, emitBytes, emitInputStream, emitInputStream, emitString, emitString, emitWithStrongName, emitWithStrongNamepublic String getDescription()
getDescription in class com.google.gwt.core.ext.Linkerpublic com.google.gwt.core.ext.linker.ArtifactSet link(com.google.gwt.core.ext.TreeLogger logger,
com.google.gwt.core.ext.LinkerContext context,
com.google.gwt.core.ext.linker.ArtifactSet artifacts,
boolean onePermutation)
throws com.google.gwt.core.ext.UnableToCompleteException
link in class com.google.gwt.core.ext.Linkercom.google.gwt.core.ext.UnableToCompleteExceptionprotected StringBuffer readFileToStringBuffer(String filename, com.google.gwt.core.ext.TreeLogger logger) throws com.google.gwt.core.ext.UnableToCompleteException
com.google.gwt.core.ext.UnableToCompleteExceptionprotected static void replaceAll(StringBuffer buf, String search, String replace)
protected String getJsProcessMetas(com.google.gwt.core.ext.LinkerContext context)
JsProcessMetas script. By default, returns
"com/google/gwt/core/ext/linker/impl/processMetas.js".context - a LinkerContextprotected String getSelectionScriptTemplate(com.google.gwt.core.ext.TreeLogger logger, com.google.gwt.core.ext.LinkerContext context)
protected String getPageLoadFunction(com.google.gwt.core.ext.TreeLogger logger, com.google.gwt.core.ext.LinkerContext context)
protected String getOfflinePageTemplate(com.google.gwt.core.ext.TreeLogger logger, com.google.gwt.core.ext.LinkerContext context)
public static String getManifestName(com.google.gwt.core.ext.linker.ArtifactSet artifacts)
public org.cruxframework.crux.core.rebind.offline.ArtifactsGroup getGroup(com.google.gwt.core.ext.linker.ArtifactSet artifacts)
Copyright © 2015. All rights reserved.