Package | Description |
---|---|
com.google.gwt.dev | |
com.google.gwt.dev.cfg |
Modifier and Type | Method and Description |
---|---|
CachedGeneratorResult |
RebindCache.get(Rule rule,
String queryTypeName) |
void |
RebindCache.put(Rule rule,
String queryTypeName,
CachedGeneratorResult results) |
Modifier and Type | Class and Description |
---|---|
class |
RuleFail
A rule to explicitly fail during a deferred binding request.
|
class |
RuleGenerateWith
A rule to replace the type being rebound with a class whose name is determined by a generator
class.
|
class |
RuleReplaceWith
A rule to replace the type being rebound with an explicitly named class.
|
class |
RuleReplaceWithFallback
A shorthand rule to replace the type being rebound with itself.
Useful when defining fallback rebind rules that makes sure that a GWT.create(Foo.class) will attempt to instantiate a Foo if no other replacement rebinds have been declared or are currently applicable. |
Modifier and Type | Method and Description |
---|---|
List<Rule> |
ModuleDef.getGeneratorRules() |
Iterator<Rule> |
Rules.iterator() |
Modifier and Type | Method and Description |
---|---|
void |
ModuleDef.addRule(Rule rule) |
void |
Rules.prepend(Rule rule)
Prepends a rule, giving it the highest priority.
|
Copyright © 2018. All rights reserved.