List of usage examples for com.google.gwt.resources.ext SupportsGeneratorResultCaching interface-usage
From source file cc.alcina.framework.entity.gen.SimpleCssResourceGenerator.java
/** * Provides implementations of SimpleCssResource. */ public final class SimpleCssResourceGenerator extends AbstractResourceGenerator implements SupportsGeneratorResultCaching { public static final String IGNORE_DATA_URLS = "alcina.SimpleCssResourceGenerator.ignoreMissingDataUrls";
From source file org.parallax3d.parallax.platforms.gwt.generator.SourceTextResourceGenerator.java
public class SourceTextResourceGenerator extends AbstractResourceGenerator implements SupportsGeneratorResultCaching { private static final int MAX_STRING_CHUNK = 16383; public SourceTextResourceGenerator() { }