Example usage for com.google.gwt.core.linker CrossSiteIframeLinker subclass-usage

List of usage examples for com.google.gwt.core.linker CrossSiteIframeLinker subclass-usage

Introduction

In this page you can find the example usage for com.google.gwt.core.linker CrossSiteIframeLinker subclass-usage.

Usage

From source file com.google.gerrit.linker.GerritPluginLinker.java

/** Finalizes the module manifest file with the selection script. */
public final class GerritPluginLinker extends CrossSiteIframeLinker {
    @Override
    public String getDescription() {
        return "Gerrit GWT UI plugin";
    }

From source file com.google.gerrit.plugin.linker.GerritPluginLinker.java

/** Finalizes the module manifest file with the selection script. */
public final class GerritPluginLinker extends CrossSiteIframeLinker {
    @Override
    public String getDescription() {
        return "Gerrit GWT UI plugin";
    }

From source file edu.caltech.ipac.firefly.linker.NoWaitingLinker.java

/**
 * @author Trey Roby
 */
@LinkerOrder(LinkerOrder.Order.PRIMARY)
@Shardable
public class NoWaitingLinker extends CrossSiteIframeLinker {

From source file forplay.appcachelinker.AppCacheLinker.java

/**
 * AppCacheLinker - linker for public path resources in the Application Cache. <br/>
 * To use:
 * <ol>
 * <li>Add {@code manifest="YOURMODULENAME/appcache.nocache.manifest"} to the
 * {@code <html>} tag in your main html file. E.g.,

From source file org.cruxframework.crux.plugin.gadget.linker.GadgetLinker.java

/**
 * A Gadget does not use the {@code .nocache.js} file for the bootstrap. All bootstrap code is inserted
 * inside the gadget manifest file (the {@code .gadget.xml} file).
 * <p>
 * The linker also needs to change some script templates to integrate the application with the gadget container.
 * All requests for resources must be piped through the gadget proxy (using {@code gadgets.io.getProxyUrl()} 

From source file playn.appcachelinker.AppCacheLinker.java

/**
 * AppCacheLinker - linker for public path resources in the Application Cache. <br/>
 * To use:
 * <ol>
 * <li>Add {@code manifest="YOURMODULENAME/appcache.nocache.manifest"} to the
 * {@code <html>} tag in your main html file. E.g.,