Package | Description |
---|---|
com.google.gwt.resources.ext |
This package contains extension hooks for adding new resource types to
ClientBundle.
|
com.google.gwt.resources.rg |
Modifier and Type | Method and Description |
---|---|
void |
ResourceGenerator.createFields(TreeLogger logger,
ResourceContext context,
ClientBundleFields fields)
The ResourceGenerator can create fields within the implementation of the
bundle type.
|
void |
AbstractResourceGenerator.createFields(TreeLogger logger,
ResourceContext context,
ClientBundleFields fields)
A no-op implementation.
|
Modifier and Type | Method and Description |
---|---|
void |
ImageResourceGenerator.createFields(TreeLogger logger,
ResourceContext context,
ClientBundleFields fields)
We use this as a signal that we have received all image methods and can now
create the bundled images.
|
void |
ExternalTextResourceGenerator.createFields(TreeLogger logger,
ResourceContext context,
ClientBundleFields fields) |
Copyright © 2018. All rights reserved.