com.google.gwt.resources.rebind.context
Class InlineClientBundleGenerator

java.lang.Object
  extended by Generator
      extended by com.google.gwt.resources.rebind.context.AbstractClientBundleGenerator
          extended by com.google.gwt.resources.rebind.context.InlineClientBundleGenerator

public final class InlineClientBundleGenerator
extends AbstractClientBundleGenerator

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"

Constructor Summary
InlineClientBundleGenerator()
           
 
Method Summary
 
Methods inherited from class com.google.gwt.resources.rebind.context.AbstractClientBundleGenerator
generate
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InlineClientBundleGenerator

public InlineClientBundleGenerator()