Package org.opencms.gwt.linker
Class CmsIFrameLinker
java.lang.Object
com.google.gwt.core.ext.Linker
com.google.gwt.core.ext.linker.AbstractLinker
com.google.gwt.core.ext.linker.impl.SelectionScriptLinker
com.google.gwt.core.linker.IFrameLinker
org.opencms.gwt.linker.CmsIFrameLinker
Custom linker to display error message if no permutation is available for client browser version.
-
Field Summary
Fields inherited from class com.google.gwt.core.ext.linker.impl.SelectionScriptLinker
COMPUTE_SCRIPT_BASE_JS, FRAGMENT_EXTENSION, FRAGMENT_SUBDIR, permutationsUtil, PROCESS_METAS_JS, USE_SOURCE_MAPS_PROPERTY
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected String
getSelectionScriptTemplate
(com.google.gwt.core.ext.TreeLogger logger, com.google.gwt.core.ext.LinkerContext context) Methods inherited from class com.google.gwt.core.linker.IFrameLinker
getCompilationExtension, getDescription, getHostedFilename, getModulePrefix, getModulePrefix, getModuleSuffix2, getScriptChunkSeparator, link, modifyPrimaryJavaScript
Methods inherited from class com.google.gwt.core.ext.linker.impl.SelectionScriptLinker
charsPerChunk, doEmitCompilation, emitSelectionInformation, emitSelectionScript, fillSelectionScriptTemplate, generateDeferredFragment, generatePrimaryFragment, generatePrimaryFragmentString, generateSelectionScript, generateSelectionScript, getDeferredFragmentPrefix, getDeferredFragmentSuffix2, getFragmentSubdir, link, maybeAddHostedModeFile, maybeOutputPropertyMap, readFileToStringBuffer, replaceAll, splitPrimaryJavaScript, supportsDevModeInJunit, wrapDeferredFragment, wrapPrimaryFragment
Methods inherited from class com.google.gwt.core.ext.linker.AbstractLinker
emitBytes, emitBytes, emitInputStream, emitInputStream, emitString, emitString, emitWithStrongName, emitWithStrongName
Methods inherited from class com.google.gwt.core.ext.Linker
isShardable, relink
-
Constructor Details
-
CmsIFrameLinker
public CmsIFrameLinker()
-
-
Method Details
-
getSelectionScriptTemplate
protected String getSelectionScriptTemplate(com.google.gwt.core.ext.TreeLogger logger, com.google.gwt.core.ext.LinkerContext context) - Overrides:
getSelectionScriptTemplate
in classcom.google.gwt.core.linker.IFrameLinker
- See Also:
-
IFrameLinker.getSelectionScriptTemplate(com.google.gwt.core.ext.TreeLogger, com.google.gwt.core.ext.LinkerContext)
-