Interface | Description |
---|---|
ProxyOutputter |
Interface of classes that are able to output the code of a specific
type of proxy.
|
Class | Description |
---|---|
AbstractGenerator |
Base generator.
|
ApplicationControllerGenerator |
Will generate a
ApplicationController . |
BasicProxyOutputter |
Proxy outputter for a basic, non-place, non-tab-container proxy.
|
ClassCollection |
Contains all the classes that are useful to various generators.
|
ClassInspector |
A helper class that can be used to inspect a class for methods having specific signatures.
|
GinjectorGenerator |
Will generate a Ginjector from Ginjector.
|
GinjectorInspector |
This class is used to inspect the user-provided ginjector.
|
NonLeafTabContentProxyOutputter |
Proxy outputter for a proxy corresponding to a presenter which is displayed within a
TabContainerPresenter . |
PlaceTokenRegistryGenerator |
Generates an implementation of
PlaceTokenRegistry based on GWTP's NameToken annotation. |
PresenterDefinitions |
This class will hold a reference to all type of presenters that can be found in an application to be able to
retrieve them by type afterward.
|
PresenterInspector |
A class used to inspect the presenter, the methods and inner interfaces it contains.
|
PresenterTitleMethod |
Represents a method, in the presenter, that is responsible of returning the place title.
|
ProviderBundleGenerator |
Will generate a ProviderBundle.
|
ProxyEventMethod |
Represents a method, in the presenter, that is responsible of handling an event.
|
ProxyGenerator | |
ProxyOutputterBase |
The base class of any
ProxyOutputter implementation. |
ProxyOutputterFactory |
Factory used to instantiate the adequate
ProxyOutputter given a
proxy interface. |
ProxyPlaceOutputter |
Proxy outputter for a proxy that is also a place.
|
TabContentProxyPlaceOutputter | |
TabInfoMethod |
Represents a static method, in the presenter, that returns tab information.
|
Copyright © 2010–2014 Arcbees. All rights reserved.