Package com.google.gwt.core.ext


package com.google.gwt.core.ext
Classes used to extend the GWT compiler. Developers will use the classes in this package only when creating custom code generators or linkers.
  • Class
    Description
    Thrown when a deferred binding property contains an invalid value.
    An interface to represent the cached results from a previous generator invocation.
    A container for saving lists of deferred-binding and configuration properties to be compared subsequently with a PropertyOracle.
    A named configuration (property, values) pair.
    Default immutable implementation of ConfigurationProperty that receives its values in its constructor.
    Default immutable implementation of SelectionProperty that receives its values in its constructor.
    An abstract generator context class which delegates all methods to a provided baseContext.
    Generates source code for subclasses during deferred binding requests.
    An optional annotation indicating that a Generator can be run with local information during incremental compilation.
    Provides metadata to deferred binding generators.
    An extension to the Generator class which supports incremental generation.
    Defines a linker for the GWT compiler.
    Provides access to data about the linking process.
    A wrapper to access a base GeneratorContext instance but with generator result caching disabled.
    Provides deferred binding property values.
    A mode to indicate how incremental generator output should be integrated by the deferred binding implementation.
    A class for returning the result of a rebind operation.
    An interface for encapsulating rebind rule resolution.
    A named deferred binding (property, value) pair for use in generators.
    An instance of a servlet container that can be used by the shell.
    Defines the service provider interface for launching servlet containers that can be used by the GWT development mode.
    An abstract generator context class which by default throws UnsupportedOperationException for all methods.
    A property oracle that prevents access to any properties not named in its predefined set.
    Used by the generator driver framework to limit property access for the purpose of forcing generators to accurately declare their property dependencies.
    An interface used to log messages in deferred binding generators.
    Provides extra information to the user, generally details of what caused the problem or what the user should do to fix the problem.
    A type-safe enum of all possible logging severity types.
    Used to indicate that some part of a multi-step process failed.