Class CmsIFrameLinker


  • public class CmsIFrameLinker
    extends com.google.gwt.core.linker.IFrameLinker
    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 
      Constructor Description
      CmsIFrameLinker()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected java.lang.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
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • getSelectionScriptTemplate

        protected java.lang.String getSelectionScriptTemplate​(com.google.gwt.core.ext.TreeLogger logger,
                                                              com.google.gwt.core.ext.LinkerContext context)
        Overrides:
        getSelectionScriptTemplate in class com.google.gwt.core.linker.IFrameLinker
        See Also:
        IFrameLinker.getSelectionScriptTemplate(com.google.gwt.core.ext.TreeLogger, com.google.gwt.core.ext.LinkerContext)