public final class

InlineClientBundleGenerator

extends AbstractClientBundleGenerator
java.lang.Object
   ↳ com.google.gwt.core.ext.Generator
     ↳ com.google.gwt.resources.rebind.context.AbstractClientBundleGenerator
       ↳ com.google.gwt.resources.rebind.context.InlineClientBundleGenerator

Class Overview

This is a refinement that will use data urls for browsers that support them. Only files whose size are smaller than MAX_INLINE_SIZE will be inlined. Larger files will use the standard CacheBundle behavior.

See Also
  • RFC 2397

Summary

Public Constructors
InlineClientBundleGenerator()
Protected Methods
AbstractResourceContext createResourceContext(TreeLogger logger, GeneratorContext context, JClassType resourceBundleType)
Create the ResourceContext object that will be used by ResourceGenerator subclasses.
[Expand]
Inherited Methods
From class com.google.gwt.resources.rebind.context.AbstractClientBundleGenerator
From class com.google.gwt.core.ext.Generator
From class java.lang.Object

Public Constructors

public InlineClientBundleGenerator ()

Protected Methods

protected AbstractResourceContext createResourceContext (TreeLogger logger, GeneratorContext context, JClassType resourceBundleType)

Create the ResourceContext object that will be used by ResourceGenerator subclasses. This is the primary way to implement custom logic in the resource generation pass.