Java com.google.gwt.resources.ext ResourceContext fields, constructors, methods, implement or subclass

Example usage for Java com.google.gwt.resources.ext ResourceContext fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for com.google.gwt.resources.ext ResourceContext.

The text is from its open source code.

Method

Stringdeploy(URL resource, boolean forceExternal)
Cause a specific collection of bytes to be available in the program's compiled output.
Stringdeploy(URL resource, String mimeType, boolean forceExternal)
Cause a specific collection of bytes to be available in the program's compiled output.
Stringdeploy(String suggestedFileName, String mimeType, byte[] data, boolean forceExternal)
Cause a specific collection of bytes to be available in the program's compiled output.
JClassTypegetClientBundleType()
Return the interface type of the resource bundle being generated.
GeneratorContextgetGeneratorContext()
Return the GeneratorContext in which the overall resource generation framework is being run.
booleansupportsDataUrls()
Indicates if the runtime context supports data: urls.