com.google.gwt.dev.cfg |
|
Java Source File Name | Type | Comment |
Compilation.java | Class | Represents a single completed compilation. |
Compilations.java | Class | Manages a set of
Compilation objects keyed by deferred binding
decisions. |
CompilationSchema.java | Class | The XML schema class to parse XML for deferred binding conditions. |
CompoundCondition.java | Class | Abstract base class for various kinds of compound deferred binding
conditions. |
Condition.java | Class | Abstract base class for various kinds of deferred binding conditions. |
ConditionAll.java | Class | A compound condition that is only satisfied if all of its children are
satisfied. |
ConditionAny.java | Class | A compound condition that is satisfied if any of its children are satisfied. |
ConditionNone.java | Class | A compound condition that is only satisfied if all of its children are
unsatisfied. |
Conditions.java | Class | A typed collection of
Condition objects. |
ConditionWhenPropertyIs.java | Class | A deferred binding condition to determine whether a named property has a
particular value. |
ConditionWhenTypeAssignableTo.java | Class | A deferred binding condition to determine whether the type being rebound is
assignment-compatible with a particular type. |
ConditionWhenTypeIs.java | Class | A deferred binding condition to determine whether the type being rebound is
exactly a particular type. |
DefaultPropertyProvider.java | Class | A property provider that reports property values specified literally in a
host HTML page. |
Messages.java | Class | User messages related to configuration. |
ModuleDef.java | Class | Represents a module specification. |
ModuleDefLoader.java | Class | The top-level API for loading module XML. |
ModuleDefSchema.java | Class | Configures a module definition object using XML. |
Properties.java | Class | A typed map of deferred binding properties. |
Property.java | Class | Represents a single named deferred binding property that can answer with its
value. |
PropertyPermutations.java | Class | Generates all possible permutations of properties in a module. |
PropertyProvider.java | Class | Produces a deferred binding property value by executing JavaScript code. |
PublicOracle.java | Interface | Abstracts the process of querying for public files. |
PublicTagTest.java | Class | Tests various permutations of the GWT module's &public& tag,
specifically its ant-like inclusion support. |
Rule.java | Class | Abstract base class for various kinds of deferred binding rules. |
RuleFail.java | Class | A rule to explicitly fail during a deferred binding requrest. |
RuleGenerateWith.java | Class | A rule to replace the type being rebound with a class whose name is
determined by a generator class. |
RuleReplaceWith.java | Class | A rule to replace the type being rebound with an explicitly named class. |
Rules.java | Class | A typed collection of
Rule objects. |
Script.java | Class | Represents configuration for a dynamically-injected script. |
Scripts.java | Class | Manages a list of
com.google.gwt.dev.cfg.Script objects. |
SourceTagTest.java | Class | |
StaticPropertyOracle.java | Class | An implementation of
PropertyOracle that maintains explicit property
values, rather than computing them. |
Styles.java | Class | Manages a list of stylesheet urls. |
SuperSourceTagTest.java | Class | |
TagSuite.java | Class | Tests all classes in GWT JRE emulation library. |
TestSuperAndSourceTags.java | Class | Common test code for testing the various permutations of GWT module's
<source> and <super-source> source tags, specifically their
ant-like inclusion support. |