- AbstractActionHandler<A extends Action<R>,R extends Result> - Class in com.gwtplatform.dispatch.rpc.server.actionhandler
- 
Simple abstract super-class for  ActionHandler implementations that forces the  Action class to be
 passed in as a constructor to the handler. 
- AbstractActionHandler(Class<A>) - Constructor for class com.gwtplatform.dispatch.rpc.server.actionhandler.AbstractActionHandler
-  
- AbstractActionHandler<A extends Action<R>,R extends Result> - Class in com.gwtplatform.dispatch.server.actionhandler
- 
- AbstractActionHandler(Class<A>) - Constructor for class com.gwtplatform.dispatch.server.actionhandler.AbstractActionHandler
- 
Deprecated. 
- AbstractActionMetadataProvider - Class in com.gwtplatform.dispatch.rest.client
- 
- AbstractActionMetadataProvider() - Constructor for class com.gwtplatform.dispatch.rest.client.AbstractActionMetadataProvider
-  
- AbstractCachingClientActionHandler<A,R> - Class in com.gwtplatform.dispatch.client.actionhandler.caching
- 
Abstract base class for client-side action handlers with caching support. 
- AbstractCachingClientActionHandler(Class<A>, Cache) - Constructor for class com.gwtplatform.dispatch.client.actionhandler.caching.AbstractCachingClientActionHandler
-  
- AbstractClientActionHandler<A,R> - Class in com.gwtplatform.dispatch.client.actionhandler
- 
Simple abstract super-class for  ClientActionHandler implementations that forces the action class to be passed
 in as a constructor to the handler. 
- AbstractClientActionHandler(Class<A>) - Constructor for class com.gwtplatform.dispatch.client.actionhandler.AbstractClientActionHandler
-  
- AbstractDefaultActionValidator - Class in com.gwtplatform.dispatch.rpc.server.actionvalidator
- 
- AbstractDefaultActionValidator() - Constructor for class com.gwtplatform.dispatch.rpc.server.actionvalidator.AbstractDefaultActionValidator
-  
- AbstractDefaultActionValidator - Class in com.gwtplatform.dispatch.server.actionvalidator
- 
- AbstractDefaultActionValidator() - Constructor for class com.gwtplatform.dispatch.server.actionvalidator.AbstractDefaultActionValidator
- 
Deprecated. 
- AbstractDispatchAsync - Class in com.gwtplatform.dispatch.client
- 
Deprecated.
This class will be removed. 
 
- AbstractDispatchAsync(ExceptionHandler, SecurityCookieAccessor, ClientActionHandlerRegistry) - Constructor for class com.gwtplatform.dispatch.client.AbstractDispatchAsync
- 
Deprecated. 
- AbstractDispatchAsyncModule - Class in com.gwtplatform.dispatch.client.gin
- 
This gin module provides provides access to the dispatcher singleton, which is used to make calls to the server. 
- AbstractDispatchAsyncModule(AbstractDispatchAsyncModule.Builder, Class<? extends Annotation>) - Constructor for class com.gwtplatform.dispatch.client.gin.AbstractDispatchAsyncModule
-  
- AbstractDispatchAsyncModule.Builder - Class in com.gwtplatform.dispatch.client.gin
- 
- AbstractDispatchAsyncModule.Builder() - Constructor for class com.gwtplatform.dispatch.client.gin.AbstractDispatchAsyncModule.Builder
- 
- AbstractDispatchImpl - Class in com.gwtplatform.dispatch.rpc.server
- 
This is the server-side implementation of the  Dispatch service with an arbitrary action type, for which the
 client-side async service is  DispatchAsync. 
- AbstractDispatchImpl(ActionHandlerValidatorRegistry) - Constructor for class com.gwtplatform.dispatch.rpc.server.AbstractDispatchImpl
-  
- AbstractDispatchImpl - Class in com.gwtplatform.dispatch.server
- 
- AbstractDispatchImpl(ActionHandlerValidatorRegistry) - Constructor for class com.gwtplatform.dispatch.server.AbstractDispatchImpl
- 
Deprecated. 
- AbstractDispatchServiceImpl - Class in com.gwtplatform.dispatch.rpc.server
- 
- AbstractDispatchServiceImpl(Logger, Dispatch, RequestProvider) - Constructor for class com.gwtplatform.dispatch.rpc.server.AbstractDispatchServiceImpl
-  
- AbstractDispatchServiceImpl - Class in com.gwtplatform.dispatch.server
- 
- AbstractDispatchServiceImpl(Logger, Dispatch, RequestProvider) - Constructor for class com.gwtplatform.dispatch.server.AbstractDispatchServiceImpl
- 
Deprecated. 
- AbstractEagerActionHandlerValidatorRegistryImpl - Class in com.gwtplatform.dispatch.rpc.server.actionhandlervalidator
- 
This is a eager-loading implementation of the registry. 
- AbstractEagerActionHandlerValidatorRegistryImpl() - Constructor for class com.gwtplatform.dispatch.rpc.server.actionhandlervalidator.AbstractEagerActionHandlerValidatorRegistryImpl
-  
- AbstractEagerActionHandlerValidatorRegistryImpl - Class in com.gwtplatform.dispatch.server.actionhandlervalidator
- 
- AbstractEagerActionHandlerValidatorRegistryImpl() - Constructor for class com.gwtplatform.dispatch.server.actionhandlervalidator.AbstractEagerActionHandlerValidatorRegistryImpl
- 
Deprecated. 
- AbstractGenerator - Class in com.gwtplatform.mvp.rebind
- 
Base generator. 
- AbstractGenerator() - Constructor for class com.gwtplatform.mvp.rebind.AbstractGenerator
-  
- AbstractHttpSessionSecurityCookieFilter - Class in com.gwtplatform.dispatch.rpc.server
- 
- AbstractHttpSessionSecurityCookieFilter(String) - Constructor for class com.gwtplatform.dispatch.rpc.server.AbstractHttpSessionSecurityCookieFilter
- 
Deprecated. 
- AbstractHttpSessionSecurityCookieFilter - Class in com.gwtplatform.dispatch.server
- 
- AbstractHttpSessionSecurityCookieFilter(String) - Constructor for class com.gwtplatform.dispatch.server.AbstractHttpSessionSecurityCookieFilter
- 
Deprecated. 
- AbstractJacksonMapperProvider - Class in com.gwtplatform.dispatch.rest.client.serialization
- 
Abstract class providing utility methods to reduce the code generation complexity of  JacksonMapperProvider. 
- AbstractJacksonMapperProvider() - Constructor for class com.gwtplatform.dispatch.rest.client.serialization.AbstractJacksonMapperProvider
-  
- AbstractPresenterModule - Class in com.gwtplatform.mvp.client.gin
-  
- AbstractPresenterModule() - Constructor for class com.gwtplatform.mvp.client.gin.AbstractPresenterModule
-  
- AbstractRandomSecurityCookieFilter - Class in com.gwtplatform.dispatch.rpc.server
- 
This filter will automatically inject a security cookie inside the request the first time the page is loaded. 
- AbstractRandomSecurityCookieFilter(String, SecureRandom) - Constructor for class com.gwtplatform.dispatch.rpc.server.AbstractRandomSecurityCookieFilter
-  
- AbstractRandomSecurityCookieFilter - Class in com.gwtplatform.dispatch.server
- 
- AbstractRandomSecurityCookieFilter(String, SecureRandom) - Constructor for class com.gwtplatform.dispatch.server.AbstractRandomSecurityCookieFilter
- 
Deprecated. 
- AbstractRestAction<R> - Class in com.gwtplatform.dispatch.rest.client
- 
Provides a basic implementation of  RestAction to inheritors. 
- AbstractRestAction() - Constructor for class com.gwtplatform.dispatch.rest.client.AbstractRestAction
-  
- AbstractRestAction(HttpMethod, String, String) - Constructor for class com.gwtplatform.dispatch.rest.client.AbstractRestAction
-  
- AbstractRestDispatcherController - Class in com.gwtplatform.dispatch.rest.client
- 
- AbstractRestDispatcherController() - Constructor for class com.gwtplatform.dispatch.rest.client.AbstractRestDispatcherController
-  
- AbstractServiceGenerator - Class in com.gwtplatform.dispatch.rest.rebind
-  
- AbstractServiceGenerator(TypeOracle, Logger, Provider<VelocityContext>, VelocityEngine, GeneratorUtil, GeneratorFactory, JClassType) - Constructor for class com.gwtplatform.dispatch.rest.rebind.AbstractServiceGenerator
-  
- AbstractSimpleResult<T> - Class in com.gwtplatform.dispatch.rpc.shared
- 
A common use-case is returning a single value from an action. 
- AbstractSimpleResult(T) - Constructor for class com.gwtplatform.dispatch.rpc.shared.AbstractSimpleResult
-  
- AbstractSimpleResult() - Constructor for class com.gwtplatform.dispatch.rpc.shared.AbstractSimpleResult
-  
- AbstractSimpleResult<T> - Class in com.gwtplatform.dispatch.shared
- 
- AbstractSimpleResult(T) - Constructor for class com.gwtplatform.dispatch.shared.AbstractSimpleResult
- 
Deprecated. 
- AbstractSimpleResult() - Constructor for class com.gwtplatform.dispatch.shared.AbstractSimpleResult
- 
Deprecated. 
- AbstractUpdateResult<T> - Class in com.gwtplatform.dispatch.rpc.shared
- 
Provides support for simple update response which contain both the old value and new value. 
- AbstractUpdateResult(T, T) - Constructor for class com.gwtplatform.dispatch.rpc.shared.AbstractUpdateResult
-  
- AbstractUpdateResult() - Constructor for class com.gwtplatform.dispatch.rpc.shared.AbstractUpdateResult
- 
For serialization support only. 
- AbstractUpdateResult<T> - Class in com.gwtplatform.dispatch.shared
- 
- AbstractUpdateResult(T, T) - Constructor for class com.gwtplatform.dispatch.shared.AbstractUpdateResult
- 
Deprecated. 
- AbstractUpdateResult() - Constructor for class com.gwtplatform.dispatch.shared.AbstractUpdateResult
- 
Deprecated. For serialization support only. 
- AbstractVelocityGenerator - Class in com.gwtplatform.dispatch.rest.rebind
-  
- AbstractVelocityGenerator(TypeOracle, Logger, Provider<VelocityContext>, VelocityEngine, GeneratorUtil) - Constructor for class com.gwtplatform.dispatch.rest.rebind.AbstractVelocityGenerator
-  
- AbstractVelocityGenerator - Class in com.gwtplatform.mvp.rebind.velocity
-  
- AbstractVelocityGenerator(Provider<VelocityContext>, VelocityEngine, GeneratorUtil) - Constructor for class com.gwtplatform.mvp.rebind.velocity.AbstractVelocityGenerator
-  
- Action<R extends Result> - Interface in com.gwtplatform.dispatch.rpc.shared
- 
An action represents a command sent to the  Dispatch. 
- Action<R extends Result> - Interface in com.gwtplatform.dispatch.shared
- 
- ActionBinding - Class in com.gwtplatform.dispatch.rest.rebind.type
-  
- ActionBinding(String, String, String, String, String, List<JParameter>) - Constructor for class com.gwtplatform.dispatch.rest.rebind.type.ActionBinding
-  
- ActionCachingHandler<A,R> - Class in com.gwtplatform.dispatch.client.actionhandler.caching
- 
- ActionCachingHandler(Class<A>, Cache) - Constructor for class com.gwtplatform.dispatch.client.actionhandler.caching.ActionCachingHandler
-  
- ActionException - Exception in com.gwtplatform.dispatch.shared
- 
- ActionException() - Constructor for exception com.gwtplatform.dispatch.shared.ActionException
-  
- ActionException(String) - Constructor for exception com.gwtplatform.dispatch.shared.ActionException
-  
- ActionException(String, Throwable) - Constructor for exception com.gwtplatform.dispatch.shared.ActionException
-  
- ActionException(Throwable) - Constructor for exception com.gwtplatform.dispatch.shared.ActionException
-  
- ActionGenerator - Class in com.gwtplatform.dispatch.rest.rebind
-  
- ActionHandler<A extends Action<R>,R extends Result> - Interface in com.gwtplatform.dispatch.rpc.server.actionhandler
- 
Instances of this interface will handle specific types of  Action classes. 
- ActionHandler<A extends Action<R>,R extends Result> - Interface in com.gwtplatform.dispatch.server.actionhandler
- 
- ActionHandlerValidatorClass<A extends Action<R>,R extends Result> - Class in com.gwtplatform.dispatch.rpc.server.actionhandlervalidator
- 
- ActionHandlerValidatorClass(Class<? extends ActionHandler<A, R>>, Class<? extends ActionValidator>) - Constructor for class com.gwtplatform.dispatch.rpc.server.actionhandlervalidator.ActionHandlerValidatorClass
-  
- ActionHandlerValidatorClass<A extends Action<R>,R extends Result> - Class in com.gwtplatform.dispatch.server.actionhandlervalidator
- 
- ActionHandlerValidatorClass(Class<? extends ActionHandler<A, R>>, Class<? extends ActionValidator>) - Constructor for class com.gwtplatform.dispatch.server.actionhandlervalidator.ActionHandlerValidatorClass
- 
Deprecated. 
- ActionHandlerValidatorInstance - Class in com.gwtplatform.dispatch.rpc.server.actionhandlervalidator
- 
- ActionHandlerValidatorInstance(ActionValidator, ActionHandler<?, ?>) - Constructor for class com.gwtplatform.dispatch.rpc.server.actionhandlervalidator.ActionHandlerValidatorInstance
-  
- ActionHandlerValidatorInstance - Class in com.gwtplatform.dispatch.server.actionhandlervalidator
- 
- ActionHandlerValidatorInstance(ActionValidator, ActionHandler<?, ?>) - Constructor for class com.gwtplatform.dispatch.server.actionhandlervalidator.ActionHandlerValidatorInstance
- 
Deprecated. 
- ActionHandlerValidatorLinker - Class in com.gwtplatform.dispatch.rpc.server.guice.actionhandlervalidator
- 
- ActionHandlerValidatorLinker - Class in com.gwtplatform.dispatch.rpc.server.spring.actionhandlervalidator
- 
- ActionHandlerValidatorLinker - Class in com.gwtplatform.dispatch.server.guice.actionhandlervalidator
- 
- ActionHandlerValidatorLinker - Class in com.gwtplatform.dispatch.server.spring.actionhandlervalidator
- 
- ActionHandlerValidatorLinkerHelper - Class in com.gwtplatform.dispatch.rpc.server.actionhandlervalidator
-  
- ActionHandlerValidatorLinkerHelper() - Constructor for class com.gwtplatform.dispatch.rpc.server.actionhandlervalidator.ActionHandlerValidatorLinkerHelper
-  
- ActionHandlerValidatorLinkerHelper - Class in com.gwtplatform.dispatch.server.actionhandlervalidator
- 
- ActionHandlerValidatorLinkerHelper() - Constructor for class com.gwtplatform.dispatch.server.actionhandlervalidator.ActionHandlerValidatorLinkerHelper
- 
Deprecated. 
- ActionHandlerValidatorLinkerHelper.BeanProvider - Interface in com.gwtplatform.dispatch.rpc.server.actionhandlervalidator
-  
- ActionHandlerValidatorLinkerHelper.BeanProvider - Interface in com.gwtplatform.dispatch.server.actionhandlervalidator
- 
Deprecated. 
- ActionHandlerValidatorLinkerHelper.BeanProvider.BindingDescriptor<B> - Interface in com.gwtplatform.dispatch.rpc.server.actionhandlervalidator
-  
- ActionHandlerValidatorLinkerHelper.BeanProvider.BindingDescriptor<B> - Interface in com.gwtplatform.dispatch.server.actionhandlervalidator
- 
Deprecated. 
- ActionHandlerValidatorLinkerHelper.CommonBindingDescriptor<B> - Class in com.gwtplatform.dispatch.rpc.server.actionhandlervalidator
- 
BingingDescriptor implementation for the Guice/Spring. 
- ActionHandlerValidatorLinkerHelper.CommonBindingDescriptor(B, String) - Constructor for class com.gwtplatform.dispatch.rpc.server.actionhandlervalidator.ActionHandlerValidatorLinkerHelper.CommonBindingDescriptor
-  
- ActionHandlerValidatorLinkerHelper.CommonBindingDescriptor<B> - Class in com.gwtplatform.dispatch.server.actionhandlervalidator
- 
Deprecated. BingingDescriptor implementation for the Guice/Spring. 
- ActionHandlerValidatorLinkerHelper.CommonBindingDescriptor(B, String) - Constructor for class com.gwtplatform.dispatch.server.actionhandlervalidator.ActionHandlerValidatorLinkerHelper.CommonBindingDescriptor
- 
Deprecated. 
- ActionHandlerValidatorMap<A extends Action<R>,R extends Result> - Interface in com.gwtplatform.dispatch.rpc.server.actionhandlervalidator
- 
- ActionHandlerValidatorMap<A extends Action<R>,R extends Result> - Interface in com.gwtplatform.dispatch.server.actionhandlervalidator
- 
- ActionHandlerValidatorMapImpl<A extends Action<R>,R extends Result> - Class in com.gwtplatform.dispatch.rpc.server.actionhandlervalidator
- 
- ActionHandlerValidatorMapImpl(Class<A>, ActionHandlerValidatorClass<A, R>) - Constructor for class com.gwtplatform.dispatch.rpc.server.actionhandlervalidator.ActionHandlerValidatorMapImpl
-  
- ActionHandlerValidatorMapImpl<A extends Action<R>,R extends Result> - Class in com.gwtplatform.dispatch.server.actionhandlervalidator
- 
- ActionHandlerValidatorMapImpl(Class<A>, ActionHandlerValidatorClass<A, R>) - Constructor for class com.gwtplatform.dispatch.server.actionhandlervalidator.ActionHandlerValidatorMapImpl
- 
Deprecated. 
- ActionHandlerValidatorRegistry - Interface in com.gwtplatform.dispatch.rpc.server.actionhandlervalidator
- 
- actionHandlerValidatorRegistry(Class<? extends ActionHandlerValidatorRegistry>) - Method in class com.gwtplatform.dispatch.rpc.server.guice.DispatchModule.Builder
-  
- actionHandlerValidatorRegistry - Variable in class com.gwtplatform.dispatch.rpc.server.spring.AnnotatedActionBeandHandlerRegistrator
-  
- ActionHandlerValidatorRegistry - Interface in com.gwtplatform.dispatch.server.actionhandlervalidator
- 
- actionHandlerValidatorRegistry(Class<? extends ActionHandlerValidatorRegistry>) - Method in class com.gwtplatform.dispatch.server.guice.DispatchModule.Builder
- 
Deprecated. 
- actionHandlerValidatorRegistry - Variable in class com.gwtplatform.dispatch.server.spring.AnnotatedActionBeandHandlerRegistrator
- 
Deprecated. 
- ActionImpl<R extends Result> - Class in com.gwtplatform.dispatch.rpc.shared
- 
Default Action using the base path as dispatch/className. 
- ActionImpl() - Constructor for class com.gwtplatform.dispatch.rpc.shared.ActionImpl
-  
- ActionImpl<R extends Result> - Class in com.gwtplatform.dispatch.shared
- 
- ActionImpl() - Constructor for class com.gwtplatform.dispatch.shared.ActionImpl
- 
Deprecated. 
- ActionMetadataProvider - Interface in com.gwtplatform.dispatch.rest.client
- 
An implementation of this class is generated at compile-time to provide additional information about generated
  RestActions. 
- ActionMetadataProvider.MetadataKey - Class in com.gwtplatform.dispatch.rest.client
- 
- ActionMetadataProviderGenerator - Class in com.gwtplatform.dispatch.rest.rebind
-  
- ActionResult<A extends Action<R>,R extends Result> - Class in com.gwtplatform.dispatch.rpc.server.actionhandler
- 
This contains both the original  Action and the  Result of that action. 
- ActionResult(A, R, boolean) - Constructor for class com.gwtplatform.dispatch.rpc.server.actionhandler.ActionResult
- 
Creates a new action/result pair. 
- ActionResult<A extends Action<R>,R extends Result> - Class in com.gwtplatform.dispatch.server.actionhandler
- 
- ActionResult(A, R, boolean) - Constructor for class com.gwtplatform.dispatch.server.actionhandler.ActionResult
- 
Deprecated. Creates a new action/result pair. 
- ActionTestBase - Class in com.gwtplatform.dispatch.rpc.server
-  
- ActionTestBase() - Constructor for class com.gwtplatform.dispatch.rpc.server.ActionTestBase
-  
- ActionValidator - Interface in com.gwtplatform.dispatch.rpc.server.actionvalidator
- 
Implementers must provide an implementation of this interface and provide it to the
  DispatchService implementation so that it can check
 whether or not the action can be executed. 
- ActionValidator - Interface in com.gwtplatform.dispatch.server.actionvalidator
- 
- activate() - Method in interface com.gwtplatform.mvp.client.Tab
- 
Should not be called directly. 
- addAccount(String, String) - Method in interface com.gwtplatform.mvp.client.googleanalytics.GoogleAnalytics
- 
Given that you already have initialized your default Google account with
  GoogleAnalytics.init(String), this function will add a new account on which you'll
 be able to track events and pages. 
- addAccount(String, String) - Method in class com.gwtplatform.mvp.client.googleanalytics.GoogleAnalyticsImpl
-  
- addActionHandlerValidator(Class<A>, ActionHandlerValidatorInstance) - Method in class com.gwtplatform.dispatch.rpc.server.actionhandlervalidator.AbstractEagerActionHandlerValidatorRegistryImpl
-  
- addActionHandlerValidator(Class<A>, ActionHandlerValidatorInstance) - Method in interface com.gwtplatform.dispatch.rpc.server.actionhandlervalidator.EagerActionHandlerValidatorRegistry
-  
- addActionHandlerValidator(Class<A>, ActionHandlerValidatorInstance) - Method in class com.gwtplatform.dispatch.server.actionhandlervalidator.AbstractEagerActionHandlerValidatorRegistryImpl
- 
Deprecated. 
- addActionHandlerValidator(Class<A>, ActionHandlerValidatorInstance) - Method in interface com.gwtplatform.dispatch.server.actionhandlervalidator.EagerActionHandlerValidatorRegistry
- 
Deprecated. 
- addActionHandlerValidatorClass(Class<A>, ActionHandlerValidatorClass<A, R>) - Method in interface com.gwtplatform.dispatch.rpc.server.actionhandlervalidator.LazyActionHandlerValidatorRegistry
- 
- addActionHandlerValidatorClass(Class<A>, ActionHandlerValidatorClass<A, R>) - Method in class com.gwtplatform.dispatch.rpc.server.guice.actionhandlervalidator.LazyActionHandlerValidatorRegistryImpl
-  
- addActionHandlerValidatorClass(Class<A>, ActionHandlerValidatorClass<A, R>) - Method in class com.gwtplatform.dispatch.rpc.server.spring.actionhandlervalidator.LazyActionHandlerValidatorRegistryImpl
-  
- addActionHandlerValidatorClass(Class<A>, ActionHandlerValidatorClass<A, R>) - Method in interface com.gwtplatform.dispatch.server.actionhandlervalidator.LazyActionHandlerValidatorRegistry
- 
Deprecated. 
- addActionHandlerValidatorClass(Class<A>, ActionHandlerValidatorClass<A, R>) - Method in class com.gwtplatform.dispatch.server.guice.actionhandlervalidator.LazyActionHandlerValidatorRegistryImpl
- 
Deprecated. 
- addActionHandlerValidatorClass(Class<A>, ActionHandlerValidatorClass<A, R>) - Method in class com.gwtplatform.dispatch.server.spring.actionhandlervalidator.LazyActionHandlerValidatorRegistryImpl
- 
Deprecated. 
- addCodeSplitBundlePresenter(String, JClassType) - Method in class com.gwtplatform.mvp.rebind.PresenterDefinitions
-  
- addCodeSplitPresenter(JClassType) - Method in class com.gwtplatform.mvp.rebind.PresenterDefinitions
-  
- addCommand(Command) - Method in class com.gwtplatform.tester.DeferredCommandManager
-  
- addFormParam(String, Object) - Method in class com.gwtplatform.dispatch.rest.client.AbstractRestAction
-  
- addFormParam(String, Date) - Method in class com.gwtplatform.dispatch.rest.client.AbstractRestAction
-  
- addFormParam(String, Date, String) - Method in class com.gwtplatform.dispatch.rest.client.AbstractRestAction
-  
- addGatekeeper(JClassType) - Method in class com.gwtplatform.mvp.rebind.PresenterDefinitions
-  
- addGlobalHeaderParam(String) - Method in class com.gwtplatform.dispatch.rest.client.gin.RestDispatchAsyncModuleBuilder
- 
Initiate the creation of a global header parameter that will be attached to all requests. 
- addGlobalQueryParam(String) - Method in class com.gwtplatform.dispatch.rest.client.gin.RestDispatchAsyncModuleBuilder
- 
Initiate the creation of a global query parameter that will be attached to all requests. 
- addHandler(GwtEvent.Type<H>, H) - Method in class com.gwtplatform.mvp.client.PresenterWidget
- 
Registers an event handler towards the  EventBus. 
- addHeaderParam(String, Object) - Method in class com.gwtplatform.dispatch.rest.client.AbstractRestAction
-  
- addHeaderParam(String, Date) - Method in class com.gwtplatform.dispatch.rest.client.AbstractRestAction
-  
- addHeaderParam(String, Date, String) - Method in class com.gwtplatform.dispatch.rest.client.AbstractRestAction
-  
- addImplementedInterface(ClassSourceFileComposerFactory) - Method in class com.gwtplatform.mvp.rebind.ProxyEventMethod
- 
Ensures the class being built by the ClassSourceFileComposerFactoryimplements the
 interface required to handle this event.
 
- addPathParam(String, Object) - Method in class com.gwtplatform.dispatch.rest.client.AbstractRestAction
-  
- addPathParam(String, Date) - Method in class com.gwtplatform.dispatch.rest.client.AbstractRestAction
-  
- addPathParam(String, Date, String) - Method in class com.gwtplatform.dispatch.rest.client.AbstractRestAction
-  
- addProvider(String, Provider<? extends ObjectMapper<?>>) - Method in class com.gwtplatform.dispatch.rest.client.serialization.AbstractJacksonMapperProvider
-  
- addQueryParam(String, Object) - Method in class com.gwtplatform.dispatch.rest.client.AbstractRestAction
-  
- addQueryParam(String, Date) - Method in class com.gwtplatform.dispatch.rest.client.AbstractRestAction
-  
- addQueryParam(String, Date, String) - Method in class com.gwtplatform.dispatch.rest.client.AbstractRestAction
-  
- addRegisteredHandler(GwtEvent.Type<H>, H) - Method in class com.gwtplatform.mvp.client.PresenterWidget
- 
- addRegisteredHandler(GwtEvent.Type<H>, H) - Method in class com.gwtplatform.mvp.client.proxy.ProxyPlaceAbstract
- 
Register an event to be automatically removed when this proxy will be released. 
- addRequestTabsHandler() - Method in class com.gwtplatform.mvp.client.proxy.NonLeafTabContentProxyImpl
-  
- addStandardPresenter(JClassType) - Method in class com.gwtplatform.mvp.rebind.PresenterDefinitions
-  
- addTab(TabContentProxy<?>) - Method in class com.gwtplatform.mvp.client.TabContainerPresenter
- 
Adds a new tab to this presenter. 
- addTab(TabData, String) - Method in interface com.gwtplatform.mvp.client.TabPanel
- 
Adds a new tab to the widget. 
- addToPopupSlot(PresenterWidget<? extends PopupView>) - Method in interface com.gwtplatform.mvp.client.HasPopupSlot
- 
This method sets some popup content within the  Presenter and
 centers it. 
- addToPopupSlot(PresenterWidget<? extends PopupView>, boolean) - Method in interface com.gwtplatform.mvp.client.HasPopupSlot
- 
This method sets some popup content within the  Presenter. 
- addToPopupSlot(PresenterWidget<? extends PopupView>) - Method in class com.gwtplatform.mvp.client.PresenterWidget
-  
- addToPopupSlot(PresenterWidget<? extends PopupView>, boolean) - Method in class com.gwtplatform.mvp.client.PresenterWidget
-  
- addToSlot(Object, PresenterWidget<?>) - Method in interface com.gwtplatform.mvp.client.HasSlots
- 
This method adds some content in a specific slot of the  Presenter. 
- addToSlot(Object, PresenterWidget<?>) - Method in class com.gwtplatform.mvp.client.PresenterWidget
-  
- addToSlot(Object, IsWidget) - Method in interface com.gwtplatform.mvp.client.View
- 
Requests the view to add content within a specific slot. 
- addToSlot(Object, IsWidget) - Method in class com.gwtplatform.mvp.client.ViewImpl
-  
- addVisibleHandler(GwtEvent.Type<H>, H) - Method in class com.gwtplatform.mvp.client.PresenterWidget
- 
Registers an event handler towards the  EventBus and
 registers it to be only active when the presenter is visible
 is called. 
- AnnotatedActionBeandHandlerRegistrator - Class in com.gwtplatform.dispatch.rpc.server.spring
- 
- AnnotatedActionBeandHandlerRegistrator() - Constructor for class com.gwtplatform.dispatch.rpc.server.spring.AnnotatedActionBeandHandlerRegistrator
-  
- AnnotatedActionBeandHandlerRegistrator - Class in com.gwtplatform.dispatch.server.spring
- 
- AnnotatedActionBeandHandlerRegistrator() - Constructor for class com.gwtplatform.dispatch.server.spring.AnnotatedActionBeandHandlerRegistrator
- 
Deprecated. 
- AnnotationValueResolver<T extends Annotation> - Interface in com.gwtplatform.dispatch.rest.rebind.util
-  
- applicationContext - Variable in class com.gwtplatform.dispatch.rpc.server.spring.AnnotatedActionBeandHandlerRegistrator
-  
- applicationContext - Variable in class com.gwtplatform.dispatch.rpc.server.spring.HandlerModule
-  
- applicationContext - Variable in class com.gwtplatform.dispatch.server.spring.AnnotatedActionBeandHandlerRegistrator
- 
Deprecated. 
- applicationContext - Variable in class com.gwtplatform.dispatch.server.spring.HandlerModule
- 
Deprecated. 
- ApplicationController - Interface in com.gwtplatform.mvp.client
- 
ApplicationController will trigger the generation of your Ginjector. 
- ApplicationControllerGenerator - Class in com.gwtplatform.mvp.rebind
- 
- ApplicationControllerGenerator() - Constructor for class com.gwtplatform.mvp.rebind.ApplicationControllerGenerator
-  
- asPopupPanel() - Method in class com.gwtplatform.mvp.client.PopupViewImpl
- 
- asWidget() - Method in class com.gwtplatform.mvp.client.PresenterWidget
-  
- asWidget() - Method in class com.gwtplatform.mvp.client.RootPresenter.RootView
-  
- asWidget() - Method in interface com.gwtplatform.mvp.client.Tab
- 
Every tab should be able to return itself as an instance of a widget class. 
- asWidget() - Method in class com.gwtplatform.mvp.client.ViewImpl
-  
- AsyncCallFailEvent - Class in com.gwtplatform.mvp.client.proxy
- 
Event fired after any asynchronous call to the server performed by GWTP MVP returns with
 Such asynchronous calls only occur when using code splitting. 
- AsyncCallFailHandler - Interface in com.gwtplatform.mvp.client.proxy
- 
- AsyncCallStartEvent - Class in com.gwtplatform.mvp.client.proxy
- 
Event fired right before any asynchronous call to the server is performed by GWTP MVP. 
- AsyncCallStartHandler - Interface in com.gwtplatform.mvp.client.proxy
- 
- AsyncCallSucceedEvent - Class in com.gwtplatform.mvp.client.proxy
- 
Event fired after any asynchronous call to the server performed by GWTP MVP has succeeded. 
- AsyncCallSucceedHandler - Interface in com.gwtplatform.mvp.client.proxy
- 
- AsyncMockProvider<T> - Class in com.gwtplatform.tester
- 
For use in test cases where an  AsyncProvider is required to provide
 an object and the test case needs to provide a mock of the object. 
- AsyncMockProvider(T) - Constructor for class com.gwtplatform.tester.AsyncMockProvider
- 
- AsyncMockProvider(Throwable) - Constructor for class com.gwtplatform.tester.AsyncMockProvider
- 
Construct a  AsyncProvider that will fail to provide the mock
 object, and will fail with the specified error. 
- AutobindDisable - Class in com.gwtplatform.mvp.client
- 
- AutobindDisable(boolean) - Constructor for class com.gwtplatform.mvp.client.AutobindDisable
-  
- BasicProxyOutputter - Class in com.gwtplatform.mvp.rebind
- 
Proxy outputter for a basic, non-place, non-tab-container proxy. 
- BasicProxyOutputter(TypeOracle, TreeLogger, ClassCollection, GinjectorInspector, PresenterInspector) - Constructor for class com.gwtplatform.mvp.rebind.BasicProxyOutputter
-  
- BatchAction - Class in com.gwtplatform.dispatch.rpc.shared
- 
This provides a simple way to send multiple actions to be executed in sequence. 
- BatchAction(BatchAction.OnException, Action<?>...) - Constructor for class com.gwtplatform.dispatch.rpc.shared.BatchAction
- 
Constructs a new batch action, which will attempt to execute the provided list of actions in order. 
- BatchAction - Class in com.gwtplatform.dispatch.shared
- 
- BatchAction(BatchAction.OnException, Action<?>...) - Constructor for class com.gwtplatform.dispatch.shared.BatchAction
- 
Deprecated. Constructs a new batch action, which will attempt to execute the provided
 list of actions in order. 
- BatchAction.OnException - Enum in com.gwtplatform.dispatch.rpc.shared
- 
BatchAction's enumeration of possible outcomes when there is an exception. 
- BatchAction.OnException - Enum in com.gwtplatform.dispatch.shared
- 
Deprecated. 
- BatchActionHandler - Class in com.gwtplatform.dispatch.rpc.server.actionhandler
- 
This handles  BatchAction requests, which are a set of multiple actions that need to all be executed
 successfully in sequence for the whole action to succeed. 
- BatchActionHandler() - Constructor for class com.gwtplatform.dispatch.rpc.server.actionhandler.BatchActionHandler
-  
- BatchActionHandler - Class in com.gwtplatform.dispatch.server.actionhandler
- 
- BatchActionHandler() - Constructor for class com.gwtplatform.dispatch.server.actionhandler.BatchActionHandler
- 
Deprecated. 
- BatchResult - Class in com.gwtplatform.dispatch.rpc.shared
- 
- BatchResult(List<Result>) - Constructor for class com.gwtplatform.dispatch.rpc.shared.BatchResult
- 
Creates a new result with the list of results from the batch action, in order. 
- BatchResult - Class in com.gwtplatform.dispatch.shared
- 
- BatchResult(List<Result>) - Constructor for class com.gwtplatform.dispatch.shared.BatchResult
- 
Deprecated. Creates a new result with the list of results from the batch action, in
 order. 
- beginWrappedProxy(SourceWriter, String) - Method in class com.gwtplatform.mvp.rebind.ProxyPlaceOutputter
-  
- bind(Ginjector) - Static method in class com.gwtplatform.mvp.client.DelayedBindRegistry
- 
- bind() - Method in interface com.gwtplatform.mvp.client.HandlerContainer
- 
Call this method after the object is constructed in order to bind all its
 handlers. 
- bind() - Method in class com.gwtplatform.mvp.client.HandlerContainerImpl
-  
- bind() - Method in class com.gwtplatform.mvp.client.Presenter
-  
- bind(PlaceManager, EventBus) - Method in class com.gwtplatform.mvp.client.proxy.ProxyImpl
- 
Injects the various resources and performs other bindings. 
- bind(PlaceManager, EventBus) - Method in class com.gwtplatform.mvp.client.proxy.ProxyPlaceAbstract
- 
Injects the various resources and performs other bindings. 
- bindHandler(Class<A>, Class<? extends ActionHandler<A, R>>) - Method in class com.gwtplatform.dispatch.rpc.server.guice.HandlerModule
-  
- bindHandler(Class<A>, Class<? extends ActionHandler<A, R>>, Class<? extends ActionValidator>) - Method in class com.gwtplatform.dispatch.rpc.server.guice.HandlerModule
-  
- bindHandler(Class<A>, Class<? extends ActionHandler<A, R>>) - Method in class com.gwtplatform.dispatch.rpc.server.spring.HandlerModule
-  
- bindHandler(Class<A>, Class<? extends ActionHandler<A, R>>, Class<? extends ActionValidator>) - Method in class com.gwtplatform.dispatch.rpc.server.spring.HandlerModule
-  
- bindHandler(Class<A>, Class<? extends ActionHandler<A, R>>) - Method in class com.gwtplatform.dispatch.server.guice.HandlerModule
- 
Deprecated. 
- bindHandler(Class<A>, Class<? extends ActionHandler<A, R>>, Class<? extends ActionValidator>) - Method in class com.gwtplatform.dispatch.server.guice.HandlerModule
- 
Deprecated. 
- bindHandler(Class<A>, Class<? extends ActionHandler<A, R>>) - Method in class com.gwtplatform.dispatch.server.spring.HandlerModule
- 
Deprecated. 
- bindHandler(Class<A>, Class<? extends ActionHandler<A, R>>, Class<? extends ActionValidator>) - Method in class com.gwtplatform.dispatch.server.spring.HandlerModule
- 
Deprecated. 
- bindMockActionHandler(Class<H>, H) - Method in class com.gwtplatform.tester.MockHandlerModule
- 
Registers a mock server-side action handlers. 
- bindMockClientActionHandler(Class<A>, H) - Method in class com.gwtplatform.tester.MockHandlerModule
- 
Registers a mock client-side action handlers. 
- bindMockHandler(Class<H>, H) - Method in class com.gwtplatform.tester.MockHandlerModule
- 
Deprecated. 
- bindPresenter(Class<P>, Class<? extends P>, Class<Proxy_>) - Method in class com.gwtplatform.mvp.client.gin.AbstractPresenterModule
- 
Convenience method for binding a singleton presenter with its proxy, when
 using automatically generated proxy classes and non-singleton views. 
- bindPresenter(Class<P>, Class<? extends P>, Class<V>, Class<? extends V>, Class<Proxy_>) - Method in class com.gwtplatform.mvp.client.gin.AbstractPresenterModule
- 
Convenience method for binding a singleton presenter with its view and its
 proxy, when using automatically generated proxy classes. 
- bindPresenter(Class<P>, Class<Proxy_>) - Method in class com.gwtplatform.mvp.client.gin.AbstractPresenterModule
- 
Convenience method for binding a singleton presenter with its proxy, when
 using automatically generated proxy classes and non-singleton views. 
- bindPresenter(Class<P>, Class<V>, Class<? extends V>, Class<Proxy_>) - Method in class com.gwtplatform.mvp.client.gin.AbstractPresenterModule
- 
Convenience method for binding a singleton presenter with its view and its
 proxy, when using automatically generated proxy classes. 
- bindPresenterCustomProxy(Class<P>, Class<? extends P>, Class<Proxy_>, Class<? extends Proxy_>) - Method in class com.gwtplatform.mvp.client.gin.AbstractPresenterModule
- 
Convenience method for binding a singleton presenter with its proxy, when
 using custom-made proxy classes and non-singleton views. 
- bindPresenterCustomProxy(Class<P>, Class<? extends P>, Class<V>, Class<? extends V>, Class<Proxy_>, Class<? extends Proxy_>) - Method in class com.gwtplatform.mvp.client.gin.AbstractPresenterModule
- 
Convenience method for binding a singleton presenter with its view and its
 proxy, when using custom-made proxy classes. 
- bindPresenterCustomProxy(Class<P>, Class<Proxy_>, Class<? extends Proxy_>) - Method in class com.gwtplatform.mvp.client.gin.AbstractPresenterModule
- 
Convenience method for binding a singleton presenter with its proxy, when
 using custom-made proxy classes and non-singleton views. 
- bindPresenterCustomProxy(Class<P>, Class<V>, Class<? extends V>, Class<Proxy_>, Class<? extends Proxy_>) - Method in class com.gwtplatform.mvp.client.gin.AbstractPresenterModule
- 
Convenience method for binding a singleton presenter with its view and its
 proxy, when using custom-made proxy classes. 
- bindPresenterWidget(Class<P>, Class<? extends P>, Class<V>, Class<? extends V>) - Method in class com.gwtplatform.mvp.client.gin.AbstractPresenterModule
- 
- bindPresenterWidget(Class<P>, Class<V>, Class<? extends V>) - Method in class com.gwtplatform.mvp.client.gin.AbstractPresenterModule
- 
- bindPresenterWidgetFactory(Class<P>, Class<? extends P>, Class<V>, Class<? extends V>) - Method in class com.gwtplatform.mvp.client.gin.AbstractPresenterModule
- 
Convenience method for binding a non-singleton  PresenterWidget that
 is created via a factory to its  View, which is also created via a
 factory. 
- bindSharedView(Class<V>, Class<? extends V>) - Method in class com.gwtplatform.mvp.client.gin.AbstractPresenterModule
- 
Bind a view interface to its implementation in a non-singleton manner. 
- bindSingletonPresenterWidget(Class<P>, Class<? extends P>, Class<V>, Class<? extends V>) - Method in class com.gwtplatform.mvp.client.gin.AbstractPresenterModule
- 
- bindSingletonPresenterWidget(Class<P>, Class<V>, Class<? extends V>) - Method in class com.gwtplatform.mvp.client.gin.AbstractPresenterModule
- 
- Bootstrapper - Interface in com.gwtplatform.mvp.client
- 
When a class implementing the Bootstrapper interface and annotated with
 com.gwtplatform.mvp.client.annotations.Bootstrapis found, GWTP will call onBootstrap() of the bootstapper
 instead of revealCurrentPlace.
 
- build() - Method in class com.gwtplatform.dispatch.client.gin.AbstractDispatchAsyncModule.Builder
- 
- build() - Method in class com.gwtplatform.dispatch.client.gin.DispatchAsyncModule.Builder
- 
Deprecated. 
- build(A, String) - Method in class com.gwtplatform.dispatch.rest.client.DefaultRestRequestBuilderFactory
-  
- build() - Method in class com.gwtplatform.dispatch.rest.client.gin.RestDispatchAsyncModuleBuilder
-  
- build(A, String) - Method in interface com.gwtplatform.dispatch.rest.client.RestRequestBuilderFactory
- 
- build() - Method in class com.gwtplatform.dispatch.rpc.client.gin.RpcDispatchAsyncModule.Builder
-  
- build() - Method in class com.gwtplatform.dispatch.rpc.server.guice.DispatchModule.Builder
-  
- build() - Method in class com.gwtplatform.dispatch.server.guice.DispatchModule.Builder
- 
Deprecated. 
- build() - Method in class com.gwtplatform.mvp.client.gin.DefaultModule.Builder
-  
- build() - Method in class com.gwtplatform.mvp.shared.proxy.PlaceRequest.Builder
-  
- BuilderGenerationHelper - Class in com.gwtplatform.dispatch.annotation.helper
- 
You should consider to use a builder when you are faced with many constructor
 parameters. 
- BuilderGenerationHelper(Writer) - Constructor for class com.gwtplatform.dispatch.annotation.helper.BuilderGenerationHelper
-  
- buildHistoryToken(PlaceRequest) - Method in interface com.gwtplatform.mvp.client.proxy.PlaceManager
- 
Builds a string corresponding to the history token to reveal the specified
  PlaceRequest. 
- buildHistoryToken(PlaceRequest) - Method in class com.gwtplatform.mvp.client.proxy.PlaceManagerImpl
-  
- buildRelativeHistoryToken(int) - Method in interface com.gwtplatform.mvp.client.proxy.PlaceManager
- 
Builds a string corresponding to the history token to reveal the specified place from the
 current place hierarchy. 
- buildRelativeHistoryToken(PlaceRequest) - Method in interface com.gwtplatform.mvp.client.proxy.PlaceManager
- 
Builds a string corresponding to the history token to reveal the specified  PlaceRequest
 as a child of the current place hierarchy. 
- buildRelativeHistoryToken(PlaceRequest, int) - Method in interface com.gwtplatform.mvp.client.proxy.PlaceManager
- 
Builds a string corresponding to the history token to reveal the specified  PlaceRequest
 relative to the other places in the current place hierarchy. 
- buildRelativeHistoryToken(int) - Method in class com.gwtplatform.mvp.client.proxy.PlaceManagerImpl
-  
- buildRelativeHistoryToken(PlaceRequest) - Method in class com.gwtplatform.mvp.client.proxy.PlaceManagerImpl
-  
- buildRelativeHistoryToken(PlaceRequest, int) - Method in class com.gwtplatform.mvp.client.proxy.PlaceManagerImpl
-  
- Cache - Interface in com.gwtplatform.dispatch.client.actionhandler.caching
- 
Interface for client side caching. 
- CachedPage - Class in com.gwtplatform.crawlerservice.server.domain
- 
Stores a cached version of a page. 
- CachedPage() - Constructor for class com.gwtplatform.crawlerservice.server.domain.CachedPage
-  
- CachedPageDao - Class in com.gwtplatform.crawlerservice.server.service
- 
- CachedPageDao() - Constructor for class com.gwtplatform.crawlerservice.server.service.CachedPageDao
-  
- CachedPageTimeoutSec - Annotation Type in com.gwtplatform.crawlerservice.server
- 
Use this annotation to indicate how long HtmlUnit should pump the javascript
 event loop before timing out. 
- CallbackDispatchRequest<R> - Interface in com.gwtplatform.dispatch.client
- 
- cancel() - Method in class com.gwtplatform.dispatch.client.CompletedDispatchRequest
-  
- cancel() - Method in class com.gwtplatform.dispatch.client.DefaultCallbackDispatchRequest
-  
- cancel() - Method in class com.gwtplatform.dispatch.client.DelagatingCallbackDispatchRequest
-  
- cancel() - Method in class com.gwtplatform.dispatch.client.DelegatingDispatchRequest
-  
- cancel() - Method in class com.gwtplatform.dispatch.client.GwtHttpDispatchRequest
-  
- cancel() - Method in interface com.gwtplatform.dispatch.shared.DispatchRequest
-  
- canDeserialize(String) - Method in class com.gwtplatform.dispatch.rest.client.DefaultRestResponseDeserializer
- 
Verify if the provided resultTypecan be deserialized.
 
- canDeserialize(String) - Method in class com.gwtplatform.dispatch.rest.client.serialization.JsonSerialization
-  
- canDeserialize(String) - Method in interface com.gwtplatform.dispatch.rest.client.serialization.Serialization
- 
Verify if the given parameterized type can be deserialized. 
- canReveal() - Method in interface com.gwtplatform.mvp.client.proxy.Gatekeeper
- 
Checks whether or not the  Place controlled by this gatekeeper can
 be revealed. 
- canReveal() - Method in interface com.gwtplatform.mvp.client.proxy.Place
- 
Checks if the associated presenter can be revealed. 
- canReveal() - Method in class com.gwtplatform.mvp.client.proxy.PlaceImpl
-  
- canReveal() - Method in class com.gwtplatform.mvp.client.proxy.PlaceWithGatekeeper
-  
- canReveal() - Method in class com.gwtplatform.mvp.client.proxy.PlaceWithGatekeeperWithParams
-  
- canReveal() - Method in class com.gwtplatform.mvp.client.proxy.ProxyPlaceAbstract
-  
- canSerialize(String) - Method in class com.gwtplatform.dispatch.rest.client.DefaultRestRequestBuilderFactory
- 
Verify if the provided bodyTypecan be serialized.
 
- canSerialize(String) - Method in class com.gwtplatform.dispatch.rest.client.serialization.JsonSerialization
-  
- canSerialize(String) - Method in interface com.gwtplatform.dispatch.rest.client.serialization.Serialization
- 
Verify if the given parameterized type can be serialized. 
- center() - Method in interface com.gwtplatform.mvp.client.PopupView
- 
Make sure the  PopupView is centered in the browser's client area. 
- center() - Method in class com.gwtplatform.mvp.client.PopupViewImpl
-  
- ChangeTab - Annotation Type in com.gwtplatform.mvp.client.annotations
- 
- changeTab(TabData, String) - Method in interface com.gwtplatform.mvp.client.proxy.NonLeafTabContentProxy
- 
Changes the data and target history token associated with this tab. 
- changeTab(TabData) - Method in class com.gwtplatform.mvp.client.proxy.NonLeafTabContentProxyImpl
-  
- changeTab(TabData, String) - Method in class com.gwtplatform.mvp.client.proxy.NonLeafTabContentProxyImpl
-  
- changeTab(TabData) - Method in interface com.gwtplatform.mvp.client.proxy.TabContentProxy
- 
Changes the data associated with this tab. 
- changeTab(TabData) - Method in class com.gwtplatform.mvp.client.proxy.TabContentProxyPlaceImpl
-  
- changeTab(Tab, TabData, String) - Method in interface com.gwtplatform.mvp.client.TabPanel
- 
Change the data or history token associated with a tab. 
- ChangeTabEvent - Class in com.gwtplatform.mvp.client
- 
- ChangeTabEvent(GwtEvent.Type<ChangeTabHandler>, TabContentProxy<?>) - Constructor for class com.gwtplatform.mvp.client.ChangeTabEvent
- 
- changeTabEventType - Variable in class com.gwtplatform.mvp.client.proxy.NonLeafTabContentProxyImpl
-  
- ChangeTabHandler - Interface in com.gwtplatform.mvp.client
-  
- checkLoading() - Method in class com.gwtplatform.mvp.client.proxy.NotifyingAsyncCallback
- 
This method is used to indicate that the async callback is currently loading. 
- ChildServiceBinding - Class in com.gwtplatform.dispatch.rest.rebind.type
-  
- ChildServiceBinding(String, String, String, String, String, List<JParameter>) - Constructor for class com.gwtplatform.dispatch.rest.rebind.type.ChildServiceBinding
-  
- ChildServiceGenerator - Class in com.gwtplatform.dispatch.rest.rebind
-  
- ClassCollection - Class in com.gwtplatform.mvp.rebind
- 
Contains all the classes that are useful to various generators. 
- ClassCollection(TypeOracle) - Constructor for class com.gwtplatform.mvp.rebind.ClassCollection
-  
- classCollection - Variable in class com.gwtplatform.mvp.rebind.ProxyOutputterBase
-  
- ClassGenerationHelper - Class in com.gwtplatform.dispatch.annotation.helper
- 
ClassGenerationHelper is an internal class that provides common routines
 only used by the annotation processors. 
- ClassGenerationHelper(Writer) - Constructor for class com.gwtplatform.dispatch.annotation.helper.ClassGenerationHelper
-  
- ClassInspector - Class in com.gwtplatform.mvp.rebind
- 
A helper class that can be used to inspect a class for methods having specific signatures. 
- clazz - Variable in class com.gwtplatform.crawlerservice.server.service.ObjectifyDao
-  
- clear() - Method in interface com.gwtplatform.dispatch.client.actionhandler.caching.Cache
- 
Clears the entire cache. 
- clear() - Method in class com.gwtplatform.dispatch.client.actionhandler.caching.DefaultCacheImpl
-  
- clearActionHandlerValidators() - Method in class com.gwtplatform.dispatch.rpc.server.actionhandlervalidator.AbstractEagerActionHandlerValidatorRegistryImpl
-  
- clearActionHandlerValidators() - Method in interface com.gwtplatform.dispatch.rpc.server.actionhandlervalidator.ActionHandlerValidatorRegistry
- 
- clearActionHandlerValidators() - Method in class com.gwtplatform.dispatch.rpc.server.guice.actionhandlervalidator.LazyActionHandlerValidatorRegistryImpl
-  
- clearActionHandlerValidators() - Method in class com.gwtplatform.dispatch.rpc.server.spring.actionhandlervalidator.LazyActionHandlerValidatorRegistryImpl
-  
- clearActionHandlerValidators() - Method in class com.gwtplatform.dispatch.server.actionhandlervalidator.AbstractEagerActionHandlerValidatorRegistryImpl
- 
Deprecated. 
- clearActionHandlerValidators() - Method in interface com.gwtplatform.dispatch.server.actionhandlervalidator.ActionHandlerValidatorRegistry
- 
Deprecated. 
- clearActionHandlerValidators() - Method in class com.gwtplatform.dispatch.server.guice.actionhandlervalidator.LazyActionHandlerValidatorRegistryImpl
- 
Deprecated. 
- clearActionHandlerValidators() - Method in class com.gwtplatform.dispatch.server.spring.actionhandlervalidator.LazyActionHandlerValidatorRegistryImpl
- 
Deprecated. 
- clearSlot(Object) - Method in interface com.gwtplatform.mvp.client.HasSlots
- 
This method clears the content in a specific slot. 
- clearSlot(Object) - Method in class com.gwtplatform.mvp.client.PresenterWidget
-  
- CLIENT_PACKAGE - Static variable in class com.gwtplatform.dispatch.rest.rebind.AbstractVelocityGenerator
-  
- ClientActionHandler<A,R> - Interface in com.gwtplatform.dispatch.client.actionhandler
- 
Instances of this interface will handle specific types of action classes on the client. 
- ClientActionHandlerMismatchException - Exception in com.gwtplatform.dispatch.client.actionhandler
- 
- ClientActionHandlerMismatchException(Class<?>, Class<?>) - Constructor for exception com.gwtplatform.dispatch.client.actionhandler.ClientActionHandlerMismatchException
-  
- ClientActionHandlerRegistry - Interface in com.gwtplatform.dispatch.client.actionhandler
- 
Implementations of this interface will be used by
  DispatchAsync or
  RestDispatch implementation to find client-side action
 handlers. 
- clientActionHandlerRegistry(Class<? extends ClientActionHandlerRegistry>) - Method in class com.gwtplatform.dispatch.client.gin.AbstractDispatchAsyncModule.Builder
- 
Specify an alternate client action handler registry. 
- ClientUrlUtils - Class in com.gwtplatform.common.client
- 
Helper implementation which wraps calls to code which require a running GWT environment and make testing slow. 
- ClientUrlUtils() - Constructor for class com.gwtplatform.common.client.ClientUrlUtils
-  
- close() - Method in class com.gwtplatform.dispatch.annotation.helper.GenerationHelper
-  
- closeDefinition(PrintWriter) - Method in class com.gwtplatform.dispatch.rest.rebind.util.GeneratorUtil
-  
- closeDefinition(SourceWriter) - Method in class com.gwtplatform.mvp.rebind.AbstractGenerator
-  
- closeDefinition(PrintWriter) - Method in class com.gwtplatform.mvp.rebind.velocity.GeneratorUtil
-  
- CodeSplitBundleProvider<T,B extends ProviderBundle> - Class in com.gwtplatform.common.client
- 
- CodeSplitBundleProvider(AsyncProvider<B>, int) - Constructor for class com.gwtplatform.common.client.CodeSplitBundleProvider
- 
Construct a  IndirectProvider that implements code splitting for a
 specific type. 
- CodeSplitProvider<T> - Class in com.gwtplatform.common.client
- 
An  IndirectProvider that gets the object using code splitting and
 invokes the callback once the code is loaded. 
- CodeSplitProvider(AsyncProvider<T>) - Constructor for class com.gwtplatform.common.client.CodeSplitProvider
- 
Construct an  IndirectProvider that gets the object using code
 splitting and invokes the callback once the code is loaded. 
- collectAnnotatedMethods(Class<? extends Annotation>, List<JMethod>) - Method in class com.gwtplatform.mvp.rebind.ClassInspector
- 
Collects the methods to find one annotated with the specified annotation. 
- collectProxyEvents(List<ProxyEventMethod>) - Method in class com.gwtplatform.mvp.rebind.PresenterInspector
- 
- collectStaticAnnotatedFields(JClassType, JClassType, Class<? extends Annotation>, List<JField>) - Method in class com.gwtplatform.mvp.rebind.ClassInspector
- 
Inspects the fields to collect the ones of the specified parameterized type with the specified
 type as a parameter annotated with the specified annotation. 
- com.google.gwt.uibinder.rebind - package com.google.gwt.uibinder.rebind
-  
- com.gwtplatform.common.client - package com.gwtplatform.common.client
-  
- com.gwtplatform.common.rebind - package com.gwtplatform.common.rebind
-  
- com.gwtplatform.common.shared - package com.gwtplatform.common.shared
-  
- com.gwtplatform.crawler.server - package com.gwtplatform.crawler.server
-  
- com.gwtplatform.crawlerservice.server - package com.gwtplatform.crawlerservice.server
-  
- com.gwtplatform.crawlerservice.server.domain - package com.gwtplatform.crawlerservice.server.domain
-  
- com.gwtplatform.crawlerservice.server.guice - package com.gwtplatform.crawlerservice.server.guice
-  
- com.gwtplatform.crawlerservice.server.objectify - package com.gwtplatform.crawlerservice.server.objectify
-  
- com.gwtplatform.crawlerservice.server.service - package com.gwtplatform.crawlerservice.server.service
-  
- com.gwtplatform.dispatch.annotation - package com.gwtplatform.dispatch.annotation
-  
- com.gwtplatform.dispatch.annotation.helper - package com.gwtplatform.dispatch.annotation.helper
-  
- com.gwtplatform.dispatch.annotation.processor - package com.gwtplatform.dispatch.annotation.processor
-  
- com.gwtplatform.dispatch.client - package com.gwtplatform.dispatch.client
-  
- com.gwtplatform.dispatch.client.actionhandler - package com.gwtplatform.dispatch.client.actionhandler
-  
- com.gwtplatform.dispatch.client.actionhandler.caching - package com.gwtplatform.dispatch.client.actionhandler.caching
-  
- com.gwtplatform.dispatch.client.gin - package com.gwtplatform.dispatch.client.gin
-  
- com.gwtplatform.dispatch.rest.client - package com.gwtplatform.dispatch.rest.client
-  
- com.gwtplatform.dispatch.rest.client.gin - package com.gwtplatform.dispatch.rest.client.gin
-  
- com.gwtplatform.dispatch.rest.client.serialization - package com.gwtplatform.dispatch.rest.client.serialization
-  
- com.gwtplatform.dispatch.rest.rebind - package com.gwtplatform.dispatch.rest.rebind
-  
- com.gwtplatform.dispatch.rest.rebind.event - package com.gwtplatform.dispatch.rest.rebind.event
-  
- com.gwtplatform.dispatch.rest.rebind.type - package com.gwtplatform.dispatch.rest.rebind.type
-  
- com.gwtplatform.dispatch.rest.rebind.util - package com.gwtplatform.dispatch.rest.rebind.util
-  
- com.gwtplatform.dispatch.rest.shared - package com.gwtplatform.dispatch.rest.shared
-  
- com.gwtplatform.dispatch.rpc.client - package com.gwtplatform.dispatch.rpc.client
-  
- com.gwtplatform.dispatch.rpc.client.gin - package com.gwtplatform.dispatch.rpc.client.gin
-  
- com.gwtplatform.dispatch.rpc.server - package com.gwtplatform.dispatch.rpc.server
-  
- com.gwtplatform.dispatch.rpc.server.actionhandler - package com.gwtplatform.dispatch.rpc.server.actionhandler
-  
- com.gwtplatform.dispatch.rpc.server.actionhandlervalidator - package com.gwtplatform.dispatch.rpc.server.actionhandlervalidator
-  
- com.gwtplatform.dispatch.rpc.server.actionvalidator - package com.gwtplatform.dispatch.rpc.server.actionvalidator
-  
- com.gwtplatform.dispatch.rpc.server.guice - package com.gwtplatform.dispatch.rpc.server.guice
-  
- com.gwtplatform.dispatch.rpc.server.guice.actionhandlervalidator - package com.gwtplatform.dispatch.rpc.server.guice.actionhandlervalidator
-  
- com.gwtplatform.dispatch.rpc.server.guice.actionvalidator - package com.gwtplatform.dispatch.rpc.server.guice.actionvalidator
-  
- com.gwtplatform.dispatch.rpc.server.guice.request - package com.gwtplatform.dispatch.rpc.server.guice.request
-  
- com.gwtplatform.dispatch.rpc.server.spring - package com.gwtplatform.dispatch.rpc.server.spring
-  
- com.gwtplatform.dispatch.rpc.server.spring.actionhandlervalidator - package com.gwtplatform.dispatch.rpc.server.spring.actionhandlervalidator
-  
- com.gwtplatform.dispatch.rpc.server.spring.actionvalidator - package com.gwtplatform.dispatch.rpc.server.spring.actionvalidator
-  
- com.gwtplatform.dispatch.rpc.server.spring.annotation - package com.gwtplatform.dispatch.rpc.server.spring.annotation
-  
- com.gwtplatform.dispatch.rpc.server.spring.configuration - package com.gwtplatform.dispatch.rpc.server.spring.configuration
-  
- com.gwtplatform.dispatch.rpc.server.spring.request - package com.gwtplatform.dispatch.rpc.server.spring.request
-  
- com.gwtplatform.dispatch.rpc.server.spring.utils - package com.gwtplatform.dispatch.rpc.server.spring.utils
-  
- com.gwtplatform.dispatch.rpc.shared - package com.gwtplatform.dispatch.rpc.shared
-  
- com.gwtplatform.dispatch.rpc.shared.action - package com.gwtplatform.dispatch.rpc.shared.action
-  
- com.gwtplatform.dispatch.server - package com.gwtplatform.dispatch.server
-  
- com.gwtplatform.dispatch.server.actionhandler - package com.gwtplatform.dispatch.server.actionhandler
-  
- com.gwtplatform.dispatch.server.actionhandlervalidator - package com.gwtplatform.dispatch.server.actionhandlervalidator
-  
- com.gwtplatform.dispatch.server.actionvalidator - package com.gwtplatform.dispatch.server.actionvalidator
-  
- com.gwtplatform.dispatch.server.guice - package com.gwtplatform.dispatch.server.guice
-  
- com.gwtplatform.dispatch.server.guice.actionhandlervalidator - package com.gwtplatform.dispatch.server.guice.actionhandlervalidator
-  
- com.gwtplatform.dispatch.server.guice.actionvalidator - package com.gwtplatform.dispatch.server.guice.actionvalidator
-  
- com.gwtplatform.dispatch.server.guice.request - package com.gwtplatform.dispatch.server.guice.request
-  
- com.gwtplatform.dispatch.server.spring - package com.gwtplatform.dispatch.server.spring
-  
- com.gwtplatform.dispatch.server.spring.actionhandlervalidator - package com.gwtplatform.dispatch.server.spring.actionhandlervalidator
-  
- com.gwtplatform.dispatch.server.spring.actionvalidator - package com.gwtplatform.dispatch.server.spring.actionvalidator
-  
- com.gwtplatform.dispatch.server.spring.annotation - package com.gwtplatform.dispatch.server.spring.annotation
-  
- com.gwtplatform.dispatch.server.spring.configuration - package com.gwtplatform.dispatch.server.spring.configuration
-  
- com.gwtplatform.dispatch.server.spring.request - package com.gwtplatform.dispatch.server.spring.request
-  
- com.gwtplatform.dispatch.server.spring.utils - package com.gwtplatform.dispatch.server.spring.utils
-  
- com.gwtplatform.dispatch.shared - package com.gwtplatform.dispatch.shared
-  
- com.gwtplatform.mvp.client - package com.gwtplatform.mvp.client
-  
- com.gwtplatform.mvp.client.annotations - package com.gwtplatform.mvp.client.annotations
-  
- com.gwtplatform.mvp.client.gin - package com.gwtplatform.mvp.client.gin
-  
- com.gwtplatform.mvp.client.googleanalytics - package com.gwtplatform.mvp.client.googleanalytics
-  
- com.gwtplatform.mvp.client.proxy - package com.gwtplatform.mvp.client.proxy
-  
- com.gwtplatform.mvp.rebind - package com.gwtplatform.mvp.rebind
-  
- com.gwtplatform.mvp.rebind.linker - package com.gwtplatform.mvp.rebind.linker
-  
- com.gwtplatform.mvp.rebind.velocity - package com.gwtplatform.mvp.rebind.velocity
-  
- com.gwtplatform.mvp.rebind.velocity.ginjectors - package com.gwtplatform.mvp.rebind.velocity.ginjectors
-  
- com.gwtplatform.mvp.rebind.velocity.proxy - package com.gwtplatform.mvp.rebind.velocity.proxy
-  
- com.gwtplatform.mvp.shared.proxy - package com.gwtplatform.mvp.shared.proxy
-  
- com.gwtplatform.tester - package com.gwtplatform.tester
-  
- CommonGinModule - Class in com.gwtplatform.common.client
- 
Common client bindings. 
- CommonGinModule() - Constructor for class com.gwtplatform.common.client.CommonGinModule
-  
- CompletedDispatchRequest - Class in com.gwtplatform.dispatch.client
- 
- CompletedDispatchRequest() - Constructor for class com.gwtplatform.dispatch.client.CompletedDispatchRequest
-  
- concatenatePath(String, String) - Method in class com.gwtplatform.dispatch.rest.rebind.AbstractVelocityGenerator
-  
- configure() - Method in class com.gwtplatform.common.client.CommonGinModule
-  
- configure() - Method in class com.gwtplatform.dispatch.client.gin.AbstractDispatchAsyncModule
-  
- configure() - Method in class com.gwtplatform.dispatch.client.gin.PhoneGapDispatchAsyncModule
- 
Deprecated. 
- configure() - Method in class com.gwtplatform.dispatch.rest.rebind.RebindModule
-  
- configure() - Method in class com.gwtplatform.dispatch.rpc.client.gin.PhoneGapDispatchAsyncModule
-  
- configure() - Method in class com.gwtplatform.dispatch.rpc.server.guice.DispatchModule
-  
- configure() - Method in class com.gwtplatform.dispatch.rpc.server.guice.HandlerModule
-  
- configure() - Method in class com.gwtplatform.dispatch.server.guice.DispatchModule
- 
Deprecated. 
- configure() - Method in class com.gwtplatform.dispatch.server.guice.HandlerModule
- 
Deprecated. 
- configure() - Method in class com.gwtplatform.mvp.client.gin.DefaultModule
-  
- configure() - Method in class com.gwtplatform.mvp.client.gin.PresenterSetupModule
-  
- configure() - Method in class com.gwtplatform.mvp.rebind.velocity.RebindModule
-  
- configure() - Method in class com.gwtplatform.tester.MockHandlerModule
-  
- configure() - Method in class com.gwtplatform.tester.TestDispatchModule
-  
- configureDispatch() - Method in class com.gwtplatform.dispatch.client.gin.AbstractDispatchAsyncModule
- 
- configureDispatch() - Method in class com.gwtplatform.dispatch.rest.client.gin.RestDispatchAsyncModule
-  
- configureDispatch() - Method in class com.gwtplatform.dispatch.rpc.client.gin.RpcDispatchAsyncModule
-  
- configureHandlers() - Method in class com.gwtplatform.dispatch.rpc.server.guice.HandlerModule
- 
Override this method to configure your handlers. 
- configureHandlers() - Method in class com.gwtplatform.dispatch.rpc.server.spring.HandlerModule
-  
- configureHandlers() - Method in class com.gwtplatform.dispatch.server.guice.HandlerModule
- 
Deprecated. Override this method to configure your handlers. 
- configureHandlers() - Method in class com.gwtplatform.dispatch.server.spring.HandlerModule
- 
Deprecated. 
- configureMockHandlers() - Method in class com.gwtplatform.tester.MockHandlerModule
-  
- configureServlets() - Method in class com.gwtplatform.crawlerservice.server.guice.CrawlServiceModule
-  
- ContentSlot - Annotation Type in com.gwtplatform.mvp.client.annotations
- 
Use this annotation in classes implementing  Presenter and that have
 slots to display child presenters. 
- convertFieldToGetter(String) - Method in class com.google.gwt.uibinder.rebind.FieldManager
- 
Converts the given field to its getter. 
- cookieName - Variable in class com.gwtplatform.dispatch.client.DefaultSecurityCookieAccessor
-  
- countAll() - Method in class com.gwtplatform.crawlerservice.server.service.ObjectifyDao
-  
- CrawlFilter - Class in com.gwtplatform.crawler.server
- 
Servlet that makes this application crawlable. 
- CrawlServiceModule - Class in com.gwtplatform.crawlerservice.server.guice
-  
- CrawlServiceModule() - Constructor for class com.gwtplatform.crawlerservice.server.guice.CrawlServiceModule
-  
- CrawlServiceServlet - Class in com.gwtplatform.crawlerservice.server
- 
Servlet that makes it possible to fetch an external page, renders it using HTMLUnit and returns the HTML page. 
- create(Class<? extends RestAction>, MetadataType) - Static method in class com.gwtplatform.dispatch.rest.client.ActionMetadataProvider.MetadataKey
-  
- create(A, AsyncCallback<R>) - Method in class com.gwtplatform.dispatch.rest.client.DefaultRestDispatchCallFactory
-  
- create(RequestBuilder.Method, String) - Method in class com.gwtplatform.dispatch.rest.client.HttpRequestBuilderFactory
-  
- create(A, AsyncCallback<R>) - Method in interface com.gwtplatform.dispatch.rest.client.RestDispatchCallFactory
-  
- create(A, AsyncCallback<R>) - Method in class com.gwtplatform.dispatch.rpc.client.DefaultRpcDispatchCallFactory
-  
- create(A, R, AsyncCallback<Void>) - Method in class com.gwtplatform.dispatch.rpc.client.DefaultRpcDispatchCallFactory
-  
- create(A, AsyncCallback<R>) - Method in interface com.gwtplatform.dispatch.rpc.client.RpcDispatchCallFactory
-  
- create(A, R, AsyncCallback<Void>) - Method in interface com.gwtplatform.dispatch.rpc.client.RpcDispatchCallFactory
-  
- create(Presenter<?, ? extends ProxyPlace<?>>, AsyncCallback<T>) - Static method in class com.gwtplatform.mvp.client.proxy.ManualRevealCallback
- 
- create(JClassType) - Method in class com.gwtplatform.mvp.rebind.ProxyOutputterFactory
- 
- create(Set<String>) - Method in interface com.gwtplatform.mvp.rebind.velocity.proxy.VelocityPlacetokenGenerator.Factory
-  
- createActionGenerator(JMethod, ResourceBinding) - Method in interface com.gwtplatform.dispatch.rest.rebind.GeneratorFactory
-  
- createAndBindUi(O) - Method in class com.gwtplatform.tester.MockingBinder
-  
- createChildServiceGenerator(JMethod, ServiceBinding) - Method in interface com.gwtplatform.dispatch.rest.rebind.GeneratorFactory
-  
- createDefaultGinjectorProvider(String, String) - Method in interface com.gwtplatform.mvp.rebind.velocity.ginjectors.FormFactorGinjectorFactory
-  
- createGinjector(String, String, String) - Method in interface com.gwtplatform.mvp.rebind.velocity.ginjectors.FormFactorGinjectorFactory
-  
- createGinjectorProvider(String, String) - Method in interface com.gwtplatform.mvp.rebind.velocity.ginjectors.FormFactorGinjectorFactory
-  
- createInitNameTokens() - Method in class com.gwtplatform.mvp.rebind.ProxyPlaceOutputter
-  
- createServiceGenerator(JClassType) - Method in interface com.gwtplatform.dispatch.rest.rebind.GeneratorFactory
-  
- DatastoreObject - Class in com.gwtplatform.crawlerservice.server.domain
- 
The base class of any object that can be stored in the datastore. 
- DatastoreObject() - Constructor for class com.gwtplatform.crawlerservice.server.domain.DatastoreObject
-  
- DateFormat - Annotation Type in com.gwtplatform.dispatch.rest.client
- 
Annotation used to specify a date format pattern. 
- deactivate() - Method in interface com.gwtplatform.mvp.client.Tab
- 
Should not be called directly. 
- debug(String, Object...) - Method in class com.gwtplatform.common.rebind.Logger
-  
- debug(String, Object...) - Method in class com.gwtplatform.dispatch.rest.rebind.Logger
-  
- decodePathSegment(String) - Method in class com.gwtplatform.common.client.ClientUrlUtils
-  
- decodePathSegment(String) - Method in interface com.gwtplatform.common.shared.UrlUtils
-  
- decodeQueryString(String) - Method in class com.gwtplatform.common.client.ClientUrlUtils
-  
- decodeQueryString(String) - Method in interface com.gwtplatform.common.shared.UrlUtils
-  
- DEFAULT - Static variable in annotation type com.gwtplatform.dispatch.rest.client.DateFormat
- 
- DEFAULT_HIERARCHY_SEPARATOR - Static variable in class com.gwtplatform.mvp.shared.proxy.ParameterTokenFormatter
-  
- DEFAULT_PARAM_SEPARATOR - Static variable in class com.gwtplatform.mvp.shared.proxy.ParameterTokenFormatter
-  
- DEFAULT_SERVICE_NAME - Static variable in interface com.gwtplatform.dispatch.rpc.shared.Action
- 
The URL of the service used by default. 
- DEFAULT_SERVICE_NAME - Static variable in interface com.gwtplatform.dispatch.shared.Action
- 
Deprecated. The URL of the service used by default. 
- DEFAULT_VALUE_SEPARATOR - Static variable in class com.gwtplatform.mvp.shared.proxy.ParameterTokenFormatter
-  
- DEFAULT_XSRF_NAME - Static variable in class com.gwtplatform.dispatch.rest.client.gin.RestDispatchAsyncModule
-  
- DefaultActionValidator - Class in com.gwtplatform.dispatch.rpc.server.guice.actionvalidator
- 
- DefaultActionValidator() - Constructor for class com.gwtplatform.dispatch.rpc.server.guice.actionvalidator.DefaultActionValidator
-  
- DefaultActionValidator - Class in com.gwtplatform.dispatch.rpc.server.spring.actionvalidator
- 
- DefaultActionValidator() - Constructor for class com.gwtplatform.dispatch.rpc.server.spring.actionvalidator.DefaultActionValidator
-  
- DefaultActionValidator - Class in com.gwtplatform.dispatch.server.guice.actionvalidator
- 
- DefaultActionValidator() - Constructor for class com.gwtplatform.dispatch.server.guice.actionvalidator.DefaultActionValidator
- 
Deprecated. 
- DefaultActionValidator - Class in com.gwtplatform.dispatch.server.spring.actionvalidator
- 
- DefaultActionValidator() - Constructor for class com.gwtplatform.dispatch.server.spring.actionvalidator.DefaultActionValidator
- 
Deprecated. 
- DefaultBootstrapper - Class in com.gwtplatform.mvp.client
- 
The default Bootstrapper that is used by GWTP if no other is specified via
 com.gwtplatform.mvp.client.annotations.Bootstrap.
 
- DefaultBootstrapper(PlaceManager) - Constructor for class com.gwtplatform.mvp.client.DefaultBootstrapper
-  
- DefaultCacheImpl - Class in com.gwtplatform.dispatch.client.actionhandler.caching
- 
- DefaultCacheImpl() - Constructor for class com.gwtplatform.dispatch.client.actionhandler.caching.DefaultCacheImpl
- 
Initializes the cache with auto expiration OFF. 
- DefaultCacheImpl(long) - Constructor for class com.gwtplatform.dispatch.client.actionhandler.caching.DefaultCacheImpl
- 
Initialize the cache with auto expiration ON. 
- DefaultCallbackDispatchRequest<R> - Class in com.gwtplatform.dispatch.client
- 
- DefaultCallbackDispatchRequest(AsyncCallback<R>) - Constructor for class com.gwtplatform.dispatch.client.DefaultCallbackDispatchRequest
- 
- DefaultClientActionHandlerRegistry - Class in com.gwtplatform.dispatch.client.actionhandler
- 
- DefaultClientActionHandlerRegistry() - Constructor for class com.gwtplatform.dispatch.client.actionhandler.DefaultClientActionHandlerRegistry
-  
- DefaultDateFormat - Annotation Type in com.gwtplatform.dispatch.rest.client
- 
Binding annotation used to inject the default pattern for formatting dates. 
- defaultDateFormat(String) - Method in class com.gwtplatform.dispatch.rest.client.gin.RestDispatchAsyncModuleBuilder
- 
Specify the pattern to use to format dates before they are sent to the end-point. 
- DefaultDispatchAsync - Class in com.gwtplatform.dispatch.client
- 
- DefaultDispatchAsync(ExceptionHandler, SecurityCookieAccessor, ClientActionHandlerRegistry) - Constructor for class com.gwtplatform.dispatch.client.DefaultDispatchAsync
- 
Deprecated. 
- DefaultDispatchHooks - Class in com.gwtplatform.dispatch.client
-  
- DefaultDispatchHooks() - Constructor for class com.gwtplatform.dispatch.client.DefaultDispatchHooks
-  
- DefaultExceptionHandler - Class in com.gwtplatform.dispatch.client
- 
- DefaultExceptionHandler() - Constructor for class com.gwtplatform.dispatch.client.DefaultExceptionHandler
-  
- DefaultGatekeeper - Annotation Type in com.gwtplatform.mvp.client.annotations
- 
Use this annotation in your custom ginjector to annotate a method returning a
  Gatekeeper-derived class. 
- DefaultModule - Class in com.gwtplatform.dispatch.rpc.server.spring.configuration
- 
Default configuration for spring. 
- DefaultModule() - Constructor for class com.gwtplatform.dispatch.rpc.server.spring.configuration.DefaultModule
-  
- DefaultModule - Class in com.gwtplatform.dispatch.server.spring.configuration
- 
- DefaultModule() - Constructor for class com.gwtplatform.dispatch.server.spring.configuration.DefaultModule
- 
Deprecated. 
- DefaultModule - Class in com.gwtplatform.mvp.client.gin
- 
Module with default GWTP bindings. 
- DefaultModule() - Constructor for class com.gwtplatform.mvp.client.gin.DefaultModule
- 
- DefaultModule(Class<? extends PlaceManager>) - Constructor for class com.gwtplatform.mvp.client.gin.DefaultModule
- 
- DefaultModule(Class<? extends PlaceManager>, Class<? extends TokenFormatter>) - Constructor for class com.gwtplatform.mvp.client.gin.DefaultModule
- 
- DefaultModule.Builder - Class in com.gwtplatform.mvp.client.gin
- 
A DefaultModule builder. 
- DefaultModule.Builder() - Constructor for class com.gwtplatform.mvp.client.gin.DefaultModule.Builder
-  
- DefaultPlace - Annotation Type in com.gwtplatform.mvp.client.annotations
- 
This annotation is used for binding the default place's name token in your Gin module, so that you can inject
 in either your own ClientPlaceManager or the DefaultPlaceManager. 
- DefaultPlaceManager - Class in com.gwtplatform.mvp.client.proxy
- 
This is a subtype of  PlaceManagerImpl that uses
 custom name tokens to reveal default, error and unauthorized places. 
- DefaultPlaceManager(EventBus, TokenFormatter, String, String, String) - Constructor for class com.gwtplatform.mvp.client.proxy.DefaultPlaceManager
-  
- DefaultRequestProvider - Class in com.gwtplatform.dispatch.rpc.server.guice.request
-  
- DefaultRequestProvider(Provider<HttpServletRequest>) - Constructor for class com.gwtplatform.dispatch.rpc.server.guice.request.DefaultRequestProvider
-  
- DefaultRequestProvider - Class in com.gwtplatform.dispatch.rpc.server.spring.request
- 
Request provider. 
- DefaultRequestProvider() - Constructor for class com.gwtplatform.dispatch.rpc.server.spring.request.DefaultRequestProvider
-  
- DefaultRequestProvider - Class in com.gwtplatform.dispatch.server.guice.request
- 
- DefaultRequestProvider(Provider<HttpServletRequest>) - Constructor for class com.gwtplatform.dispatch.server.guice.request.DefaultRequestProvider
- 
Deprecated. 
- DefaultRequestProvider - Class in com.gwtplatform.dispatch.server.spring.request
- 
- DefaultRequestProvider() - Constructor for class com.gwtplatform.dispatch.server.spring.request.DefaultRequestProvider
- 
Deprecated. 
- DefaultRestDispatchCallFactory - Class in com.gwtplatform.dispatch.rest.client
- 
- DefaultRestRequestBuilderFactory - Class in com.gwtplatform.dispatch.rest.client
- 
- DefaultRestResponseDeserializer - Class in com.gwtplatform.dispatch.rest.client
- 
- DefaultRpcDispatchCallFactory - Class in com.gwtplatform.dispatch.rpc.client
- 
- DefaultSecurityCookieAccessor - Class in com.gwtplatform.dispatch.client
- 
This class provides access to the session id client side by looking into a cookie on the browser. 
- DefaultSecurityCookieAccessor() - Constructor for class com.gwtplatform.dispatch.client.DefaultSecurityCookieAccessor
-  
- DeferredCommandManager - Class in com.gwtplatform.tester
- 
- DeferredCommandManager() - Constructor for class com.gwtplatform.tester.DeferredCommandManager
-  
- DelagatingCallbackDispatchRequest<R> - Class in com.gwtplatform.dispatch.client
- 
- DelagatingCallbackDispatchRequest(DispatchRequest, AsyncCallback<R>) - Constructor for class com.gwtplatform.dispatch.client.DelagatingCallbackDispatchRequest
-  
- DelayedBind - Interface in com.gwtplatform.mvp.client
- 
Classes implementing that interface are expected to be bound with GIN as
 eager singletons ({code .asEagerSingleton()}). 
- delayedBind(Ginjector) - Method in interface com.gwtplatform.mvp.client.DelayedBind
- 
Requests that the classes binds all its objects using the  Ginjector
 to get the required instances. 
- DelayedBindRegistry - Class in com.gwtplatform.mvp.client
- 
A static registry containing all the classes that want to be bound using
 delayed binding. 
- DelayedBindRegistry() - Constructor for class com.gwtplatform.mvp.client.DelayedBindRegistry
-  
- DelegatingAsyncCallback<A extends TypedAction<R>,R> - Class in com.gwtplatform.dispatch.client
- 
- DelegatingAsyncCallback(DispatchCall, A, AsyncCallback<R>, DelegatingDispatchRequest) - Constructor for class com.gwtplatform.dispatch.client.DelegatingAsyncCallback
-  
- DelegatingDispatchRequest - Class in com.gwtplatform.dispatch.client
- 
- DelegatingDispatchRequest() - Constructor for class com.gwtplatform.dispatch.client.DelegatingDispatchRequest
-  
- delete(T) - Method in class com.gwtplatform.crawlerservice.server.service.ObjectifyDao
-  
- deleteAll(Iterable<T>) - Method in class com.gwtplatform.crawlerservice.server.service.ObjectifyDao
-  
- deleteKey(Key<T>) - Method in class com.gwtplatform.crawlerservice.server.service.ObjectifyDao
-  
- deleteKeys(Iterable<Key<T>>) - Method in class com.gwtplatform.crawlerservice.server.service.ObjectifyDao
-  
- deserialize(A, Response) - Method in class com.gwtplatform.dispatch.rest.client.DefaultRestResponseDeserializer
-  
- deserialize(A, Response) - Method in interface com.gwtplatform.dispatch.rest.client.RestResponseDeserializer
- 
Deserializes the provided responsefor the givenaction.
 
- deserialize(String, String) - Method in class com.gwtplatform.dispatch.rest.client.serialization.JsonSerialization
-  
- deserialize(String, String) - Method in interface com.gwtplatform.dispatch.rest.client.serialization.Serialization
- 
Deserializes the object to the type represented by parameterizedType.
 
- deserializeValue(String, String) - Method in class com.gwtplatform.dispatch.rest.client.DefaultRestResponseDeserializer
- 
Deserializes the json as an object of the resultTypetype.
 
- destroy() - Method in class com.gwtplatform.crawler.server.CrawlFilter
- 
Destroys the filter configuration. 
- destroy() - Method in class com.gwtplatform.dispatch.rpc.server.AbstractHttpSessionSecurityCookieFilter
- 
Deprecated. 
- destroy() - Method in class com.gwtplatform.dispatch.rpc.server.AbstractRandomSecurityCookieFilter
-  
- destroy() - Method in class com.gwtplatform.dispatch.server.AbstractHttpSessionSecurityCookieFilter
- 
Deprecated. 
- destroy() - Method in class com.gwtplatform.dispatch.server.AbstractRandomSecurityCookieFilter
- 
Deprecated. 
- determineFinalConstantValue(VariableElement) - Method in class com.gwtplatform.dispatch.annotation.helper.GenerationHelper
- 
Note that to have a constant value, a field's type must be either a primitive type or String otherwise the
 value is null. 
- determineWrapperClass(TypeMirror) - Method in class com.gwtplatform.dispatch.annotation.helper.GenerationHelper
- 
Returns the name of the wrapper class for a primitive class. 
- die(String) - Method in class com.gwtplatform.common.rebind.Logger
- 
Post an error message and halt processing. 
- die(String) - Method in class com.gwtplatform.dispatch.rest.rebind.Logger
- 
Post an error message and halt processing. 
- disable() - Method in class com.gwtplatform.mvp.client.AutobindDisable
-  
- disableOptimization(String) - Method in class com.google.gwt.uibinder.rebind.FieldManager
- 
Prevent a field from being optimized as only being referenced once (and therefore constant for
 all intents). 
- dispatch - Variable in class com.gwtplatform.dispatch.rpc.server.AbstractDispatchServiceImpl
-  
- Dispatch - Interface in com.gwtplatform.dispatch.rpc.server
- 
The base class of the synchronous dispatcher service with an arbitrary action type. 
- dispatch(Class<? extends Dispatch>) - Method in class com.gwtplatform.dispatch.rpc.server.guice.DispatchModule.Builder
-  
- dispatch - Variable in class com.gwtplatform.dispatch.server.AbstractDispatchServiceImpl
- 
Deprecated. 
- Dispatch - Interface in com.gwtplatform.dispatch.server
- 
- dispatch(Class<? extends Dispatch>) - Method in class com.gwtplatform.dispatch.server.guice.DispatchModule.Builder
- 
Deprecated. 
- dispatch(ChangeTabHandler) - Method in class com.gwtplatform.mvp.client.ChangeTabEvent
-  
- dispatch(AsyncCallFailHandler) - Method in class com.gwtplatform.mvp.client.proxy.AsyncCallFailEvent
-  
- dispatch(AsyncCallStartHandler) - Method in class com.gwtplatform.mvp.client.proxy.AsyncCallStartEvent
-  
- dispatch(AsyncCallSucceedHandler) - Method in class com.gwtplatform.mvp.client.proxy.AsyncCallSucceedEvent
-  
- dispatch(GetPlaceTitleHandler) - Method in class com.gwtplatform.mvp.client.proxy.GetPlaceTitleEvent
-  
- dispatch(LockInteractionHandler) - Method in class com.gwtplatform.mvp.client.proxy.LockInteractionEvent
-  
- dispatch(NavigationHandler) - Method in class com.gwtplatform.mvp.client.proxy.NavigationEvent
-  
- dispatch(NavigationRefusedHandler) - Method in class com.gwtplatform.mvp.client.proxy.NavigationRefusedEvent
-  
- dispatch(ResetPresentersHandler) - Method in class com.gwtplatform.mvp.client.proxy.ResetPresentersEvent
-  
- dispatch(RevealContentHandler<?>) - Method in class com.gwtplatform.mvp.client.proxy.RevealContentEvent
-  
- dispatch(RevealRootContentHandler) - Method in class com.gwtplatform.mvp.client.proxy.RevealRootContentEvent
-  
- dispatch(RevealRootLayoutContentHandler) - Method in class com.gwtplatform.mvp.client.proxy.RevealRootLayoutContentEvent
-  
- dispatch(RevealRootPopupContentHandler) - Method in class com.gwtplatform.mvp.client.proxy.RevealRootPopupContentEvent
-  
- dispatch(RequestTabsHandler) - Method in class com.gwtplatform.mvp.client.RequestTabsEvent
-  
- DispatchAsync - Interface in com.gwtplatform.dispatch.rpc.shared
- 
The asynchronous client-side dispatcher service with an arbitrary action type. 
- DispatchAsync - Interface in com.gwtplatform.dispatch.shared
- 
- DispatchAsyncModule - Class in com.gwtplatform.dispatch.client.gin
- 
- DispatchAsyncModule() - Constructor for class com.gwtplatform.dispatch.client.gin.DispatchAsyncModule
- 
Deprecated. 
- DispatchAsyncModule.Builder - Class in com.gwtplatform.dispatch.client.gin
- 
Deprecated. 
- DispatchAsyncModule.Builder() - Constructor for class com.gwtplatform.dispatch.client.gin.DispatchAsyncModule.Builder
- 
Deprecated. 
- DispatchCall<A extends TypedAction<R>,R> - Class in com.gwtplatform.dispatch.client
- 
- DispatchCall(ExceptionHandler, ClientActionHandlerRegistry, SecurityCookieAccessor, DispatchHooks, A, AsyncCallback<R>) - Constructor for class com.gwtplatform.dispatch.client.DispatchCall
-  
- DispatchHooks - Interface in com.gwtplatform.dispatch.client
- 
- dispatchHooks(Class<? extends DispatchHooks>) - Method in class com.gwtplatform.dispatch.client.gin.AbstractDispatchAsyncModule.Builder
- 
- DispatchImpl - Class in com.gwtplatform.dispatch.rpc.server.guice
-  
- DispatchImpl(ActionHandlerValidatorRegistry) - Constructor for class com.gwtplatform.dispatch.rpc.server.guice.DispatchImpl
-  
- DispatchImpl - Class in com.gwtplatform.dispatch.rpc.server.spring
- 
Dispatch implementation for spring. 
- DispatchImpl(ActionHandlerValidatorRegistry) - Constructor for class com.gwtplatform.dispatch.rpc.server.spring.DispatchImpl
-  
- DispatchImpl - Class in com.gwtplatform.dispatch.server.guice
- 
- DispatchImpl(ActionHandlerValidatorRegistry) - Constructor for class com.gwtplatform.dispatch.server.guice.DispatchImpl
- 
Deprecated. 
- DispatchImpl - Class in com.gwtplatform.dispatch.server.spring
- 
- DispatchImpl(ActionHandlerValidatorRegistry) - Constructor for class com.gwtplatform.dispatch.server.spring.DispatchImpl
- 
Deprecated. 
- DispatchModule - Class in com.gwtplatform.dispatch.rpc.server.guice
- 
- DispatchModule() - Constructor for class com.gwtplatform.dispatch.rpc.server.guice.DispatchModule
-  
- DispatchModule - Class in com.gwtplatform.dispatch.rpc.server.spring
- 
Dispatch module spring configuration. 
- DispatchModule() - Constructor for class com.gwtplatform.dispatch.rpc.server.spring.DispatchModule
-  
- DispatchModule(Class<? extends Dispatch>) - Constructor for class com.gwtplatform.dispatch.rpc.server.spring.DispatchModule
-  
- DispatchModule(Class<? extends Dispatch>, Class<? extends ActionHandlerValidatorRegistry>) - Constructor for class com.gwtplatform.dispatch.rpc.server.spring.DispatchModule
-  
- DispatchModule - Class in com.gwtplatform.dispatch.server.guice
- 
- DispatchModule() - Constructor for class com.gwtplatform.dispatch.server.guice.DispatchModule
- 
Deprecated. 
- DispatchModule(Class<? extends Dispatch>) - Constructor for class com.gwtplatform.dispatch.server.guice.DispatchModule
- 
Deprecated. 
- DispatchModule(Class<? extends Dispatch>, Class<? extends ActionHandlerValidatorRegistry>) - Constructor for class com.gwtplatform.dispatch.server.guice.DispatchModule
- 
Deprecated. 
- DispatchModule - Class in com.gwtplatform.dispatch.server.spring
- 
- DispatchModule() - Constructor for class com.gwtplatform.dispatch.server.spring.DispatchModule
- 
Deprecated. 
- DispatchModule(Class<? extends Dispatch>) - Constructor for class com.gwtplatform.dispatch.server.spring.DispatchModule
- 
Deprecated. 
- DispatchModule(Class<? extends Dispatch>, Class<? extends ActionHandlerValidatorRegistry>) - Constructor for class com.gwtplatform.dispatch.server.spring.DispatchModule
- 
Deprecated. 
- DispatchModule.Builder - Class in com.gwtplatform.dispatch.rpc.server.guice
- 
A DispatchModule builder. 
- DispatchModule.Builder() - Constructor for class com.gwtplatform.dispatch.rpc.server.guice.DispatchModule.Builder
-  
- DispatchModule.Builder - Class in com.gwtplatform.dispatch.server.guice
- 
Deprecated. 
- DispatchModule.Builder() - Constructor for class com.gwtplatform.dispatch.server.guice.DispatchModule.Builder
- 
Deprecated. 
- DispatchRequest - Interface in com.gwtplatform.dispatch.shared
- 
This interface provides a common base to give the ability to the client to cancel a request or see if a request is
 still pending. 
- DispatchService - Interface in com.gwtplatform.dispatch.rpc.shared
- 
The base class of the synchronous dispatcher service. 
- DispatchService - Interface in com.gwtplatform.dispatch.shared
- 
- DispatchServiceAsync - Interface in com.gwtplatform.dispatch.rpc.shared
- 
The asynchronous client-side dispatcher service. 
- DispatchServiceAsync - Interface in com.gwtplatform.dispatch.shared
- 
- DispatchServiceImpl - Class in com.gwtplatform.dispatch.rpc.server.guice
- 
- DispatchServiceImpl(Logger, Dispatch, RequestProvider) - Constructor for class com.gwtplatform.dispatch.rpc.server.guice.DispatchServiceImpl
-  
- DispatchServiceImpl - Class in com.gwtplatform.dispatch.rpc.server.spring
- 
Dispatch request to the handler. 
- DispatchServiceImpl(Logger, Dispatch, RequestProvider) - Constructor for class com.gwtplatform.dispatch.rpc.server.spring.DispatchServiceImpl
-  
- DispatchServiceImpl - Class in com.gwtplatform.dispatch.server.guice
- 
- DispatchServiceImpl(Logger, Dispatch, RequestProvider) - Constructor for class com.gwtplatform.dispatch.server.guice.DispatchServiceImpl
- 
Deprecated. 
- DispatchServiceImpl - Class in com.gwtplatform.dispatch.server.spring
- 
- DispatchServiceImpl(Logger, Dispatch, RequestProvider) - Constructor for class com.gwtplatform.dispatch.server.spring.DispatchServiceImpl
- 
Deprecated. 
- doCenter() - Method in class com.gwtplatform.mvp.client.PopupViewImpl
- 
This method centers the popup panel, temporarily making it visible if
 needed. 
- doExecute(String, A, AsyncCallback<R>) - Method in class com.gwtplatform.dispatch.client.AbstractDispatchAsync
- 
Deprecated. 
- doExecute() - Method in class com.gwtplatform.dispatch.client.DispatchCall
- 
- doExecute(String, A, AsyncCallback<R>) - Method in class com.gwtplatform.dispatch.client.RpcDispatchAsync
- 
Deprecated. 
- doExecute() - Method in class com.gwtplatform.dispatch.rest.client.RestDispatchCall
-  
- doExecute() - Method in class com.gwtplatform.dispatch.rpc.client.RpcDispatchExecuteCall
-  
- doExecute() - Method in class com.gwtplatform.dispatch.rpc.client.RpcDispatchUndoCall
-  
- doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class com.gwtplatform.crawler.server.CrawlFilter
- 
Filters all requests and invokes the external service if necessary. 
- doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class com.gwtplatform.dispatch.rpc.server.AbstractHttpSessionSecurityCookieFilter
- 
Deprecated. 
- doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class com.gwtplatform.dispatch.rpc.server.AbstractRandomSecurityCookieFilter
-  
- doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class com.gwtplatform.dispatch.server.AbstractHttpSessionSecurityCookieFilter
- 
Deprecated. 
- doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class com.gwtplatform.dispatch.server.AbstractRandomSecurityCookieFilter
- 
Deprecated. 
- doGet(HttpServletRequest, HttpServletResponse) - Method in class com.gwtplatform.crawlerservice.server.CrawlServiceServlet
-  
- doRevealPlace(PlaceRequest, boolean) - Method in class com.gwtplatform.mvp.client.proxy.PlaceManagerImpl
- 
Fires the  PlaceRequestInternalEvent for the given
  PlaceRequest. 
- doUndo(String, A, R, AsyncCallback<Void>) - Method in class com.gwtplatform.dispatch.client.AbstractDispatchAsync
- 
Deprecated. 
- doUndo(String, A, R, AsyncCallback<Void>) - Method in class com.gwtplatform.dispatch.client.RpcDispatchAsync
- 
Deprecated. 
- EagerActionHandlerValidatorRegistry - Interface in com.gwtplatform.dispatch.rpc.server.actionhandlervalidator
-  
- EagerActionHandlerValidatorRegistry - Interface in com.gwtplatform.dispatch.server.actionhandlervalidator
- 
- EagerActionHandlerValidatorRegistryImpl - Class in com.gwtplatform.dispatch.rpc.server.guice.actionhandlervalidator
-  
- EagerActionHandlerValidatorRegistryImpl() - Constructor for class com.gwtplatform.dispatch.rpc.server.guice.actionhandlervalidator.EagerActionHandlerValidatorRegistryImpl
-  
- EagerActionHandlerValidatorRegistryImpl - Class in com.gwtplatform.dispatch.rpc.server.spring.actionhandlervalidator
-  
- EagerActionHandlerValidatorRegistryImpl() - Constructor for class com.gwtplatform.dispatch.rpc.server.spring.actionhandlervalidator.EagerActionHandlerValidatorRegistryImpl
-  
- EagerActionHandlerValidatorRegistryImpl - Class in com.gwtplatform.dispatch.server.guice.actionhandlervalidator
- 
- EagerActionHandlerValidatorRegistryImpl() - Constructor for class com.gwtplatform.dispatch.server.guice.actionhandlervalidator.EagerActionHandlerValidatorRegistryImpl
- 
Deprecated. 
- EagerActionHandlerValidatorRegistryImpl - Class in com.gwtplatform.dispatch.server.spring.actionhandlervalidator
- 
- EagerActionHandlerValidatorRegistryImpl() - Constructor for class com.gwtplatform.dispatch.server.spring.actionhandlervalidator.EagerActionHandlerValidatorRegistryImpl
- 
Deprecated. 
- encodePathParam(String) - Method in class com.gwtplatform.dispatch.rest.client.DefaultRestRequestBuilderFactory
- 
- encodePathSegment(String) - Method in class com.gwtplatform.common.client.ClientUrlUtils
-  
- encodePathSegment(String) - Method in interface com.gwtplatform.common.shared.UrlUtils
-  
- encodeQueryParam(String) - Method in class com.gwtplatform.dispatch.rest.client.DefaultRestRequestBuilderFactory
- 
- encodeQueryString(String) - Method in class com.gwtplatform.common.client.ClientUrlUtils
-  
- encodeQueryString(String) - Method in interface com.gwtplatform.common.shared.UrlUtils
-  
- endWrappedProxy(SourceWriter) - Method in class com.gwtplatform.mvp.rebind.ProxyPlaceOutputter
-  
- ensureGlass() - Method in class com.gwtplatform.mvp.client.RootPresenter.RootView
-  
- ensureNoClashWith(ProxyEventMethod) - Method in class com.gwtplatform.mvp.rebind.ProxyEventMethod
- 
Ensures that this method does not clash with the one passed as parameters. 
- equals(Object) - Method in class com.gwtplatform.dispatch.rest.client.ActionMetadataProvider.MetadataKey
-  
- equals(Object) - Method in class com.gwtplatform.dispatch.rest.rebind.type.RegisterMetadataHolder
-  
- equals(Object) - Method in class com.gwtplatform.dispatch.rpc.server.guice.DispatchModule
- 
Override so that only one instance of this class will ever be installed in an  Injector. 
- equals(Object) - Method in class com.gwtplatform.dispatch.server.guice.DispatchModule
- 
Deprecated. Override so that only one instance of this class will ever be installed in
 an  Injector. 
- equals(Object) - Method in class com.gwtplatform.mvp.client.gin.PresenterSetupModule
-  
- equals(Object) - Method in interface com.gwtplatform.mvp.client.proxy.Place
- 
Places are equal if their name token matches. 
- equals(Object) - Method in class com.gwtplatform.mvp.client.proxy.PlaceImpl
-  
- equals(Object) - Method in class com.gwtplatform.mvp.client.proxy.ProxyPlaceAbstract
-  
- equals(Object) - Method in class com.gwtplatform.mvp.shared.proxy.PlaceRequest
-  
- error(String, Object...) - Method in class com.gwtplatform.dispatch.rest.rebind.Logger
-  
- ErrorPlace - Annotation Type in com.gwtplatform.mvp.client.annotations
- 
This annotation is used for binding the error place's (e.g.: error 404 page) name token in your Gin module,
 so that you can inject in either your own ClientPlaceManager or the DefaultPlaceManager. 
- ESCAPE_CHARACTER - Static variable in class com.gwtplatform.mvp.shared.proxy.ParameterTokenFormatter
-  
- ESCAPED_ESCAPE_CHAR - Static variable in class com.gwtplatform.mvp.shared.proxy.ParameterTokenFormatter
-  
- ESCAPED_HIERARCHY_SEPARATOR - Static variable in class com.gwtplatform.mvp.shared.proxy.ParameterTokenFormatter
-  
- ESCAPED_PARAM_SEPARATOR - Static variable in class com.gwtplatform.mvp.shared.proxy.ParameterTokenFormatter
-  
- ESCAPED_VALUE_SEPARATOR - Static variable in class com.gwtplatform.mvp.shared.proxy.ParameterTokenFormatter
-  
- eventBus - Variable in class com.gwtplatform.mvp.client.proxy.ProxyImpl
-  
- ExceptionHandler - Interface in com.gwtplatform.dispatch.client
- 
Implementations of this interface can be added to a  DispatchAsync
 implementation to intercept exceptions which return from further up the chain. 
- exceptionHandler(Class<? extends ExceptionHandler>) - Method in class com.gwtplatform.dispatch.client.gin.AbstractDispatchAsyncModule.Builder
- 
Specify an alternative exception handler. 
- ExceptionHandler.Status - Enum in com.gwtplatform.dispatch.client
- 
- execute(A, AsyncCallback<R>) - Method in class com.gwtplatform.dispatch.client.AbstractDispatchAsync
- 
Deprecated. 
- execute(A, AsyncCallback<R>, ExecuteCommand<A, R>) - Method in class com.gwtplatform.dispatch.client.actionhandler.caching.AbstractCachingClientActionHandler
-  
- execute(A, AsyncCallback<R>, ExecuteCommand<A, R>) - Method in interface com.gwtplatform.dispatch.client.actionhandler.ClientActionHandler
- 
Handles the specified action. 
- execute(A, AsyncCallback<R>) - Method in interface com.gwtplatform.dispatch.client.actionhandler.ExecuteCommand
- 
Execute an action. 
- execute(A, AsyncCallback<R>) - Method in class com.gwtplatform.dispatch.client.DelegatingAsyncCallback
-  
- execute() - Method in class com.gwtplatform.dispatch.client.DispatchCall
- 
Call this method to execute the  action wrapped by this instance. 
- execute(A, AsyncCallback<R>) - Method in class com.gwtplatform.dispatch.rest.client.RestDispatchAsync
-  
- execute(A, AsyncCallback<R>) - Method in interface com.gwtplatform.dispatch.rest.shared.RestDispatch
- 
This method is called client-side whenever a new action is executed. 
- execute(A, AsyncCallback<R>) - Method in class com.gwtplatform.dispatch.rpc.client.RpcDispatchAsync
-  
- execute(A) - Method in class com.gwtplatform.dispatch.rpc.server.AbstractDispatchImpl
-  
- execute(String, Action<?>) - Method in class com.gwtplatform.dispatch.rpc.server.AbstractDispatchServiceImpl
- 
- execute(A, ExecutionContext) - Method in interface com.gwtplatform.dispatch.rpc.server.actionhandler.ActionHandler
- 
Handles the specified action. 
- execute(BatchAction, ExecutionContext) - Method in class com.gwtplatform.dispatch.rpc.server.actionhandler.BatchActionHandler
-  
- execute(TestAction, ExecutionContext) - Method in class com.gwtplatform.dispatch.rpc.server.actionhandler.TestActionHandler
-  
- execute(A) - Method in interface com.gwtplatform.dispatch.rpc.server.Dispatch
- 
Executes the specified action and returns the appropriate result. 
- execute(A) - Method in interface com.gwtplatform.dispatch.rpc.server.ExecutionContext
- 
Executes an action in the current context. 
- execute(A, AsyncCallback<R>) - Method in interface com.gwtplatform.dispatch.rpc.shared.DispatchAsync
- 
This method is called client-side whenever a new action is executed. 
- execute(String, Action<?>) - Method in interface com.gwtplatform.dispatch.rpc.shared.DispatchService
- 
This method is called server-side whenever a new action is dispatched. 
- execute(String, Action<?>, AsyncCallback<Result>) - Method in interface com.gwtplatform.dispatch.rpc.shared.DispatchServiceAsync
- 
This method is called client-side whenever a new action is executed. 
- execute(A) - Method in class com.gwtplatform.dispatch.server.AbstractDispatchImpl
- 
Deprecated. 
- execute(String, Action<?>) - Method in class com.gwtplatform.dispatch.server.AbstractDispatchServiceImpl
- 
Deprecated. 
- execute(A, ExecutionContext) - Method in interface com.gwtplatform.dispatch.server.actionhandler.ActionHandler
- 
Deprecated. Handles the specified action. 
- execute(BatchAction, ExecutionContext) - Method in class com.gwtplatform.dispatch.server.actionhandler.BatchActionHandler
- 
Deprecated. 
- execute(A) - Method in interface com.gwtplatform.dispatch.server.Dispatch
- 
Deprecated. Executes the specified action and returns the appropriate result. 
- execute(A) - Method in interface com.gwtplatform.dispatch.server.ExecutionContext
- 
Deprecated. Executes an action in the current context. 
- execute(A, AsyncCallback<R>) - Method in interface com.gwtplatform.dispatch.shared.DispatchAsync
- 
Deprecated. This method is called client-side whenever a new action is executed. 
- execute(String, Action<?>) - Method in interface com.gwtplatform.dispatch.shared.DispatchService
- 
Deprecated. This method is called server-side whenever a new action is dispatched. 
- execute(String, Action<?>, AsyncCallback<Result>) - Method in interface com.gwtplatform.dispatch.shared.DispatchServiceAsync
- 
Deprecated. This method is called client-side whenever a new action is executed. 
- execute(A, AsyncCallback<R>) - Method in class com.gwtplatform.tester.TestDispatchAsync
-  
- execute(String, Action<?>) - Method in class com.gwtplatform.tester.TestDispatchService
-  
- ExecuteCommand<A,R> - Interface in com.gwtplatform.dispatch.client.actionhandler
- 
- ExecutionContext - Interface in com.gwtplatform.dispatch.rpc.server
- 
ExecutionContext instances are passed to
  ActionHandlers,
 and allows them to execute sub-actions. 
- ExecutionContext - Interface in com.gwtplatform.dispatch.server
- 
- extractPath(HasAnnotations) - Method in class com.gwtplatform.dispatch.rest.rebind.AbstractVelocityGenerator
-  
- GaAccount - Annotation Type in com.gwtplatform.mvp.client.annotations
- 
Bind this annotation to your Google Analytics account number. 
- Gatekeeper - Interface in com.gwtplatform.mvp.client.proxy
- 
Inherit from this class to define a gatekeeper that locks access to your
  Place in specific situation. 
- GatekeeperParams - Annotation Type in com.gwtplatform.mvp.client.annotations
- 
This annotation lets you define the parameters for a
  GatekeeperWithParams to use for the
  Place associated
 with your proxy. 
- GatekeeperWithParams - Interface in com.gwtplatform.mvp.client.proxy
- 
Specialized  Gatekeeper which needs additional parameters
 in order to find out if the protected  Place can be revealed. 
- GenDispatch - Annotation Type in com.gwtplatform.dispatch.annotation
- 
Annotation to generate Action and Result classes. 
- GenDispatchProcessor - Class in com.gwtplatform.dispatch.annotation.processor
- 
- GenDispatchProcessor() - Constructor for class com.gwtplatform.dispatch.annotation.processor.GenDispatchProcessor
-  
- GenDto - Annotation Type in com.gwtplatform.dispatch.annotation
- 
Annotation to generate simple Data Transfer Object (DTO) classes solely for
 transferring data between the client and the server. 
- GenDtoProcessor - Class in com.gwtplatform.dispatch.annotation.processor
- 
Processes GenDtoannotations.
 
- GenDtoProcessor() - Constructor for class com.gwtplatform.dispatch.annotation.processor.GenDtoProcessor
-  
- generate(TreeLogger, GeneratorContext, String) - Method in class com.google.gwt.uibinder.rebind.UiBinderGenerator
-  
- generate() - Method in class com.gwtplatform.dispatch.rest.rebind.ActionGenerator
-  
- generate() - Method in class com.gwtplatform.dispatch.rest.rebind.ActionMetadataProviderGenerator
-  
- generate() - Method in class com.gwtplatform.dispatch.rest.rebind.ChildServiceGenerator
-  
- generate() - Method in class com.gwtplatform.dispatch.rest.rebind.GinModuleGenerator
-  
- generate(JType) - Method in class com.gwtplatform.dispatch.rest.rebind.JacksonMapperGenerator
-  
- generate() - Method in class com.gwtplatform.dispatch.rest.rebind.JacksonMapperProviderGenerator
-  
- generate() - Method in class com.gwtplatform.dispatch.rest.rebind.ServiceGenerator
-  
- generate(TreeLogger, GeneratorContext, String) - Method in class com.gwtplatform.dispatch.rest.rebind.VelocityGenerator
-  
- generate(TreeLogger, GeneratorContext, String) - Method in class com.gwtplatform.mvp.rebind.ApplicationControllerGenerator
-  
- generate(TreeLogger, GeneratorContext, String) - Method in class com.gwtplatform.mvp.rebind.GinjectorGenerator
-  
- generate(TreeLogger, SortedSet<String>, String, SortedSet<ConfigurationProperty>) - Method in class com.gwtplatform.mvp.rebind.linker.FormFactorPropertyGenerator
-  
- generate(TreeLogger, GeneratorContext, String) - Method in class com.gwtplatform.mvp.rebind.PlaceTokenRegistryGenerator
-  
- generate(TreeLogger, GeneratorContext, String) - Method in class com.gwtplatform.mvp.rebind.ProviderBundleGenerator
-  
- generate(TreeLogger, GeneratorContext, String) - Method in class com.gwtplatform.mvp.rebind.ProxyGenerator
-  
- generate() - Method in class com.gwtplatform.mvp.rebind.velocity.GenerateFormFactorGinjectors
-  
- generate() - Method in class com.gwtplatform.mvp.rebind.velocity.ginjectors.FormFactorGinjectorGenerator
-  
- generate() - Method in class com.gwtplatform.mvp.rebind.velocity.ginjectors.FormFactorGinjectorProviderGenerator
-  
- generate() - Method in class com.gwtplatform.mvp.rebind.velocity.ginjectors.GinjectorProviderGenerator
-  
- generate() - Method in class com.gwtplatform.mvp.rebind.velocity.proxy.VelocityPlacetokenGenerator
-  
- generateAction(Element, boolean, String, String) - Method in class com.gwtplatform.dispatch.annotation.processor.GenDispatchProcessor
-  
- generateAnnotation(String, String) - Method in class com.gwtplatform.dispatch.annotation.helper.GenerationHelper
-  
- generateAssociatedTypeMethod(GenerationHelper, String) - Method in class com.gwtplatform.dispatch.annotation.processor.GenEventProcessor
-  
- generateBuilderBuildMethod(String) - Method in class com.gwtplatform.dispatch.annotation.helper.BuilderGenerationHelper
- 
Helper method to create the Builder#build() method which returns a concrete object instance. 
- generateBuilderClass(String, Collection<VariableElement>, Collection<VariableElement>, String...) - Method in class com.gwtplatform.dispatch.annotation.helper.BuilderGenerationHelper
-  
- generateBuilderFieldAssignment(VariableElement, Object) - Method in class com.gwtplatform.dispatch.annotation.helper.BuilderGenerationHelper
-  
- generateBuilderHeader() - Method in class com.gwtplatform.dispatch.annotation.helper.BuilderGenerationHelper
-  
- generateBuilderInvocationMethod(VariableElement) - Method in class com.gwtplatform.dispatch.annotation.helper.BuilderGenerationHelper
-  
- generateChildRestService(JMethod) - Method in class com.gwtplatform.dispatch.rest.rebind.AbstractServiceGenerator
-  
- generateClassHeader(String, String, Set<Modifier>, String...) - Method in class com.gwtplatform.dispatch.annotation.helper.ClassGenerationHelper
- 
Generates a class header. 
- generateConstantFieldDeclaration(VariableElement) - Method in class com.gwtplatform.dispatch.annotation.helper.GenerationHelper
-  
- generateConstructorUsingFields(String, Collection<VariableElement>, Modifier...) - Method in class com.gwtplatform.dispatch.annotation.helper.ClassGenerationHelper
-  
- generateCustomBuilderConstructor(String, Collection<VariableElement>) - Method in class com.gwtplatform.dispatch.annotation.helper.BuilderGenerationHelper
- 
Creates a private object constructor which should only ever be called by the intern Builder class. 
- generateDispatchMethod(GenerationHelper, String) - Method in class com.gwtplatform.dispatch.annotation.processor.GenEventProcessor
-  
- generateEmptyConstructor(String, Modifier) - Method in class com.gwtplatform.dispatch.annotation.helper.ClassGenerationHelper
-  
- generateEmptyMethodBody(String, String) - Method in class com.gwtplatform.dispatch.annotation.helper.InterfaceGenerationHelper
- 
Generates an empty method body. 
- generateEntityProxyHeader(InterfaceGenerationHelper, ReflectionHelper, String, String, TypeMirror) - Method in class com.gwtplatform.dispatch.annotation.processor.GenProxyProcessor
-  
- generateEquals(String, Collection<VariableElement>) - Method in class com.gwtplatform.dispatch.annotation.helper.ClassGenerationHelper
- 
Creates an equals method using Java standards. 
- generateFieldAccessors(Collection<VariableElement>) - Method in class com.gwtplatform.dispatch.annotation.helper.ClassGenerationHelper
-  
- generateFieldAssignment(VariableElement, Object) - Method in class com.gwtplatform.dispatch.annotation.helper.ClassGenerationHelper
- 
Creates a default field assignment. 
- generateFieldDeclaration(VariableElement) - Method in class com.gwtplatform.dispatch.annotation.helper.GenerationHelper
-  
- generateFieldDeclaration(VariableElement, Modifier...) - Method in class com.gwtplatform.dispatch.annotation.helper.GenerationHelper
-  
- generateFieldDeclarations(Collection<VariableElement>) - Method in class com.gwtplatform.dispatch.annotation.helper.GenerationHelper
- 
Generates all field declarations which are included in the passed list. 
- generateFieldList(Collection<VariableElement>, boolean, boolean) - Method in class com.gwtplatform.dispatch.annotation.helper.GenerationHelper
- 
Generates a list of Fields. 
- generateFireFieldsStaticMethod(GenerationHelper, Collection<VariableElement>, String) - Method in class com.gwtplatform.dispatch.annotation.processor.GenEventProcessor
-  
- generateFireInstanceStaticMethod(GenerationHelper, String) - Method in class com.gwtplatform.dispatch.annotation.processor.GenEventProcessor
-  
- generateFireSelfMethod(GenerationHelper) - Method in class com.gwtplatform.dispatch.annotation.processor.GenEventProcessor
-  
- generateFooter() - Method in class com.gwtplatform.dispatch.annotation.helper.GenerationHelper
-  
- GenerateFormFactorGinjectors - Class in com.gwtplatform.mvp.rebind.velocity
-  
- generateGetter(String, String) - Method in class com.gwtplatform.dispatch.annotation.helper.InterfaceGenerationHelper
-  
- generateGetter(VariableElement) - Method in class com.gwtplatform.dispatch.annotation.helper.InterfaceGenerationHelper
-  
- generateGetter(InterfaceGenerationHelper, VariableElement) - Method in class com.gwtplatform.dispatch.annotation.processor.GenProxyProcessor
-  
- generateHandlerInterface(GenerationHelper, String) - Method in class com.gwtplatform.dispatch.annotation.processor.GenEventProcessor
-  
- generateHasHandlerInterface(GenerationHelper, String) - Method in class com.gwtplatform.dispatch.annotation.processor.GenEventProcessor
-  
- generateHashCode(Collection<VariableElement>) - Method in class com.gwtplatform.dispatch.annotation.helper.ClassGenerationHelper
- 
Creates an hashCode method using Java standards. 
- generateImports(Class<?>...) - Method in class com.gwtplatform.dispatch.annotation.helper.GenerationHelper
- 
Use null as import to separate import groups. 
- generateImports(String...) - Method in class com.gwtplatform.dispatch.annotation.helper.GenerationHelper
-  
- generateInterfaceHeader(String, Set<Modifier>, String...) - Method in class com.gwtplatform.dispatch.annotation.helper.InterfaceGenerationHelper
-  
- generateIsSecuredMethod(GenerationHelper, boolean) - Method in class com.gwtplatform.dispatch.annotation.processor.GenDispatchProcessor
-  
- generateMethodHierarchy(JMethod) - Method in class com.gwtplatform.dispatch.rest.rebind.AbstractServiceGenerator
-  
- generateMethods() - Method in class com.gwtplatform.dispatch.rest.rebind.AbstractServiceGenerator
-  
- generateModifierList(Modifier...) - Method in class com.gwtplatform.dispatch.annotation.helper.GenerationHelper
-  
- generatePackageDeclaration(String) - Method in class com.gwtplatform.dispatch.annotation.helper.GenerationHelper
- 
Generates a package declaration. 
- generateProxy(Element, String, String[], String[], boolean, TypeMirror) - Method in class com.gwtplatform.dispatch.annotation.processor.GenProxyProcessor
-  
- generateRestAction(JMethod) - Method in class com.gwtplatform.dispatch.rest.rebind.AbstractServiceGenerator
-  
- generateResult(Element, String) - Method in class com.gwtplatform.dispatch.annotation.processor.GenDispatchProcessor
-  
- generateServiceNameAccessor(GenerationHelper, String, String) - Method in class com.gwtplatform.dispatch.annotation.processor.GenDispatchProcessor
-  
- generateSetter(String, String) - Method in class com.gwtplatform.dispatch.annotation.helper.InterfaceGenerationHelper
-  
- generateSetter(VariableElement) - Method in class com.gwtplatform.dispatch.annotation.helper.InterfaceGenerationHelper
-  
- generateSetter(InterfaceGenerationHelper, VariableElement) - Method in class com.gwtplatform.dispatch.annotation.processor.GenProxyProcessor
-  
- generateStaticTypeField(GenerationHelper, String) - Method in class com.gwtplatform.dispatch.annotation.processor.GenEventProcessor
-  
- generateToString(String, Collection<VariableElement>) - Method in class com.gwtplatform.dispatch.annotation.helper.ClassGenerationHelper
-  
- generateTypeAccessorMethod(GenerationHelper, String) - Method in class com.gwtplatform.dispatch.annotation.processor.GenEventProcessor
-  
- generateValueProxyHeader(InterfaceGenerationHelper, ReflectionHelper, String, String) - Method in class com.gwtplatform.dispatch.annotation.processor.GenProxyProcessor
-  
- GenerationHelper - Class in com.gwtplatform.dispatch.annotation.helper
- 
GenerationHelper is an internal class that provides common routines
 only used by the annotation processors. 
- GenerationHelper(Writer) - Constructor for class com.gwtplatform.dispatch.annotation.helper.GenerationHelper
-  
- GeneratorFactory - Interface in com.gwtplatform.dispatch.rest.rebind
-  
- GeneratorUtil - Class in com.gwtplatform.dispatch.rest.rebind.util
-  
- GeneratorUtil - Class in com.gwtplatform.mvp.rebind.velocity
-  
- GeneratorUtil(TypeOracle, Logger, GeneratorContext) - Constructor for class com.gwtplatform.mvp.rebind.velocity.GeneratorUtil
-  
- GenEvent - Annotation Type in com.gwtplatform.dispatch.annotation
- 
Annotation to generate Event and Handler classes. 
- GenEventProcessor - Class in com.gwtplatform.dispatch.annotation.processor
- 
Processes GenEventannotations.
 
- GenEventProcessor() - Constructor for class com.gwtplatform.dispatch.annotation.processor.GenEventProcessor
-  
- GenProcessor - Class in com.gwtplatform.dispatch.annotation.processor
- 
 Abstract processor class for all @GenXannotations.
 
- GenProcessor() - Constructor for class com.gwtplatform.dispatch.annotation.processor.GenProcessor
-  
- GenProxy - Annotation Type in com.gwtplatform.dispatch.annotation
- 
- GenProxyProcessor - Class in com.gwtplatform.dispatch.annotation.processor
- 
- GenProxyProcessor() - Constructor for class com.gwtplatform.dispatch.annotation.processor.GenProxyProcessor
-  
- get(AsyncCallback<T>) - Method in class com.gwtplatform.common.client.CodeSplitBundleProvider
-  
- get(AsyncCallback<T>) - Method in class com.gwtplatform.common.client.CodeSplitProvider
-  
- get(AsyncCallback<T>) - Method in interface com.gwtplatform.common.client.IndirectProvider
- 
Asynchronously get the provided object. 
- get(int) - Method in class com.gwtplatform.common.client.ProviderBundle
- 
Accesses a provider given its id. 
- get(AsyncCallback<T>) - Method in class com.gwtplatform.common.client.StandardProvider
-  
- get(Long) - Method in class com.gwtplatform.crawlerservice.server.service.ObjectifyDao
-  
- get(Key<T>) - Method in class com.gwtplatform.crawlerservice.server.service.ObjectifyDao
-  
- get(Iterable<Key<T>>) - Method in class com.gwtplatform.crawlerservice.server.service.ObjectifyDao
-  
- get(Object) - Method in interface com.gwtplatform.dispatch.client.actionhandler.caching.Cache
- 
Returns the cached value corresponding to key. 
- get(Object) - Method in class com.gwtplatform.dispatch.client.actionhandler.caching.DefaultCacheImpl
-  
- get() - Method in class com.gwtplatform.dispatch.rpc.shared.AbstractSimpleResult
-  
- get() - Method in class com.gwtplatform.dispatch.rpc.shared.MultipleResult
-  
- get() - Method in class com.gwtplatform.dispatch.shared.AbstractSimpleResult
- 
Deprecated. 
- get() - Method in class com.gwtplatform.dispatch.shared.MultipleResult
- 
Deprecated. 
- get(AsyncCallback<? super T>) - Method in class com.gwtplatform.tester.AsyncMockProvider
-  
- get() - Method in class com.gwtplatform.tester.MockProvider
-  
- getAction() - Method in class com.gwtplatform.dispatch.client.DispatchCall
- 
- getAction() - Method in class com.gwtplatform.dispatch.rpc.server.actionhandler.ActionResult
-  
- getAction() - Method in class com.gwtplatform.dispatch.server.actionhandler.ActionResult
- 
Deprecated. 
- getActionClass() - Method in class com.gwtplatform.dispatch.rest.rebind.event.RegisterMetadataEvent
-  
- getActionClass() - Method in class com.gwtplatform.dispatch.rest.rebind.type.RegisterMetadataHolder
-  
- getActionClass() - Method in interface com.gwtplatform.dispatch.rpc.server.actionhandlervalidator.ActionHandlerValidatorMap
-  
- getActionClass() - Method in class com.gwtplatform.dispatch.rpc.server.actionhandlervalidator.ActionHandlerValidatorMapImpl
-  
- getActionClass() - Method in interface com.gwtplatform.dispatch.server.actionhandlervalidator.ActionHandlerValidatorMap
- 
Deprecated. 
- getActionClass() - Method in class com.gwtplatform.dispatch.server.actionhandlervalidator.ActionHandlerValidatorMapImpl
- 
Deprecated. 
- getActionClass() - Method in interface com.gwtplatform.tester.MockClientActionHandlerMap
-  
- getActionHandler() - Method in class com.gwtplatform.dispatch.rpc.server.actionhandlervalidator.ActionHandlerValidatorInstance
-  
- getActionHandler() - Method in class com.gwtplatform.dispatch.server.actionhandlervalidator.ActionHandlerValidatorInstance
- 
Deprecated. 
- getActionHandlerClass() - Method in class com.gwtplatform.dispatch.rpc.server.actionhandlervalidator.ActionHandlerValidatorClass
-  
- getActionHandlerClass() - Method in class com.gwtplatform.dispatch.server.actionhandlervalidator.ActionHandlerValidatorClass
- 
Deprecated. 
- getActionHandlerValidatorClass() - Method in interface com.gwtplatform.dispatch.rpc.server.actionhandlervalidator.ActionHandlerValidatorMap
-  
- getActionHandlerValidatorClass() - Method in class com.gwtplatform.dispatch.rpc.server.actionhandlervalidator.ActionHandlerValidatorMapImpl
-  
- getActionHandlerValidatorClass() - Method in interface com.gwtplatform.dispatch.server.actionhandlervalidator.ActionHandlerValidatorMap
- 
Deprecated. 
- getActionHandlerValidatorClass() - Method in class com.gwtplatform.dispatch.server.actionhandlervalidator.ActionHandlerValidatorMapImpl
- 
Deprecated. 
- getActionHandlerValidatorRegistry() - Method in class com.gwtplatform.dispatch.rpc.server.spring.DispatchModule
-  
- getActionHandlerValidatorRegistry() - Method in class com.gwtplatform.dispatch.server.spring.DispatchModule
- 
Deprecated. 
- getActions() - Method in class com.gwtplatform.dispatch.rpc.shared.BatchAction
- 
The list of actions to execute. 
- getActions() - Method in class com.gwtplatform.dispatch.shared.BatchAction
- 
Deprecated. The list of actions to execute. 
- getActionType() - Method in class com.gwtplatform.dispatch.client.actionhandler.AbstractClientActionHandler
-  
- getActionType() - Method in interface com.gwtplatform.dispatch.client.actionhandler.ClientActionHandler
-  
- getActionType() - Method in class com.gwtplatform.dispatch.rpc.server.actionhandler.AbstractActionHandler
-  
- getActionType() - Method in interface com.gwtplatform.dispatch.rpc.server.actionhandler.ActionHandler
-  
- getActionType() - Method in class com.gwtplatform.dispatch.server.actionhandler.AbstractActionHandler
- 
Deprecated. 
- getActionType() - Method in interface com.gwtplatform.dispatch.server.actionhandler.ActionHandler
- 
Deprecated. 
- getActionValidator() - Method in class com.gwtplatform.dispatch.rpc.server.actionhandlervalidator.ActionHandlerValidatorInstance
-  
- getActionValidator() - Method in class com.gwtplatform.dispatch.server.actionhandlervalidator.ActionHandlerValidatorInstance
- 
Deprecated. 
- getActionValidatorClass() - Method in class com.gwtplatform.dispatch.rpc.server.actionhandlervalidator.ActionHandlerValidatorClass
-  
- getActionValidatorClass() - Method in class com.gwtplatform.dispatch.server.actionhandlervalidator.ActionHandlerValidatorClass
- 
Deprecated. 
- getAllMethods() - Method in class com.gwtplatform.mvp.rebind.ClassInspector
- 
Collects all methods from either the inspected class or any of its parent classes. 
- getAllPlaceTokens() - Method in interface com.gwtplatform.mvp.shared.proxy.PlaceTokenRegistry
-  
- getAnnotatedFields(Class<? extends Annotation>...) - Method in class com.gwtplatform.dispatch.annotation.helper.ReflectionHelper
- 
Returns all fields annotated with the passed annotation classes. 
- getAppRootPanel() - Method in class com.gwtplatform.mvp.client.RootPresenter.RootView
- 
Return the RootPanel on which to add the content. 
- getArgs() - Method in class com.gwtplatform.dispatch.rest.rebind.type.MethodCall
-  
- getAssociatedType() - Method in class com.gwtplatform.mvp.client.ChangeTabEvent
-  
- getAssociatedType() - Method in class com.gwtplatform.mvp.client.proxy.AsyncCallFailEvent
-  
- getAssociatedType() - Method in class com.gwtplatform.mvp.client.proxy.AsyncCallStartEvent
-  
- getAssociatedType() - Method in class com.gwtplatform.mvp.client.proxy.AsyncCallSucceedEvent
-  
- getAssociatedType() - Method in class com.gwtplatform.mvp.client.proxy.GetPlaceTitleEvent
-  
- getAssociatedType() - Method in class com.gwtplatform.mvp.client.proxy.LockInteractionEvent
-  
- getAssociatedType() - Method in class com.gwtplatform.mvp.client.proxy.NavigationEvent
-  
- getAssociatedType() - Method in class com.gwtplatform.mvp.client.proxy.NavigationRefusedEvent
-  
- getAssociatedType() - Method in class com.gwtplatform.mvp.client.proxy.ResetPresentersEvent
-  
- getAssociatedType() - Method in class com.gwtplatform.mvp.client.proxy.RevealContentEvent
-  
- getAssociatedType() - Method in class com.gwtplatform.mvp.client.proxy.RevealRootContentEvent
-  
- getAssociatedType() - Method in class com.gwtplatform.mvp.client.proxy.RevealRootLayoutContentEvent
-  
- getAssociatedType() - Method in class com.gwtplatform.mvp.client.proxy.RevealRootPopupContentEvent
-  
- getAssociatedType() - Method in class com.gwtplatform.mvp.client.RequestTabsEvent
-  
- getAutoExpireTimeInMs() - Method in interface com.gwtplatform.dispatch.client.actionhandler.caching.Cache
-  
- getAutoExpireTimeInMs() - Method in class com.gwtplatform.dispatch.client.actionhandler.caching.DefaultCacheImpl
-  
- getBean() - Method in interface com.gwtplatform.dispatch.rpc.server.actionhandlervalidator.ActionHandlerValidatorLinkerHelper.BeanProvider.BindingDescriptor
-  
- getBean() - Method in class com.gwtplatform.dispatch.rpc.server.actionhandlervalidator.ActionHandlerValidatorLinkerHelper.CommonBindingDescriptor
-  
- getBean() - Method in interface com.gwtplatform.dispatch.server.actionhandlervalidator.ActionHandlerValidatorLinkerHelper.BeanProvider.BindingDescriptor
- 
Deprecated. 
- getBean() - Method in class com.gwtplatform.dispatch.server.actionhandlervalidator.ActionHandlerValidatorLinkerHelper.CommonBindingDescriptor
- 
Deprecated. 
- getBeanName() - Method in interface com.gwtplatform.dispatch.rpc.server.actionhandlervalidator.ActionHandlerValidatorLinkerHelper.BeanProvider.BindingDescriptor
-  
- getBeanName() - Method in class com.gwtplatform.dispatch.rpc.server.actionhandlervalidator.ActionHandlerValidatorLinkerHelper.CommonBindingDescriptor
-  
- getBeanName() - Method in interface com.gwtplatform.dispatch.server.actionhandlervalidator.ActionHandlerValidatorLinkerHelper.BeanProvider.BindingDescriptor
- 
Deprecated. 
- getBeanName() - Method in class com.gwtplatform.dispatch.server.actionhandlervalidator.ActionHandlerValidatorLinkerHelper.CommonBindingDescriptor
- 
Deprecated. 
- getBindings(Class<B>) - Method in interface com.gwtplatform.dispatch.rpc.server.actionhandlervalidator.ActionHandlerValidatorLinkerHelper.BeanProvider
-  
- getBindings(Class<B>) - Method in class com.gwtplatform.dispatch.rpc.server.guice.GuiceBeanProvider
-  
- getBindings(Class<B>) - Method in class com.gwtplatform.dispatch.rpc.server.spring.SpringBeanProvider
-  
- getBindings(Class<B>) - Method in interface com.gwtplatform.dispatch.server.actionhandlervalidator.ActionHandlerValidatorLinkerHelper.BeanProvider
- 
Deprecated. 
- getBindings(Class<B>) - Method in class com.gwtplatform.dispatch.server.guice.GuiceBeanProvider
- 
Deprecated. 
- getBindings(Class<B>) - Method in class com.gwtplatform.dispatch.server.spring.SpringBeanProvider
- 
Deprecated. 
- getBodyParam() - Method in class com.gwtplatform.dispatch.rest.client.AbstractRestAction
-  
- getBodyParam() - Method in interface com.gwtplatform.dispatch.rest.shared.RestAction
-  
- getCache() - Method in class com.gwtplatform.dispatch.client.actionhandler.caching.AbstractCachingClientActionHandler
-  
- getCallback() - Method in class com.gwtplatform.dispatch.client.DispatchCall
- 
The  AsyncCallback to use when the execution of the action wrapped by this object is completed. 
- getCaught() - Method in class com.gwtplatform.mvp.client.proxy.AsyncCallFailEvent
- 
Access the  Throwable that was obtained when this asynchronous call failed. 
- getClassName() - Method in class com.gwtplatform.dispatch.annotation.helper.ReflectionHelper
- 
Returns the class name. 
- getClassName() - Method in class com.gwtplatform.mvp.rebind.AbstractGenerator
-  
- getClassRepresenter() - Method in class com.gwtplatform.dispatch.annotation.helper.ReflectionHelper
-  
- getClientActionHandler() - Method in interface com.gwtplatform.tester.MockClientActionHandlerMap
-  
- getClientActionHandlerRegistry() - Method in class com.gwtplatform.dispatch.client.AbstractDispatchAsync
- 
Deprecated. 
- getClientActionHandlerRegistry() - Method in class com.gwtplatform.dispatch.client.DispatchCall
- 
- getCodeSplitBundlePresenters() - Method in class com.gwtplatform.mvp.rebind.PresenterDefinitions
-  
- getCodeSplitPresenters() - Method in class com.gwtplatform.mvp.rebind.PresenterDefinitions
-  
- getConstantFields() - Method in class com.gwtplatform.dispatch.annotation.helper.ReflectionHelper
- 
Returns all fields ordered that are Modifier.FINALorModifier.STATIC.
 
- getContent() - Method in class com.gwtplatform.crawlerservice.server.domain.CachedPage
-  
- getContent() - Method in class com.gwtplatform.mvp.client.proxy.RevealContentEvent
-  
- getContent() - Method in class com.gwtplatform.mvp.client.proxy.RevealRootContentEvent
-  
- getContent() - Method in class com.gwtplatform.mvp.client.proxy.RevealRootLayoutContentEvent
-  
- getContent() - Method in class com.gwtplatform.mvp.client.proxy.RevealRootPopupContentEvent
-  
- getCookieContent() - Method in class com.gwtplatform.dispatch.client.DefaultSecurityCookieAccessor
-  
- getCookieContent() - Method in interface com.gwtplatform.dispatch.shared.SecurityCookieAccessor
- 
Gets the current content of the security cookie, using javascript. 
- getCtorParameters() - Method in class com.gwtplatform.dispatch.rest.rebind.type.ResourceBinding
-  
- getCurrentPlaceHierarchy() - Method in interface com.gwtplatform.mvp.client.proxy.PlaceManager
- 
Access the current place hierarchy, with the current  PlaceRequest being the last
 element of this list. 
- getCurrentPlaceHierarchy() - Method in class com.gwtplatform.mvp.client.proxy.PlaceManagerImpl
-  
- getCurrentPlaceRequest() - Method in interface com.gwtplatform.mvp.client.proxy.PlaceManager
- 
Access the current place request, that is, the tail of the place request hierarchy. 
- getCurrentPlaceRequest() - Method in class com.gwtplatform.mvp.client.proxy.PlaceManagerImpl
-  
- getCurrentTitle(SetPlaceTitleHandler) - Method in interface com.gwtplatform.mvp.client.proxy.PlaceManager
- 
Retrieves the title of the currently displayed place, or nullif it doesn't have a
 title.
 
- getCurrentTitle(SetPlaceTitleHandler) - Method in class com.gwtplatform.mvp.client.proxy.PlaceManagerImpl
-  
- getDefaultDateFormat() - Method in class com.gwtplatform.dispatch.rest.client.gin.RestDispatchAsyncModuleBuilder
-  
- getDescription() - Method in class com.gwtplatform.common.rebind.VersionInspectorLinker
-  
- getDeserializationContext() - Method in class com.gwtplatform.dispatch.rest.client.serialization.JsonSerialization
-  
- getDispatch() - Method in class com.gwtplatform.dispatch.rpc.server.spring.DispatchModule
-  
- getDispatch() - Method in class com.gwtplatform.dispatch.server.spring.DispatchModule
- 
Deprecated. 
- getElementUtils() - Method in class com.gwtplatform.dispatch.annotation.helper.ReflectionHelper
- 
Utility method. 
- getEnvironment() - Method in class com.gwtplatform.dispatch.annotation.processor.GenProcessor
- 
Returns the current processing environment. 
- getEventBus() - Method in class com.gwtplatform.mvp.client.PresenterWidget
- 
Access the  EventBus object associated with that presenter. 
- getEventBus() - Method in interface com.gwtplatform.mvp.client.proxy.PlaceManager
- 
Makes it possible to access the  EventBus object associated with that presenter. 
- getEventBus() - Method in class com.gwtplatform.mvp.client.proxy.PlaceManagerImpl
-  
- getEventBus() - Method in interface com.gwtplatform.mvp.client.proxy.Proxy
- 
Makes it possible to access the  EventBus object associated with
 that proxy. 
- getEventBus() - Method in class com.gwtplatform.mvp.client.proxy.ProxyImpl
-  
- getEventBus() - Method in class com.gwtplatform.mvp.client.proxy.ProxyPlaceAbstract
-  
- getExceptionHandler() - Method in class com.gwtplatform.dispatch.client.AbstractDispatchAsync
- 
Deprecated. 
- getExceptionHandler() - Method in class com.gwtplatform.dispatch.client.DispatchCall
- 
- getFetchDate() - Method in class com.gwtplatform.crawlerservice.server.domain.CachedPage
-  
- getFieldBuilder(String) - Static method in class com.google.gwt.uibinder.rebind.FieldManager
-  
- getFieldGetter(String) - Static method in class com.google.gwt.uibinder.rebind.FieldManager
-  
- getFieldManager(TypeOracle, MortalLogger, PropertyOracle, boolean) - Method in class com.google.gwt.uibinder.rebind.GinUiBinderGenerator
-  
- getFieldManager(TypeOracle, MortalLogger, PropertyOracle, boolean) - Method in class com.google.gwt.uibinder.rebind.UiBinderGenerator
-  
- getFields() - Method in class com.gwtplatform.dispatch.annotation.helper.ReflectionHelper
- 
Returns all fields. 
- getFinalFields() - Method in class com.gwtplatform.dispatch.annotation.helper.ReflectionHelper
- 
Returns all fields which contains Modifier.FINAL.
 
- getFormParams() - Method in class com.gwtplatform.dispatch.rest.client.AbstractRestAction
-  
- getFormParams() - Method in interface com.gwtplatform.dispatch.rest.shared.RestAction
-  
- getGatekeeperParamsString() - Method in class com.gwtplatform.mvp.rebind.ProxyPlaceOutputter
-  
- getGatekeepers() - Method in class com.gwtplatform.mvp.rebind.PresenterDefinitions
-  
- getGeneratorContext() - Method in class com.gwtplatform.dispatch.rest.rebind.RebindModule
-  
- getGeneratorContext() - Method in class com.gwtplatform.mvp.rebind.velocity.RebindModule
-  
- getGeneratorUtil() - Method in class com.gwtplatform.dispatch.rest.rebind.AbstractVelocityGenerator
-  
- getGeneratorUtil() - Method in class com.gwtplatform.mvp.rebind.velocity.AbstractVelocityGenerator
-  
- getGinjector() - Static method in class com.gwtplatform.mvp.client.DelayedBindRegistry
- 
- getGinjectorClass() - Method in class com.gwtplatform.mvp.rebind.GinjectorInspector
- 
Access the ginjector class. 
- getGinjectorClassName() - Method in class com.gwtplatform.mvp.rebind.GinjectorInspector
- 
Access the ginjector class name. 
- getGlobalHeaderParams() - Method in class com.gwtplatform.dispatch.rest.client.gin.RestDispatchAsyncModuleBuilder
-  
- getGlobalQueryParams() - Method in class com.gwtplatform.dispatch.rest.client.gin.RestDispatchAsyncModuleBuilder
-  
- getHandler() - Method in class com.gwtplatform.mvp.client.proxy.GetPlaceTitleEvent
-  
- getHandlerContainer() - Method in interface com.gwtplatform.mvp.client.HasHandlerContainer
-  
- getHandlerContainer() - Method in class com.gwtplatform.mvp.client.proxy.ProxyPlaceAbstract
-  
- getHeaderParams() - Method in class com.gwtplatform.dispatch.rest.client.AbstractRestAction
-  
- getHeaderParams() - Method in interface com.gwtplatform.dispatch.rest.shared.RestAction
-  
- getHierarchyDepth() - Method in interface com.gwtplatform.mvp.client.proxy.PlaceManager
- 
Retrieves the number of elements in the place hierarchy. 
- getHierarchyDepth() - Method in class com.gwtplatform.mvp.client.proxy.PlaceManagerImpl
-  
- getHttpMethod() - Method in class com.gwtplatform.dispatch.rest.client.AbstractRestAction
-  
- getHttpMethod() - Method in interface com.gwtplatform.dispatch.rest.shared.RestAction
-  
- getId() - Method in class com.gwtplatform.crawlerservice.server.domain.DatastoreObject
-  
- getImplName() - Method in class com.gwtplatform.dispatch.rest.rebind.type.ResourceBinding
-  
- getImplPackage() - Method in class com.gwtplatform.dispatch.rest.rebind.type.ResourceBinding
-  
- getInFields() - Method in class com.gwtplatform.dispatch.annotation.helper.ReflectionHelper
- 
Returns all fields annotated with @ In. 
- getInstance(Class<B>) - Method in interface com.gwtplatform.dispatch.rpc.server.actionhandlervalidator.ActionHandlerValidatorLinkerHelper.BeanProvider
-  
- getInstance(Class<B>) - Method in class com.gwtplatform.dispatch.rpc.server.guice.GuiceBeanProvider
-  
- getInstance(Class<B>) - Method in class com.gwtplatform.dispatch.rpc.server.spring.SpringBeanProvider
-  
- getInstance(ApplicationContext, Class<B>) - Static method in class com.gwtplatform.dispatch.rpc.server.spring.utils.SpringUtils
-  
- getInstance(Class<B>) - Method in interface com.gwtplatform.dispatch.server.actionhandlervalidator.ActionHandlerValidatorLinkerHelper.BeanProvider
- 
Deprecated. 
- getInstance(Class<B>) - Method in class com.gwtplatform.dispatch.server.guice.GuiceBeanProvider
- 
Deprecated. 
- getInstance(Class<B>) - Method in class com.gwtplatform.dispatch.server.spring.SpringBeanProvider
- 
Deprecated. 
- getInstance(ApplicationContext, Class<B>) - Static method in class com.gwtplatform.dispatch.server.spring.utils.SpringUtils
- 
Deprecated. 
- getKey(Long) - Method in class com.gwtplatform.crawlerservice.server.service.ObjectifyDao
-  
- getLabel() - Method in interface com.gwtplatform.mvp.client.TabData
- 
Gets the label to display on the tab. 
- getLabel() - Method in class com.gwtplatform.mvp.client.TabDataBasic
-  
- getLastUpateTime(Object) - Method in interface com.gwtplatform.dispatch.client.actionhandler.caching.Cache
- 
Returns the last update time in milliseconds since January 1, 1970, 00:00:00 GMT for the cached entry. 
- getLastUpateTime(Object) - Method in class com.gwtplatform.dispatch.client.actionhandler.caching.DefaultCacheImpl
-  
- getLocatorTypeMirror(GenProxy) - Method in class com.gwtplatform.dispatch.annotation.processor.GenProxyProcessor
-  
- getLogger() - Method in class com.gwtplatform.dispatch.rest.rebind.AbstractVelocityGenerator
-  
- getLogger() - Method in class com.gwtplatform.dispatch.rest.rebind.RebindModule
-  
- getLogger() - Method in class com.gwtplatform.mvp.rebind.velocity.RebindModule
-  
- getMapper(String) - Method in class com.gwtplatform.dispatch.rest.client.serialization.AbstractJacksonMapperProvider
-  
- getMapper(String) - Method in interface com.gwtplatform.dispatch.rest.client.serialization.JacksonMapperProvider
-  
- getMetadata() - Method in class com.gwtplatform.dispatch.rest.rebind.event.RegisterMetadataEvent
-  
- getMetadata() - Method in class com.gwtplatform.dispatch.rest.rebind.type.RegisterMetadataHolder
-  
- getMetadataType() - Method in class com.gwtplatform.dispatch.rest.rebind.event.RegisterMetadataEvent
-  
- getMetadataType() - Method in class com.gwtplatform.dispatch.rest.rebind.type.RegisterMetadataHolder
-  
- getMethodName() - Method in class com.gwtplatform.dispatch.rest.rebind.type.ActionBinding
-  
- getMethodName() - Method in class com.gwtplatform.dispatch.rest.rebind.type.ChildServiceBinding
-  
- getMethodName() - Method in class com.gwtplatform.dispatch.rest.rebind.type.MethodCall
-  
- getModifierFields(Modifier...) - Method in class com.gwtplatform.dispatch.annotation.helper.ReflectionHelper
- 
Returns all fields with the passed modifier. 
- getName() - Method in class com.gwtplatform.dispatch.rest.shared.RestParameter
-  
- getNameToken() - Method in interface com.gwtplatform.mvp.client.proxy.Place
- 
The name token is the first part of the history token, before the
 parameters. 
- getNameToken() - Method in class com.gwtplatform.mvp.client.proxy.PlaceImpl
-  
- getNameToken() - Method in class com.gwtplatform.mvp.client.proxy.ProxyPlaceAbstract
-  
- getNameToken() - Method in class com.gwtplatform.mvp.rebind.ProxyPlaceOutputter
-  
- getNameToken() - Method in class com.gwtplatform.mvp.rebind.TabInfoMethod
-  
- getNameToken() - Method in class com.gwtplatform.mvp.shared.proxy.PlaceRequest
-  
- getNameTokens() - Method in class com.gwtplatform.mvp.client.proxy.PlaceImpl
-  
- getNew() - Method in class com.gwtplatform.dispatch.rpc.shared.AbstractUpdateResult
- 
The new/current value. 
- getNew() - Method in class com.gwtplatform.dispatch.shared.AbstractUpdateResult
- 
Deprecated. The new/current value. 
- getNonConstantFields() - Method in class com.gwtplatform.dispatch.annotation.helper.ReflectionHelper
- 
Returns all fields that are not Modifier.FINALorModifier.STATIC.
 
- getObject() - Method in class com.gwtplatform.dispatch.rpc.server.spring.LoggerFactoryBean
-  
- getObject() - Method in class com.gwtplatform.dispatch.server.spring.LoggerFactoryBean
- 
Deprecated. 
- getObjectType() - Method in class com.gwtplatform.dispatch.rpc.server.spring.LoggerFactoryBean
-  
- getObjectType() - Method in class com.gwtplatform.dispatch.server.spring.LoggerFactoryBean
- 
Deprecated. 
- getOld() - Method in class com.gwtplatform.dispatch.rpc.shared.AbstractUpdateResult
- 
The previous value. 
- getOld() - Method in class com.gwtplatform.dispatch.shared.AbstractUpdateResult
- 
Deprecated. The previous value. 
- getOnException() - Method in class com.gwtplatform.dispatch.rpc.shared.BatchAction
- 
The expected behaviour if any of the sub-actions throw an exception. 
- getOnException() - Method in class com.gwtplatform.dispatch.shared.BatchAction
- 
Deprecated. The expected behaviour if any of the sub-actions throw an exception. 
- getOptionalFields() - Method in class com.gwtplatform.dispatch.annotation.helper.ReflectionHelper
- 
Returns all non constant fields annotated with @ Optional. 
- getOptionalFields(Class<? extends Annotation>) - Method in class com.gwtplatform.dispatch.annotation.helper.ReflectionHelper
- 
Returns all non constant fields annotated with passed annotation. 
- getOrCreate(ApplicationContext, Class<B>) - Static method in class com.gwtplatform.dispatch.rpc.server.spring.utils.SpringUtils
-  
- getOrCreate(ApplicationContext, Class<B>) - Static method in class com.gwtplatform.dispatch.server.spring.utils.SpringUtils
- 
Deprecated. 
- getOrder() - Method in class com.gwtplatform.dispatch.rpc.server.spring.AnnotatedActionBeandHandlerRegistrator
-  
- getOrder() - Method in class com.gwtplatform.dispatch.server.spring.AnnotatedActionBeandHandlerRegistrator
- 
Deprecated. 
- getOrderedFields() - Method in class com.gwtplatform.dispatch.annotation.helper.ReflectionHelper
- 
Returns all fields ordered. 
- getOutFields() - Method in class com.gwtplatform.dispatch.annotation.helper.ReflectionHelper
- 
Returns all fields annotated with @ Out. 
- getPackage() - Method in class com.gwtplatform.dispatch.rest.rebind.AbstractServiceGenerator
-  
- getPackage() - Method in class com.gwtplatform.dispatch.rest.rebind.AbstractVelocityGenerator
-  
- getPackage() - Method in class com.gwtplatform.dispatch.rest.rebind.ActionGenerator
-  
- getPackage() - Method in class com.gwtplatform.dispatch.rest.rebind.ActionMetadataProviderGenerator
-  
- getPackage() - Method in class com.gwtplatform.dispatch.rest.rebind.GinModuleGenerator
-  
- getPackage() - Method in class com.gwtplatform.dispatch.rest.rebind.JacksonMapperGenerator
-  
- getPackage() - Method in class com.gwtplatform.dispatch.rest.rebind.JacksonMapperProviderGenerator
-  
- getPackageName() - Method in class com.gwtplatform.dispatch.annotation.helper.ReflectionHelper
-  
- getPackageName() - Method in class com.gwtplatform.mvp.rebind.AbstractGenerator
-  
- getParameter(String, String) - Method in class com.gwtplatform.mvp.shared.proxy.PlaceRequest
- 
- getParameterNames() - Method in class com.gwtplatform.mvp.shared.proxy.PlaceRequest
- 
Retrieves all the parameters available with the request. 
- getPath() - Method in class com.gwtplatform.dispatch.rest.client.AbstractRestAction
-  
- getPath() - Method in interface com.gwtplatform.dispatch.rest.shared.RestAction
- 
Returns the relative path for this action. 
- getPathParams() - Method in class com.gwtplatform.dispatch.rest.client.AbstractRestAction
-  
- getPathParams() - Method in interface com.gwtplatform.dispatch.rest.shared.RestAction
-  
- getPlace() - Method in class com.gwtplatform.mvp.client.proxy.ProxyPlaceAbstract
-  
- getPlaceManager() - Method in class com.gwtplatform.mvp.client.proxy.ProxyPlaceAbstract
-  
- getPlaceTitle(GetPlaceTitleEvent) - Method in class com.gwtplatform.mvp.client.proxy.ProxyPlaceAbstract
- 
Obtains the title for this place and invoke the passed handler when the
 title is available. 
- GetPlaceTitleEvent - Class in com.gwtplatform.mvp.client.proxy
- 
This event is fired whenever the user wants to have access to the title of a
 place. 
- GetPlaceTitleEvent(PlaceRequest, SetPlaceTitleHandler) - Constructor for class com.gwtplatform.mvp.client.proxy.GetPlaceTitleEvent
-  
- GetPlaceTitleHandler - Interface in com.gwtplatform.mvp.client.proxy
-  
- getPresenter(NotifyingAsyncCallback<P>) - Method in interface com.gwtplatform.mvp.client.proxy.Proxy
- 
- getPresenter(NotifyingAsyncCallback<P>) - Method in class com.gwtplatform.mvp.client.proxy.ProxyImpl
-  
- getPresenter(NotifyingAsyncCallback<P>) - Method in class com.gwtplatform.mvp.client.proxy.ProxyPlaceAbstract
-  
- getPresenterClass() - Method in class com.gwtplatform.mvp.rebind.PresenterInspector
-  
- getPresenterClassName() - Method in class com.gwtplatform.mvp.rebind.PresenterInspector
-  
- getPriority() - Method in interface com.gwtplatform.mvp.client.Tab
- 
A tab priority indicates where it should appear within the tab strip. 
- getPriority() - Method in interface com.gwtplatform.mvp.client.TabData
- 
A tab priority indicates where it should appear within the tab strip. 
- getPriority() - Method in class com.gwtplatform.mvp.client.TabDataBasic
-  
- getProcessingEnvironment() - Method in class com.gwtplatform.dispatch.annotation.helper.ReflectionHelper
-  
- getPropertyOracle() - Method in class com.gwtplatform.mvp.rebind.AbstractGenerator
-  
- getProxy() - Method in class com.gwtplatform.mvp.client.Presenter
- 
Returns the  Proxy attached to this presenter. 
- getProxy() - Method in class com.gwtplatform.mvp.client.proxy.ProxyPlaceAbstract
-  
- getProxyTypeMirrorName(UseProxy, TypeMirror) - Method in class com.gwtplatform.dispatch.annotation.processor.GenProxyProcessor
- 
Workaround for MirroredTypeException (Attempt to access Class object for TypeMirror). 
- getQueryParams() - Method in class com.gwtplatform.dispatch.rest.client.AbstractRestAction
-  
- getQueryParams() - Method in interface com.gwtplatform.dispatch.rest.shared.RestAction
-  
- getRawPresenter(NotifyingAsyncCallback<Presenter<?, ?>>) - Method in class com.gwtplatform.mvp.client.proxy.ProxyImpl
-  
- getRawPresenter(NotifyingAsyncCallback<Presenter<?, ?>>) - Method in class com.gwtplatform.mvp.client.proxy.ProxyPlaceAbstract
-  
- getRawPresenter(NotifyingAsyncCallback<Presenter<?, ?>>) - Method in interface com.gwtplatform.mvp.client.proxy.ProxyRaw
- 
- getRequest() - Method in class com.gwtplatform.mvp.client.proxy.GetPlaceTitleEvent
-  
- getRequest() - Method in class com.gwtplatform.mvp.client.proxy.NavigationEvent
- 
Access the  PlaceRequest that triggered that navigation event. 
- getRequestedActionType() - Method in exception com.gwtplatform.dispatch.client.actionhandler.ClientActionHandlerMismatchException
-  
- getRequestTimeoutMs() - Method in class com.gwtplatform.dispatch.rest.client.gin.RestDispatchAsyncModuleBuilder
-  
- getRequiredFields() - Method in class com.gwtplatform.dispatch.annotation.helper.ReflectionHelper
- 
- getResourcePath() - Method in class com.gwtplatform.dispatch.rest.rebind.type.ResourceBinding
-  
- getResult() - Method in class com.gwtplatform.dispatch.rpc.server.actionhandler.ActionResult
-  
- getResult() - Method in class com.gwtplatform.dispatch.rpc.shared.action.TestResult
-  
- getResult() - Method in class com.gwtplatform.dispatch.server.actionhandler.ActionResult
- 
Deprecated. 
- getResultClass() - Method in class com.gwtplatform.dispatch.rest.rebind.type.ActionBinding
-  
- getResults() - Method in class com.gwtplatform.dispatch.rpc.shared.BatchResult
-  
- getResults() - Method in class com.gwtplatform.dispatch.shared.BatchResult
- 
Deprecated. 
- getRevealType() - Method in class com.gwtplatform.mvp.client.Presenter
- 
- getSecurityCookie() - Method in class com.gwtplatform.dispatch.client.DispatchCall
- 
- getSecurityCookieAccessor() - Method in class com.gwtplatform.dispatch.client.AbstractDispatchAsync
- 
Deprecated. 
- getSecurityCookieAccessor() - Method in class com.gwtplatform.dispatch.client.DispatchCall
- 
- getSecurityCookieName() - Method in class com.gwtplatform.dispatch.rpc.server.AbstractDispatchServiceImpl
-  
- getSecurityCookieName() - Method in class com.gwtplatform.dispatch.rpc.server.guice.DispatchServiceImpl
-  
- getSecurityCookieName() - Method in class com.gwtplatform.dispatch.rpc.server.spring.DispatchServiceImpl
-  
- getSecurityCookieName() - Method in class com.gwtplatform.dispatch.server.AbstractDispatchServiceImpl
- 
Deprecated. 
- getSecurityCookieName() - Method in class com.gwtplatform.dispatch.server.guice.DispatchServiceImpl
- 
Deprecated. 
- getSecurityCookieName() - Method in class com.gwtplatform.dispatch.server.spring.DispatchServiceImpl
- 
Deprecated. 
- getSerializationClass() - Method in class com.gwtplatform.dispatch.rest.client.gin.RestDispatchAsyncModuleBuilder
-  
- getSerializationContext() - Method in class com.gwtplatform.dispatch.rest.client.serialization.JsonSerialization
-  
- getServiceBinding() - Method in class com.gwtplatform.dispatch.rest.rebind.AbstractServiceGenerator
-  
- getServiceBinding() - Method in class com.gwtplatform.dispatch.rest.rebind.ChildServiceGenerator
-  
- getServiceBinding() - Method in class com.gwtplatform.dispatch.rest.rebind.ServiceGenerator
-  
- getServiceInterface() - Method in class com.gwtplatform.dispatch.rest.rebind.type.ServiceBinding
-  
- getServiceName() - Method in interface com.gwtplatform.dispatch.rpc.shared.Action
- 
Access the name of the service, which will be used as the URL path to access the action. 
- getServiceName() - Method in class com.gwtplatform.dispatch.rpc.shared.ActionImpl
- 
Default Action using the base path as dispatch/className. 
- getServiceName() - Method in class com.gwtplatform.dispatch.rpc.shared.UnsecuredActionImpl
- 
Default Action using the base path as dispatch/className. 
- getServiceName() - Method in interface com.gwtplatform.dispatch.shared.Action
- 
Deprecated. Access the name of the service, which will be used as the URL path to
 access the action. 
- getServiceName() - Method in class com.gwtplatform.dispatch.shared.ActionImpl
- 
Deprecated. Default Action using the base path as dispatch/className. 
- getServiceName() - Method in class com.gwtplatform.dispatch.shared.UnsecuredActionImpl
- 
Deprecated. Default Action using the base path as dispatch/className. 
- getServices() - Method in class com.gwtplatform.dispatch.rest.rebind.type.ServiceDefinitions
-  
- getServletContext() - Method in class com.gwtplatform.dispatch.rpc.server.spring.DispatchServiceImpl
-  
- getServletContext() - Method in class com.gwtplatform.dispatch.server.spring.DispatchServiceImpl
- 
Deprecated. 
- getServletRequest() - Method in class com.gwtplatform.dispatch.rpc.server.guice.request.DefaultRequestProvider
-  
- getServletRequest() - Method in interface com.gwtplatform.dispatch.rpc.server.RequestProvider
-  
- getServletRequest() - Method in class com.gwtplatform.dispatch.rpc.server.spring.request.DefaultRequestProvider
-  
- getServletRequest() - Method in class com.gwtplatform.dispatch.server.guice.request.DefaultRequestProvider
- 
Deprecated. 
- getServletRequest() - Method in interface com.gwtplatform.dispatch.server.RequestProvider
- 
Deprecated. 
- getServletRequest() - Method in class com.gwtplatform.dispatch.server.spring.request.DefaultRequestProvider
- 
Deprecated. 
- getSession() - Method in class com.gwtplatform.dispatch.rpc.server.AbstractHttpSessionSecurityCookieFilter
- 
Deprecated. 
- getSession() - Method in class com.gwtplatform.dispatch.rpc.server.guice.HttpSessionSecurityCookieFilter
- 
Deprecated. 
- getSession() - Method in class com.gwtplatform.dispatch.rpc.server.spring.HttpSessionSecurityCookieFilter
- 
Deprecated. 
- getSession() - Method in class com.gwtplatform.dispatch.server.AbstractHttpSessionSecurityCookieFilter
- 
Deprecated. 
- getSession() - Method in class com.gwtplatform.dispatch.server.guice.HttpSessionSecurityCookieFilter
- 
Deprecated. 
- getSession() - Method in class com.gwtplatform.dispatch.server.spring.HttpSessionSecurityCookieFilter
- 
Deprecated. 
- getSimpleClassName() - Method in class com.gwtplatform.dispatch.annotation.helper.ReflectionHelper
-  
- getSimpleNameFromTypeName(String) - Method in class com.gwtplatform.mvp.rebind.AbstractGenerator
-  
- getSlot() - Method in class com.gwtplatform.mvp.client.Presenter
- 
Returns the slot where this presenter is to be revealed. 
- getStandardPresenters() - Method in class com.gwtplatform.mvp.rebind.PresenterDefinitions
-  
- getStaticFields() - Method in class com.gwtplatform.dispatch.annotation.helper.ReflectionHelper
- 
Returns all fields which contains Modifier.STATIC.
 
- getStringValue() - Method in class com.gwtplatform.dispatch.rest.shared.RestParameter
-  
- getSuperTypeName() - Method in class com.gwtplatform.dispatch.rest.rebind.type.ResourceBinding
-  
- getSupportedActionType() - Method in exception com.gwtplatform.dispatch.client.actionhandler.ClientActionHandlerMismatchException
-  
- getSupportedSourceVersion() - Method in class com.gwtplatform.dispatch.annotation.processor.GenProcessor
-  
- getTab() - Method in class com.gwtplatform.mvp.client.proxy.NonLeafTabContentProxyImpl
-  
- getTab() - Method in interface com.gwtplatform.mvp.client.proxy.TabContentProxy
- 
- getTab() - Method in class com.gwtplatform.mvp.client.proxy.TabContentProxyPlaceImpl
-  
- getTabContainer() - Method in class com.gwtplatform.mvp.client.RequestTabsEvent
-  
- getTabContainerClassName() - Method in class com.gwtplatform.mvp.rebind.TabInfoMethod
-  
- getTabContentProxy() - Method in class com.gwtplatform.mvp.client.ChangeTabEvent
-  
- getTabData() - Method in class com.gwtplatform.mvp.client.proxy.NonLeafTabContentProxyImpl
-  
- getTabData() - Method in interface com.gwtplatform.mvp.client.proxy.TabContentProxy
- 
Retrieves the  TabData that should be used to create this tab. 
- getTabData() - Method in class com.gwtplatform.mvp.client.proxy.TabContentProxyPlaceImpl
-  
- getTargetHistoryToken() - Method in class com.gwtplatform.mvp.client.proxy.NonLeafTabContentProxyImpl
-  
- getTargetHistoryToken() - Method in interface com.gwtplatform.mvp.client.proxy.TabContentProxy
- 
Gets the history token that should be accessed when the tab is clicked. 
- getTargetHistoryToken() - Method in class com.gwtplatform.mvp.client.proxy.TabContentProxyPlaceImpl
-  
- getTestMessage() - Method in class com.gwtplatform.dispatch.rpc.shared.action.TestAction
-  
- getText() - Method in interface com.gwtplatform.mvp.client.Tab
- 
Gets the text displayed on the tab. 
- getTitle(int, SetPlaceTitleHandler) - Method in interface com.gwtplatform.mvp.client.proxy.PlaceManager
- 
Retrieves the title of a specific place within the place hierarchy. 
- getTitle(int, SetPlaceTitleHandler) - Method in class com.gwtplatform.mvp.client.proxy.PlaceManagerImpl
-  
- getTreeLogger() - Method in class com.gwtplatform.common.rebind.Logger
-  
- getTreeLogger() - Method in class com.gwtplatform.dispatch.rest.rebind.Logger
-  
- getTreeLogger() - Method in class com.gwtplatform.mvp.rebind.AbstractGenerator
-  
- getType() - Method in class com.gwtplatform.dispatch.rest.rebind.event.RegisterSerializableTypeEvent
-  
- getType(String) - Method in class com.gwtplatform.dispatch.rest.rebind.util.GeneratorUtil
-  
- getType() - Static method in class com.gwtplatform.mvp.client.proxy.AsyncCallFailEvent
-  
- getType() - Static method in class com.gwtplatform.mvp.client.proxy.AsyncCallStartEvent
-  
- getType() - Static method in class com.gwtplatform.mvp.client.proxy.AsyncCallSucceedEvent
-  
- getType() - Static method in class com.gwtplatform.mvp.client.proxy.GetPlaceTitleEvent
-  
- getType() - Static method in class com.gwtplatform.mvp.client.proxy.LockInteractionEvent
-  
- getType() - Static method in class com.gwtplatform.mvp.client.proxy.NavigationEvent
-  
- getType() - Static method in class com.gwtplatform.mvp.client.proxy.NavigationRefusedEvent
-  
- getType() - Static method in class com.gwtplatform.mvp.client.proxy.ResetPresentersEvent
-  
- getType() - Static method in class com.gwtplatform.mvp.client.proxy.RevealRootContentEvent
-  
- getType() - Static method in class com.gwtplatform.mvp.client.proxy.RevealRootLayoutContentEvent
-  
- getType() - Static method in class com.gwtplatform.mvp.client.proxy.RevealRootPopupContentEvent
-  
- getType(String) - Method in class com.gwtplatform.mvp.rebind.AbstractGenerator
-  
- getType(String) - Method in class com.gwtplatform.mvp.rebind.velocity.GeneratorUtil
-  
- getTypeClass() - Method in class com.gwtplatform.mvp.rebind.AbstractGenerator
-  
- getTypeOracle() - Method in class com.gwtplatform.dispatch.rest.rebind.AbstractVelocityGenerator
-  
- getTypeOracle() - Method in class com.gwtplatform.dispatch.rest.rebind.RebindModule
-  
- getTypeOracle() - Method in class com.gwtplatform.mvp.rebind.AbstractGenerator
-  
- getTypeOracle() - Method in class com.gwtplatform.mvp.rebind.velocity.RebindModule
-  
- getUiHandlers() - Method in class com.gwtplatform.mvp.client.PopupViewWithUiHandlers
- 
- getUiHandlers() - Method in class com.gwtplatform.mvp.client.ViewWithUiHandlers
- 
- getUrl() - Method in class com.gwtplatform.crawlerservice.server.domain.CachedPage
-  
- getValue(RestAction<?>, MetadataType) - Method in class com.gwtplatform.dispatch.rest.client.AbstractActionMetadataProvider
-  
- getValue(RestAction<?>, MetadataType) - Method in interface com.gwtplatform.dispatch.rest.client.ActionMetadataProvider
- 
Retrieve metadata for the given action and  MetadataType pair. 
- getVelocityEngine(String, Logger) - Method in class com.gwtplatform.dispatch.rest.rebind.RebindModule
-  
- getVelocityEngine(String, Logger) - Method in class com.gwtplatform.mvp.rebind.velocity.RebindModule
-  
- getView() - Method in class com.gwtplatform.mvp.client.PresenterWidget
- 
Returns the  View for the current presenter. 
- getWidget() - Method in class com.gwtplatform.mvp.client.PresenterWidget
- 
Deprecated. 
- getXsrfTokenHeaderName() - Method in class com.gwtplatform.dispatch.rest.client.gin.RestDispatchAsyncModuleBuilder
-  
- GinFieldManager - Class in com.google.gwt.uibinder.rebind
- 
This version of  FieldManager makes it possible for UiBinder
 files to use widgets that need to be instantiated with gin. 
- GinFieldManager(TypeOracle, MortalLogger, JClassType, boolean) - Constructor for class com.google.gwt.uibinder.rebind.GinFieldManager
-  
- GinjectorGenerator - Class in com.gwtplatform.mvp.rebind
- 
Will generate a Ginjector from Ginjector. 
- GinjectorGenerator(JClassType) - Constructor for class com.gwtplatform.mvp.rebind.GinjectorGenerator
-  
- GinjectorInspector - Class in com.gwtplatform.mvp.rebind
- 
This class is used to inspect the user-provided ginjector. 
- ginjectorInspector - Variable in class com.gwtplatform.mvp.rebind.ProxyOutputterBase
-  
- GinjectorProviderGenerator - Class in com.gwtplatform.mvp.rebind.velocity.ginjectors
-  
- GinModuleGenerator - Class in com.gwtplatform.dispatch.rest.rebind
-  
- GinModuleGenerator(TypeOracle, Logger, Provider<VelocityContext>, VelocityEngine, GeneratorUtil, ServiceDefinitions) - Constructor for class com.gwtplatform.dispatch.rest.rebind.GinModuleGenerator
-  
- GinUiBinderGenerator - Class in com.google.gwt.uibinder.rebind
- 
Generator for implementations of
  UiBinder. 
- GinUiBinderGenerator() - Constructor for class com.google.gwt.uibinder.rebind.GinUiBinderGenerator
-  
- GlobalHeaderParams - Annotation Type in com.gwtplatform.dispatch.rest.client
- 
- GlobalQueryParams - Annotation Type in com.gwtplatform.dispatch.rest.client
- 
- GoogleAnalytics - Interface in com.gwtplatform.mvp.client.googleanalytics
- 
This interface lets you manually register Google Analytics events in
 your application. 
- GoogleAnalyticsImpl - Class in com.gwtplatform.mvp.client.googleanalytics
- 
Default  GoogleAnalytics implementation that uses JSNI to
 expose Google Analytics javascript methods. 
- GoogleAnalyticsImpl() - Constructor for class com.gwtplatform.mvp.client.googleanalytics.GoogleAnalyticsImpl
-  
- GoogleAnalyticsNavigationTracker - Class in com.gwtplatform.mvp.client.googleanalytics
- 
This class let's you register every navigation event to a Google Analytics
 account. 
- GuiceBeanProvider - Class in com.gwtplatform.dispatch.rpc.server.guice
-  
- GuiceBeanProvider(Injector) - Constructor for class com.gwtplatform.dispatch.rpc.server.guice.GuiceBeanProvider
-  
- GuiceBeanProvider - Class in com.gwtplatform.dispatch.server.guice
- 
- GuiceBeanProvider(Injector) - Constructor for class com.gwtplatform.dispatch.server.guice.GuiceBeanProvider
- 
Deprecated. 
- GuiceBeanProvider.GuiceBindingDescriptorAdapter<B> - Class in com.gwtplatform.dispatch.rpc.server.guice
- 
Adapter for tranforming Guice Binding into BeanProvider implementation. 
- GuiceBeanProvider.GuiceBindingDescriptorAdapter(Binding<B>) - Constructor for class com.gwtplatform.dispatch.rpc.server.guice.GuiceBeanProvider.GuiceBindingDescriptorAdapter
-  
- GuiceBeanProvider.GuiceBindingDescriptorAdapter<B> - Class in com.gwtplatform.dispatch.server.guice
- 
Deprecated. Adapter for tranforming Guice Binding into BeanProvider implementation. 
- GuiceBeanProvider.GuiceBindingDescriptorAdapter(Binding<B>) - Constructor for class com.gwtplatform.dispatch.server.guice.GuiceBeanProvider.GuiceBindingDescriptorAdapter
- 
Deprecated. 
- GwtHttpDispatchRequest - Class in com.gwtplatform.dispatch.client
- 
- GwtHttpDispatchRequest(Request) - Constructor for class com.gwtplatform.dispatch.client.GwtHttpDispatchRequest
-  
- IMPL_NAME - Static variable in class com.gwtplatform.mvp.rebind.velocity.AbstractVelocityGenerator
-  
- implode(Object[], String) - Static method in class com.gwtplatform.dispatch.annotation.helper.GenerationHelper
- 
Construct a single string from an array of strings, gluing them together
 with the specified delimiter. 
- In - Annotation Type in com.gwtplatform.dispatch.annotation
- 
Use the @In(value) annotation on fields in an @GenDispatch class. 
- IndirectProvider<T> - Interface in com.gwtplatform.common.client
- 
Act as a  Provider, but instead of returning the provided object, the
 user must pass a callback in which the object is handled. 
- info(String, Object...) - Method in class com.gwtplatform.common.rebind.Logger
-  
- info(String, Object...) - Method in class com.gwtplatform.dispatch.rest.rebind.Logger
-  
- init(FilterConfig) - Method in class com.gwtplatform.crawler.server.CrawlFilter
-  
- init(ProcessingEnvironment) - Method in class com.gwtplatform.dispatch.annotation.processor.GenProcessor
-  
- init(FilterConfig) - Method in class com.gwtplatform.dispatch.rpc.server.AbstractHttpSessionSecurityCookieFilter
- 
Deprecated. 
- init(FilterConfig) - Method in class com.gwtplatform.dispatch.rpc.server.AbstractRandomSecurityCookieFilter
-  
- init(FilterConfig) - Method in class com.gwtplatform.dispatch.server.AbstractHttpSessionSecurityCookieFilter
- 
Deprecated. 
- init(FilterConfig) - Method in class com.gwtplatform.dispatch.server.AbstractRandomSecurityCookieFilter
- 
Deprecated. 
- init() - Method in interface com.gwtplatform.mvp.client.ApplicationController
-  
- init(String) - Method in interface com.gwtplatform.mvp.client.googleanalytics.GoogleAnalytics
- 
Initializes the script for Google Analytics for a specific userAccount. 
- init(String) - Method in class com.gwtplatform.mvp.client.googleanalytics.GoogleAnalyticsImpl
-  
- init() - Method in class com.gwtplatform.mvp.rebind.GinjectorInspector
- 
Initializes the ginjector inspector. 
- init(JClassType) - Method in class com.gwtplatform.mvp.rebind.PresenterInspector
- 
Initializes the presenter inspector given the annotation present on a proxy interface. 
- init(JMethod) - Method in class com.gwtplatform.mvp.rebind.PresenterTitleMethod
-  
- init(JMethod) - Method in class com.gwtplatform.mvp.rebind.ProxyEventMethod
-  
- init(JClassType) - Method in class com.gwtplatform.mvp.rebind.ProxyOutputterBase
- 
Initializes this proxy outputter given the specified proxy interface. 
- init(JMethod) - Method in class com.gwtplatform.mvp.rebind.TabInfoMethod
-  
- initComposerFactory(ClassSourceFileComposerFactory) - Method in interface com.gwtplatform.mvp.rebind.ProxyOutputter
- 
Initializes the composer factory, adding all the imports, setting the
 implemented interfaces and extending the correct superclass. 
- initComposerFactory(ClassSourceFileComposerFactory) - Method in class com.gwtplatform.mvp.rebind.ProxyOutputterBase
-  
- initializeWidgetsInnerClass(IndentedWriter, OwnerClass) - Method in class com.google.gwt.uibinder.rebind.FieldManager
- 
Initialize with field builders the generated Widgets inner class. 
- initWidget(Widget) - Method in class com.gwtplatform.mvp.client.ViewImpl
-  
- instantiate(ApplicationContext, Class<B>) - Static method in class com.gwtplatform.dispatch.rpc.server.spring.utils.SpringUtils
-  
- instantiate(ApplicationContext, Class<B>) - Static method in class com.gwtplatform.dispatch.server.spring.utils.SpringUtils
- 
Deprecated. 
- InterfaceGenerationHelper - Class in com.gwtplatform.dispatch.annotation.helper
- 
- InterfaceGenerationHelper(Writer) - Constructor for class com.gwtplatform.dispatch.annotation.helper.InterfaceGenerationHelper
-  
- isAction(JMethod) - Method in class com.gwtplatform.dispatch.rest.rebind.AbstractServiceGenerator
-  
- isBound() - Method in interface com.gwtplatform.mvp.client.HandlerContainer
- 
- isBound() - Method in class com.gwtplatform.mvp.client.HandlerContainerImpl
-  
- isCentered() - Method in class com.gwtplatform.mvp.client.proxy.RevealRootPopupContentEvent
-  
- isConstant(VariableElement) - Method in class com.gwtplatform.dispatch.annotation.helper.GenerationHelper
- 
Checks if a field contains a static or final modifier. 
- isExecuted() - Method in class com.gwtplatform.dispatch.rpc.server.actionhandler.ActionResult
- 
- isExecuted() - Method in class com.gwtplatform.dispatch.server.actionhandler.ActionResult
- 
Deprecated. 
- isFetchInProgress() - Method in class com.gwtplatform.crawlerservice.server.domain.CachedPage
-  
- isFinal(VariableElement) - Method in class com.gwtplatform.dispatch.annotation.helper.GenerationHelper
- 
Checks if a field contains a final modifier. 
- isHandled() - Method in class com.gwtplatform.mvp.client.proxy.GetPlaceTitleEvent
- 
Checks if the event was handled. 
- isPending() - Method in class com.gwtplatform.dispatch.client.CompletedDispatchRequest
-  
- isPending() - Method in class com.gwtplatform.dispatch.client.DefaultCallbackDispatchRequest
-  
- isPending() - Method in class com.gwtplatform.dispatch.client.DelagatingCallbackDispatchRequest
-  
- isPending() - Method in class com.gwtplatform.dispatch.client.DelegatingDispatchRequest
-  
- isPending() - Method in class com.gwtplatform.dispatch.client.GwtHttpDispatchRequest
-  
- isPending() - Method in interface com.gwtplatform.dispatch.shared.DispatchRequest
-  
- isPrimitive(TypeMirror) - Method in class com.gwtplatform.dispatch.annotation.helper.GenerationHelper
- 
Checks if a type is a primitive type. 
- isSecured() - Method in class com.gwtplatform.dispatch.rest.rebind.type.ResourceBinding
-  
- isSecured() - Method in class com.gwtplatform.dispatch.rpc.shared.ActionImpl
- 
Secure is on by default. 
- isSecured() - Method in class com.gwtplatform.dispatch.rpc.shared.UnsecuredActionImpl
- 
Secure is off by default. 
- isSecured() - Method in interface com.gwtplatform.dispatch.shared.Action
- 
Deprecated. Verifies if the action is secured. 
- isSecured() - Method in class com.gwtplatform.dispatch.shared.ActionImpl
- 
Deprecated. Secure is on by default. 
- isSecured() - Method in interface com.gwtplatform.dispatch.shared.HasSecured
- 
Verifies if the action is secured. 
- isSecured() - Method in class com.gwtplatform.dispatch.shared.UnsecuredActionImpl
- 
Deprecated. Secure is off by default. 
- isService(JClassType) - Method in class com.gwtplatform.dispatch.rest.rebind.type.ServiceDefinitions
-  
- isSingleton() - Method in class com.gwtplatform.dispatch.rpc.server.spring.LoggerFactoryBean
-  
- isSingleton() - Method in class com.gwtplatform.dispatch.server.spring.LoggerFactoryBean
- 
Deprecated. 
- isStatic(VariableElement) - Method in class com.gwtplatform.dispatch.annotation.helper.GenerationHelper
- 
Checks if a field contains a static modifier. 
- isSubService(JMethod) - Method in class com.gwtplatform.dispatch.rest.rebind.AbstractServiceGenerator
-  
- isValid(Action<? extends Result>) - Method in class com.gwtplatform.dispatch.rpc.server.actionvalidator.AbstractDefaultActionValidator
-  
- isValid(Action<? extends Result>) - Method in interface com.gwtplatform.dispatch.rpc.server.actionvalidator.ActionValidator
- 
Validate whether or not that  Action can be executed at this time. 
- isValid(Action<? extends Result>) - Method in class com.gwtplatform.dispatch.server.actionvalidator.AbstractDefaultActionValidator
- 
Deprecated. 
- isValid(Action<? extends Result>) - Method in interface com.gwtplatform.dispatch.server.actionvalidator.ActionValidator
- 
Deprecated. Validate whether or not that  Action can be executed at this time. 
- isVisible() - Method in class com.gwtplatform.mvp.client.PresenterWidget
- 
Verifies if the presenter is currently visible on the screen. 
- ObjectifyDao<T> - Class in com.gwtplatform.crawlerservice.server.service
- 
Generic DAO for use with Objectify. 
- ObjectifyDao() - Constructor for class com.gwtplatform.crawlerservice.server.service.ObjectifyDao
-  
- ofy() - Static method in class com.gwtplatform.crawlerservice.server.objectify.OfyService
-  
- ofy() - Method in class com.gwtplatform.crawlerservice.server.service.ObjectifyDao
-  
- OfyService - Class in com.gwtplatform.crawlerservice.server.objectify
-  
- OfyService() - Constructor for class com.gwtplatform.crawlerservice.server.objectify.OfyService
-  
- onAsyncCallFail(AsyncCallFailEvent) - Method in interface com.gwtplatform.mvp.client.proxy.AsyncCallFailHandler
-  
- onAsyncCallStart(AsyncCallStartEvent) - Method in interface com.gwtplatform.mvp.client.proxy.AsyncCallStartHandler
-  
- onAsyncCallSucceed(AsyncCallSucceedEvent) - Method in interface com.gwtplatform.mvp.client.proxy.AsyncCallSucceedHandler
-  
- onBind() - Method in class com.gwtplatform.mvp.client.HandlerContainerImpl
- 
Lifecycle method called when binding the object. 
- onBind() - Method in class com.gwtplatform.mvp.client.RootPresenter
-  
- onBind() - Method in class com.gwtplatform.mvp.client.TabContainerPresenter
-  
- onBootstrap() - Method in interface com.gwtplatform.mvp.client.Bootstrapper
-  
- onBootstrap() - Method in class com.gwtplatform.mvp.client.DefaultBootstrapper
-  
- onChangeTab(ChangeTabEvent) - Method in interface com.gwtplatform.mvp.client.ChangeTabHandler
- 
- onClose() - Method in interface com.gwtplatform.mvp.client.PopupViewCloseHandler
-  
- onExecute() - Method in class com.gwtplatform.dispatch.client.DefaultDispatchHooks
-  
- onExecute() - Method in interface com.gwtplatform.dispatch.client.DispatchHooks
-  
- onExecuteFailure(A, Throwable, AsyncCallback<R>) - Method in class com.gwtplatform.dispatch.client.AbstractDispatchAsync
- 
Deprecated. 
- onExecuteFailure(Throwable) - Method in class com.gwtplatform.dispatch.client.DispatchCall
- 
Override this method to perform additional work when the action execution failed. 
- onExecuteFailure(Throwable, Response) - Method in class com.gwtplatform.dispatch.client.DispatchCall
- 
Override this method to perform additional work when the action execution failed. 
- onExecuteFailure(Throwable, Response) - Method in class com.gwtplatform.dispatch.rest.client.RestDispatchCall
-  
- onExecuteSuccess(A, R, AsyncCallback<R>) - Method in class com.gwtplatform.dispatch.client.AbstractDispatchAsync
- 
Deprecated. 
- onExecuteSuccess(R) - Method in class com.gwtplatform.dispatch.client.DispatchCall
- 
Override this method to perform additional work when the action execution succeeded. 
- onExecuteSuccess(R, Response) - Method in class com.gwtplatform.dispatch.client.DispatchCall
- 
Override this method to perform additional work when the action execution succeeded. 
- onExecuteSuccess(R, Response) - Method in class com.gwtplatform.dispatch.rest.client.RestDispatchCall
-  
- onFailure(Throwable) - Method in class com.gwtplatform.dispatch.client.DefaultCallbackDispatchRequest
-  
- onFailure() - Method in class com.gwtplatform.dispatch.client.DefaultDispatchHooks
-  
- onFailure(Throwable) - Method in class com.gwtplatform.dispatch.client.DefaultExceptionHandler
- 
- onFailure(Throwable) - Method in class com.gwtplatform.dispatch.client.DelagatingCallbackDispatchRequest
-  
- onFailure(Throwable) - Method in class com.gwtplatform.dispatch.client.DelegatingAsyncCallback
-  
- onFailure() - Method in interface com.gwtplatform.dispatch.client.DispatchHooks
-  
- onFailure(Throwable) - Method in interface com.gwtplatform.dispatch.client.ExceptionHandler
- 
This method is called when an exception occurs. 
- onFailure(Throwable) - Method in class com.gwtplatform.mvp.client.proxy.ManualRevealCallback
-  
- onFailure(Throwable) - Method in class com.gwtplatform.mvp.client.proxy.NotifyingAsyncCallback
-  
- onGetPlaceTitle(GetPlaceTitleEvent) - Method in interface com.gwtplatform.mvp.client.proxy.GetPlaceTitleHandler
- 
Called when something has requested the name of a new place. 
- onHide() - Method in class com.gwtplatform.mvp.client.PresenterWidget
- 
Lifecycle method called whenever this presenter is about to be
 hidden. 
- onLockInteraction(LockInteractionEvent) - Method in interface com.gwtplatform.mvp.client.proxy.LockInteractionHandler
-  
- onLockInteraction(LockInteractionEvent) - Method in class com.gwtplatform.mvp.client.RootPresenter
-  
- onModuleLoad() - Method in class com.gwtplatform.dispatch.rest.client.AbstractRestDispatcherController
-  
- onNavigation(NavigationEvent) - Method in class com.gwtplatform.mvp.client.googleanalytics.GoogleAnalyticsNavigationTracker
-  
- onNavigation(NavigationEvent) - Method in interface com.gwtplatform.mvp.client.proxy.NavigationHandler
-  
- onNavigationRefused(NavigationRefusedEvent) - Method in interface com.gwtplatform.mvp.client.proxy.NavigationRefusedHandler
-  
- onPreBootstrap() - Method in interface com.gwtplatform.mvp.client.PreBootstrapper
-  
- onProcessingCompleted() - Method in class com.gwtplatform.dispatch.annotation.processor.GenProcessor
- 
Utility method called after the processing is finished. 
- onProcessingStarted() - Method in class com.gwtplatform.dispatch.annotation.processor.GenProcessor
- 
Utility method called after processing has started. 
- onRequestTabs(RequestTabsEvent) - Method in interface com.gwtplatform.mvp.client.RequestTabsHandler
- 
- onReset() - Method in class com.gwtplatform.mvp.client.PresenterWidget
- 
Lifecycle method called on all visible presenters whenever a
 presenter is revealed anywhere in the presenter hierarchy. 
- onResetPresenters(ResetPresentersEvent) - Method in interface com.gwtplatform.mvp.client.proxy.ResetPresentersHandler
-  
- onResetPresenters(ResetPresentersEvent) - Method in class com.gwtplatform.mvp.client.RootPresenter
-  
- onReveal() - Method in class com.gwtplatform.mvp.client.PresenterWidget
- 
Lifecycle method called whenever this presenter is about to be
 revealed. 
- onRevealContent(RevealContentEvent) - Method in class com.gwtplatform.mvp.client.proxy.RevealContentHandler
- 
This is the dispatched method. 
- onRevealRootContent(RevealRootContentEvent) - Method in interface com.gwtplatform.mvp.client.proxy.RevealRootContentHandler
- 
Called whenever a presenter wants to sets itself as the root content of the
 application, that is, within GWT's
  RootPanel. 
- onRevealRootContent(RevealRootContentEvent) - Method in class com.gwtplatform.mvp.client.RootPresenter
-  
- onRevealRootLayoutContent(RevealRootLayoutContentEvent) - Method in interface com.gwtplatform.mvp.client.proxy.RevealRootLayoutContentHandler
- 
Called whenever a presenter wants to sets itself as the root layout content
 of the application, that is, within GWT's
  RootLayoutPanel. 
- onRevealRootLayoutContent(RevealRootLayoutContentEvent) - Method in class com.gwtplatform.mvp.client.RootPresenter
-  
- onRevealRootPopupContent(RevealRootPopupContentEvent) - Method in interface com.gwtplatform.mvp.client.proxy.RevealRootPopupContentHandler
- 
Called whenever a presenter wants to sets itself as a popup attached to
 the root of the application. 
- onRevealRootPopupContent(RevealRootPopupContentEvent) - Method in class com.gwtplatform.mvp.client.RootPresenter
-  
- onSetPlaceTitle(String) - Method in interface com.gwtplatform.mvp.client.proxy.SetPlaceTitleHandler
- 
Invoked when the title of the place is available. 
- onSuccess(R) - Method in class com.gwtplatform.dispatch.client.DefaultCallbackDispatchRequest
-  
- onSuccess() - Method in class com.gwtplatform.dispatch.client.DefaultDispatchHooks
-  
- onSuccess(R) - Method in class com.gwtplatform.dispatch.client.DelagatingCallbackDispatchRequest
-  
- onSuccess(ClientActionHandler<?, ?>) - Method in class com.gwtplatform.dispatch.client.DelegatingAsyncCallback
-  
- onSuccess() - Method in interface com.gwtplatform.dispatch.client.DispatchHooks
-  
- onSuccess(T) - Method in class com.gwtplatform.mvp.client.proxy.ManualRevealCallback
-  
- onSuccess(T) - Method in class com.gwtplatform.mvp.client.proxy.NotifyingAsyncCallback
-  
- onUnbind() - Method in class com.gwtplatform.mvp.client.HandlerContainerImpl
- 
Lifecycle method called when unbinding the object. 
- onUnbind() - Method in class com.gwtplatform.mvp.client.TabContainerPresenter
-  
- onUndoFailure(A, Throwable, AsyncCallback<Void>) - Method in class com.gwtplatform.dispatch.client.AbstractDispatchAsync
- 
Deprecated. 
- onUndoSuccess(A, Void, AsyncCallback<Void>) - Method in class com.gwtplatform.dispatch.client.AbstractDispatchAsync
- 
Deprecated. 
- onValueChange(ValueChangeEvent<String>) - Method in class com.gwtplatform.mvp.client.proxy.PlaceManagerImpl
- 
Handles change events from  History. 
- onWindowClosing(Window.ClosingEvent) - Method in class com.gwtplatform.mvp.client.proxy.PlaceManagerImpl
-  
- Optional - Annotation Type in com.gwtplatform.dispatch.annotation
- 
Use the @ Optional annotation to specify optional fields. 
- oracle - Variable in class com.gwtplatform.mvp.rebind.ProxyOutputterBase
-  
- Order - Annotation Type in com.gwtplatform.dispatch.annotation
- 
Use with @GenEventor@GenDtoto specify the order
 of the fields in the constructor parameter list.
 
- Out - Annotation Type in com.gwtplatform.dispatch.annotation
- 
Use the @Out(value) annotation on fields in an @GenDispatch class. 
- PACKAGE - Static variable in class com.gwtplatform.mvp.rebind.velocity.AbstractVelocityGenerator
-  
- ParameterTokenFormatter - Class in com.gwtplatform.mvp.shared.proxy
- 
- ParameterTokenFormatter(UrlUtils) - Constructor for class com.gwtplatform.mvp.shared.proxy.ParameterTokenFormatter
- 
- ParameterTokenFormatter(UrlUtils, String, String, String) - Constructor for class com.gwtplatform.mvp.shared.proxy.ParameterTokenFormatter
- 
This constructor makes it possible to use custom separators in your token formatter. 
- PathParamValueResolver - Class in com.gwtplatform.dispatch.rest.rebind.util
-  
- PathParamValueResolver() - Constructor for class com.gwtplatform.dispatch.rest.rebind.util.PathParamValueResolver
-  
- PhoneGapDispatchAsync - Class in com.gwtplatform.dispatch.client
- 
- PhoneGapDispatchAsync - Class in com.gwtplatform.dispatch.rpc.client
- 
This class is an extension of  RpcDispatchAsync and configures the right service entry point and request
 headers for Phone Gap applications. 
- PhoneGapDispatchAsyncModule - Class in com.gwtplatform.dispatch.client.gin
- 
- PhoneGapDispatchAsyncModule() - Constructor for class com.gwtplatform.dispatch.client.gin.PhoneGapDispatchAsyncModule
- 
Deprecated. 
- PhoneGapDispatchAsyncModule - Class in com.gwtplatform.dispatch.rpc.client.gin
- 
This gin module provides provides access to a  DispatchAsync singleton that will work when used in a Phone Gap
 application. 
- PhoneGapDispatchAsyncModule() - Constructor for class com.gwtplatform.dispatch.rpc.client.gin.PhoneGapDispatchAsyncModule
-  
- Place - Interface in com.gwtplatform.mvp.client.proxy
- 
Important: For simplicity, places do not participate in dependency
 injection and can be created with new.
 
- PlaceImpl - Class in com.gwtplatform.mvp.client.proxy
-  
- PlaceImpl(String...) - Constructor for class com.gwtplatform.mvp.client.proxy.PlaceImpl
-  
- placeManager(Class<? extends PlaceManager>) - Method in class com.gwtplatform.mvp.client.gin.DefaultModule.Builder
-  
- PlaceManager - Interface in com.gwtplatform.mvp.client.proxy
- 
- PlaceManagerImpl - Class in com.gwtplatform.mvp.client.proxy
- 
- PlaceManagerImpl(EventBus, TokenFormatter) - Constructor for class com.gwtplatform.mvp.client.proxy.PlaceManagerImpl
-  
- PlaceRequest - Class in com.gwtplatform.mvp.shared.proxy
- 
This class represents a 'request' for a place location. 
- PlaceRequest() - Constructor for class com.gwtplatform.mvp.shared.proxy.PlaceRequest
- 
Builds a request without any name token and without parameters. 
- PlaceRequest(String) - Constructor for class com.gwtplatform.mvp.shared.proxy.PlaceRequest
- 
- PlaceRequest.Builder - Class in com.gwtplatform.mvp.shared.proxy
- 
- PlaceRequest.Builder() - Constructor for class com.gwtplatform.mvp.shared.proxy.PlaceRequest.Builder
- 
- PlaceRequest.Builder(PlaceRequest) - Constructor for class com.gwtplatform.mvp.shared.proxy.PlaceRequest.Builder
- 
- PlaceTokenRegistry - Interface in com.gwtplatform.mvp.shared.proxy
- 
Provide information about all registered place tokens. 
- PlaceTokenRegistryGenerator - Class in com.gwtplatform.mvp.rebind
- 
- PlaceTokenRegistryGenerator() - Constructor for class com.gwtplatform.mvp.rebind.PlaceTokenRegistryGenerator
-  
- PlaceWithGatekeeper - Class in com.gwtplatform.mvp.client.proxy
-  
- PlaceWithGatekeeper(String, Gatekeeper) - Constructor for class com.gwtplatform.mvp.client.proxy.PlaceWithGatekeeper
-  
- PlaceWithGatekeeper(String[], Gatekeeper) - Constructor for class com.gwtplatform.mvp.client.proxy.PlaceWithGatekeeper
-  
- PlaceWithGatekeeperWithParams - Class in com.gwtplatform.mvp.client.proxy
- 
- PlaceWithGatekeeperWithParams(String, GatekeeperWithParams, String[]) - Constructor for class com.gwtplatform.mvp.client.proxy.PlaceWithGatekeeperWithParams
-  
- PlaceWithGatekeeperWithParams(String[], GatekeeperWithParams, String[]) - Constructor for class com.gwtplatform.mvp.client.proxy.PlaceWithGatekeeperWithParams
-  
- pop() - Method in class com.google.gwt.uibinder.rebind.FieldManager
- 
- populateVelocityContext(VelocityContext) - Method in class com.gwtplatform.dispatch.rest.rebind.AbstractServiceGenerator
-  
- populateVelocityContext(VelocityContext) - Method in class com.gwtplatform.dispatch.rest.rebind.AbstractVelocityGenerator
-  
- populateVelocityContext(VelocityContext) - Method in class com.gwtplatform.dispatch.rest.rebind.ActionGenerator
-  
- populateVelocityContext(VelocityContext) - Method in class com.gwtplatform.dispatch.rest.rebind.ActionMetadataProviderGenerator
-  
- populateVelocityContext(VelocityContext) - Method in class com.gwtplatform.dispatch.rest.rebind.ChildServiceGenerator
-  
- populateVelocityContext(VelocityContext) - Method in class com.gwtplatform.dispatch.rest.rebind.GinModuleGenerator
-  
- populateVelocityContext(VelocityContext) - Method in class com.gwtplatform.dispatch.rest.rebind.JacksonMapperGenerator
-  
- populateVelocityContext(VelocityContext) - Method in class com.gwtplatform.dispatch.rest.rebind.JacksonMapperProviderGenerator
-  
- populateVelocityContext(VelocityContext) - Method in class com.gwtplatform.dispatch.rest.rebind.ServiceGenerator
-  
- populateVelocityContext(VelocityContext) - Method in class com.gwtplatform.mvp.rebind.velocity.AbstractVelocityGenerator
-  
- populateVelocityContext(VelocityContext) - Method in class com.gwtplatform.mvp.rebind.velocity.ginjectors.FormFactorGinjectorGenerator
-  
- populateVelocityContext(VelocityContext) - Method in class com.gwtplatform.mvp.rebind.velocity.ginjectors.FormFactorGinjectorProviderGenerator
-  
- populateVelocityContext(VelocityContext) - Method in class com.gwtplatform.mvp.rebind.velocity.ginjectors.GinjectorProviderGenerator
-  
- populateVelocityContext(VelocityContext) - Method in class com.gwtplatform.mvp.rebind.velocity.proxy.VelocityPlacetokenGenerator
-  
- PopupView - Interface in com.gwtplatform.mvp.client
- 
- PopupViewCloseHandler - Interface in com.gwtplatform.mvp.client
- 
A simple handler that provides a callback method to use whenever a
  PopupView is closed. 
- PopupViewImpl - Class in com.gwtplatform.mvp.client
- 
- PopupViewImpl(EventBus) - Constructor for class com.gwtplatform.mvp.client.PopupViewImpl
- 
- PopupViewWithUiHandlers<C extends UiHandlers> - Class in com.gwtplatform.mvp.client
- 
- PopupViewWithUiHandlers(EventBus) - Constructor for class com.gwtplatform.mvp.client.PopupViewWithUiHandlers
- 
- postfetch(A, R) - Method in class com.gwtplatform.dispatch.client.actionhandler.caching.AbstractCachingClientActionHandler
- 
Override this method to perform an action after the call to the server returns successfully or not. 
- postfetch(A, R) - Method in class com.gwtplatform.dispatch.client.actionhandler.caching.ActionCachingHandler
-  
- postProcessAfterInitialization(Object, String) - Method in class com.gwtplatform.dispatch.rpc.server.spring.AnnotatedActionBeandHandlerRegistrator
-  
- postProcessAfterInitialization(Object, String) - Method in class com.gwtplatform.dispatch.server.spring.AnnotatedActionBeandHandlerRegistrator
- 
Deprecated. 
- postProcessBeforeInitialization(Object, String) - Method in class com.gwtplatform.dispatch.rpc.server.spring.AnnotatedActionBeandHandlerRegistrator
-  
- postProcessBeforeInitialization(Object, String) - Method in class com.gwtplatform.dispatch.server.spring.AnnotatedActionBeandHandlerRegistrator
- 
Deprecated. 
- PreBootstrapper - Interface in com.gwtplatform.mvp.client
- 
When a class implementing the PreBootstrapper interface and annotated with
 com.gwtplatform.mvp.client.annotations.PreBootstrapis found, the ApplicationController
 will call onPreBootstrap() before GWTP is initialized.
 
- prefetch(A) - Method in class com.gwtplatform.dispatch.client.actionhandler.caching.AbstractCachingClientActionHandler
- 
Override this method to perform an action before the call is sent to the server. 
- prefetch(A) - Method in class com.gwtplatform.dispatch.client.actionhandler.caching.ActionCachingHandler
-  
- prepare() - Method in class com.gwtplatform.mvp.client.proxy.NotifyingAsyncCallback
- 
This method is used to place that the async callback in its INITIALIZEDstated.
 
- prepareExecute(A) - Method in class com.gwtplatform.dispatch.client.AbstractDispatchAsync
- 
Deprecated. 
- prepareExecute(A) - Method in class com.gwtplatform.dispatch.client.RpcDispatchAsync
- 
Deprecated. 
- prepareExecute(A) - Method in class com.gwtplatform.dispatch.rpc.client.RpcDispatchAsync
-  
- prepareFromRequest(PlaceRequest) - Method in class com.gwtplatform.mvp.client.Presenter
- 
Prepare the state of the presenter given the information contained in
 the  PlaceRequest. 
- prepareService(ServiceDefTarget, String, String) - Method in class com.gwtplatform.dispatch.client.PhoneGapDispatchAsync
- 
Deprecated. 
- prepareService(ServiceDefTarget, String, String) - Method in class com.gwtplatform.dispatch.client.RpcDispatchAsync
- 
Deprecated. 
- prepareService(ServiceDefTarget, String, String) - Method in class com.gwtplatform.dispatch.rpc.client.PhoneGapDispatchAsync
-  
- prepareService(ServiceDefTarget, String, String) - Method in class com.gwtplatform.dispatch.rpc.client.RpcDispatchAsync
-  
- prepareUndo(A) - Method in class com.gwtplatform.dispatch.client.AbstractDispatchAsync
- 
Deprecated. 
- prepareUndo(A) - Method in class com.gwtplatform.dispatch.client.RpcDispatchAsync
- 
Deprecated. 
- prepareUndo(A) - Method in class com.gwtplatform.dispatch.rpc.client.RpcDispatchAsync
-  
- Presenter<V extends View,Proxy_ extends Proxy<?>> - Class in com.gwtplatform.mvp.client
- 
- Presenter(boolean, EventBus, V, Proxy_) - Constructor for class com.gwtplatform.mvp.client.Presenter
- 
Creates a  Presenter that is not necessarily using automatic
 binding. 
- Presenter(EventBus, V, Proxy_) - Constructor for class com.gwtplatform.mvp.client.Presenter
- 
Creates a  Presenter that uses automatic binding. 
- Presenter(EventBus, V, Proxy_, Presenter.RevealType) - Constructor for class com.gwtplatform.mvp.client.Presenter
- 
Creates a  Presenter that uses automatic binding. 
- Presenter(EventBus, V, Proxy_, GwtEvent.Type<RevealContentHandler<?>>) - Constructor for class com.gwtplatform.mvp.client.Presenter
- 
Creates a  Presenter that uses automatic binding. 
- Presenter(EventBus, V, Proxy_, Presenter.RevealType, GwtEvent.Type<RevealContentHandler<?>>) - Constructor for class com.gwtplatform.mvp.client.Presenter
- 
Creates a  Presenter that uses automatic binding. 
- presenter - Variable in class com.gwtplatform.mvp.client.proxy.ProxyImpl
-  
- Presenter.RevealType - Enum in com.gwtplatform.mvp.client
- 
- PresenterDefinitions - Class in com.gwtplatform.mvp.rebind
- 
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. 
- PresenterDefinitions() - Constructor for class com.gwtplatform.mvp.rebind.PresenterDefinitions
-  
- PresenterInspector - Class in com.gwtplatform.mvp.rebind
- 
A class used to inspect the presenter, the methods and inner interfaces it contains. 
- PresenterInspector(TypeOracle, TreeLogger, ClassCollection, GinjectorInspector) - Constructor for class com.gwtplatform.mvp.rebind.PresenterInspector
-  
- presenterInspector - Variable in class com.gwtplatform.mvp.rebind.ProxyOutputterBase
-  
- PresenterSetupModule - Class in com.gwtplatform.mvp.client.gin
- 
Configures the basic classes for presenter. 
- PresenterSetupModule(Class<? extends PlaceManager>) - Constructor for class com.gwtplatform.mvp.client.gin.PresenterSetupModule
-  
- PresenterSetupModule(Class<? extends PlaceManager>, Class<? extends TokenFormatter>) - Constructor for class com.gwtplatform.mvp.client.gin.PresenterSetupModule
-  
- PresenterTitleMethod - Class in com.gwtplatform.mvp.rebind
- 
Represents a method, in the presenter, that is responsible of returning the place title. 
- PresenterTitleMethod(TreeLogger, ClassCollection, GinjectorInspector, PresenterInspector) - Constructor for class com.gwtplatform.mvp.rebind.PresenterTitleMethod
-  
- PresenterWidget<V extends View> - Class in com.gwtplatform.mvp.client
- 
A presenter that does not have to be a singleton. 
- PresenterWidget(boolean, EventBus, V) - Constructor for class com.gwtplatform.mvp.client.PresenterWidget
- 
- PresenterWidget(EventBus, V) - Constructor for class com.gwtplatform.mvp.client.PresenterWidget
- 
- print(Object) - Method in class com.gwtplatform.dispatch.annotation.helper.GenerationHelper
-  
- print(String, Object...) - Method in class com.gwtplatform.dispatch.annotation.helper.GenerationHelper
-  
- printError(String) - Method in class com.gwtplatform.dispatch.annotation.processor.GenProcessor
- 
Prints an error. 
- println() - Method in class com.gwtplatform.dispatch.annotation.helper.GenerationHelper
-  
- println(Object) - Method in class com.gwtplatform.dispatch.annotation.helper.GenerationHelper
-  
- println(String, Object...) - Method in class com.gwtplatform.dispatch.annotation.helper.GenerationHelper
-  
- printMessage(String) - Method in class com.gwtplatform.dispatch.annotation.processor.GenProcessor
- 
Prints a message. 
- printWithoutSpaces(String, Object...) - Method in class com.gwtplatform.dispatch.annotation.helper.GenerationHelper
-  
- process(Element) - Method in class com.gwtplatform.dispatch.annotation.processor.GenDispatchProcessor
-  
- process(Element) - Method in class com.gwtplatform.dispatch.annotation.processor.GenDtoProcessor
-  
- process(Element) - Method in class com.gwtplatform.dispatch.annotation.processor.GenEventProcessor
-  
- process(Set<? extends TypeElement>, RoundEnvironment) - Method in class com.gwtplatform.dispatch.annotation.processor.GenProcessor
-  
- process(Element) - Method in class com.gwtplatform.dispatch.annotation.processor.GenProcessor
- 
Override this function to receive elements which you've declared in
 supported annotations. 
- process(Element) - Method in class com.gwtplatform.dispatch.annotation.processor.GenProxyProcessor
-  
- propertySourcesPlaceholderConfigurer() - Static method in class com.gwtplatform.dispatch.rpc.server.spring.DispatchModule
-  
- propertySourcesPlaceholderConfigurer() - Static method in class com.gwtplatform.dispatch.server.spring.DispatchModule
- 
Deprecated. 
- provideDispatchAsync(ExceptionHandler, SecurityCookieAccessor, ClientActionHandlerRegistry) - Method in class com.gwtplatform.dispatch.client.gin.DispatchAsyncModule
- 
Deprecated. 
- ProviderBundle - Class in com.gwtplatform.common.client
- 
This class can be used to contain a group of providers that should all sit
 behind the same split point. 
- ProviderBundle(int) - Constructor for class com.gwtplatform.common.client.ProviderBundle
- 
- ProviderBundleGenerator - Class in com.gwtplatform.mvp.rebind
- 
Will generate a ProviderBundle. 
- ProviderBundleGenerator() - Constructor for class com.gwtplatform.mvp.rebind.ProviderBundleGenerator
-  
- providers - Variable in class com.gwtplatform.common.client.ProviderBundle
-  
- Proxy<P extends Presenter<?,?>> - Interface in com.gwtplatform.mvp.client.proxy
- 
The interface for light-weight singleton classes that listens for events
 before the full  Presenter is instantiated. 
- ProxyCodeSplit - Annotation Type in com.gwtplatform.mvp.client.annotations
- 
Use this annotation with a  Proxy if
 you want the associated  Presenter to sit
 behind a split point. 
- ProxyCodeSplitBundle - Annotation Type in com.gwtplatform.mvp.client.annotations
- 
Use this annotation if you want to have certain
  Proxys and their associated
  Presenters to sit behind one split point
 and to be compiled into one javascript file separately from others. 
- ProxyCodeSplitBundle.NoOpProviderBundle - Class in com.gwtplatform.mvp.client.annotations
-  
- ProxyEvent - Annotation Type in com.gwtplatform.mvp.client.annotations
- 
Use this to annotate an event-handling method that should be registered in
 the proxy rather than being registered in the presenter. 
- ProxyEventMethod - Class in com.gwtplatform.mvp.rebind
- 
Represents a method, in the presenter, that is responsible of handling an event. 
- ProxyEventMethod(TreeLogger, ClassCollection, PresenterInspector) - Constructor for class com.gwtplatform.mvp.rebind.ProxyEventMethod
-  
- ProxyGenerator - Class in com.gwtplatform.mvp.rebind
-  
- ProxyGenerator() - Constructor for class com.gwtplatform.mvp.rebind.ProxyGenerator
-  
- ProxyImpl<P extends Presenter<?,?>> - Class in com.gwtplatform.mvp.client.proxy
-  
- ProxyImpl() - Constructor for class com.gwtplatform.mvp.client.proxy.ProxyImpl
- 
Creates a Proxy class for a specific presenter. 
- ProxyOutputter - Interface in com.gwtplatform.mvp.rebind
- 
Interface of classes that are able to output the code of a specific
 type of proxy. 
- ProxyOutputterBase - Class in com.gwtplatform.mvp.rebind
- 
- ProxyOutputterFactory - Class in com.gwtplatform.mvp.rebind
- 
Factory used to instantiate the adequate  ProxyOutputter given a
 proxy interface. 
- ProxyOutputterFactory(TypeOracle, TreeLogger, ClassCollection, GinjectorInspector, PresenterInspector) - Constructor for class com.gwtplatform.mvp.rebind.ProxyOutputterFactory
-  
- ProxyPlace<P extends Presenter<?,?>> - Interface in com.gwtplatform.mvp.client.proxy
- 
- ProxyPlaceAbstract<P extends Presenter<?,?>,Proxy_ extends Proxy<P>> - Class in com.gwtplatform.mvp.client.proxy
- 
A useful mixing class to define a  Proxy that is also a  Place. 
- ProxyPlaceAbstract() - Constructor for class com.gwtplatform.mvp.client.proxy.ProxyPlaceAbstract
- 
- ProxyPlaceImpl<P extends Presenter<?,?>> - Class in com.gwtplatform.mvp.client.proxy
- 
A useful mixing class to define a  Proxy that is also a  Place. 
- ProxyPlaceImpl() - Constructor for class com.gwtplatform.mvp.client.proxy.ProxyPlaceImpl
-  
- ProxyPlaceOutputter - Class in com.gwtplatform.mvp.rebind
- 
Proxy outputter for a proxy that is also a place. 
- ProxyPlaceOutputter(TypeOracle, TreeLogger, ClassCollection, GinjectorInspector, PresenterInspector) - Constructor for class com.gwtplatform.mvp.rebind.ProxyPlaceOutputter
-  
- ProxyRaw - Interface in com.gwtplatform.mvp.client.proxy
- 
This is the unparameterized base interface for proxy. 
- ProxyStandard - Annotation Type in com.gwtplatform.mvp.client.annotations
- 
Use this annotation with a  Proxy if
 you don't want the associated  Presenter to
 sit behind a split point. 
- pump() - Method in class com.gwtplatform.tester.DeferredCommandManager
-  
- push(XMLElement, FieldWriter) - Method in class com.google.gwt.uibinder.rebind.FieldManager
-  
- put(T) - Method in class com.gwtplatform.crawlerservice.server.service.ObjectifyDao
-  
- put(Object, Object) - Method in interface com.gwtplatform.dispatch.client.actionhandler.caching.Cache
- 
Puts the key-value pair in the cache. 
- put(Object, Object) - Method in class com.gwtplatform.dispatch.client.actionhandler.caching.DefaultCacheImpl
-  
- putAll(Iterable<T>) - Method in class com.gwtplatform.crawlerservice.server.service.ObjectifyDao
-  
- random - Variable in class com.gwtplatform.dispatch.rpc.server.AbstractRandomSecurityCookieFilter
-  
- random - Variable in class com.gwtplatform.dispatch.server.AbstractRandomSecurityCookieFilter
- 
Deprecated. 
- RandomSecurityCookieFilter - Class in com.gwtplatform.dispatch.rpc.server.guice
-  
- RandomSecurityCookieFilter - Class in com.gwtplatform.dispatch.rpc.server.spring
-  
- RandomSecurityCookieFilter - Class in com.gwtplatform.dispatch.server.guice
- 
- RandomSecurityCookieFilter - Class in com.gwtplatform.dispatch.server.spring
- 
- RebindModule - Class in com.gwtplatform.dispatch.rest.rebind
- 
Rest-Dispatch code generation module. 
- RebindModule(Logger, GeneratorContext) - Constructor for class com.gwtplatform.dispatch.rest.rebind.RebindModule
-  
- RebindModule - Class in com.gwtplatform.mvp.rebind.velocity
-  
- RebindModule(Logger, GeneratorContext) - Constructor for class com.gwtplatform.mvp.rebind.velocity.RebindModule
-  
- ReflectionHelper - Class in com.gwtplatform.dispatch.annotation.helper
- 
ReflectionHelper is an internal class that provides common routines
 only used by the annotation processors. 
- ReflectionHelper(ProcessingEnvironment, TypeElement) - Constructor for class com.gwtplatform.dispatch.annotation.helper.ReflectionHelper
-  
- register(ClientActionHandler<?, ?>) - Method in class com.gwtplatform.dispatch.client.actionhandler.DefaultClientActionHandlerRegistry
- 
Register a instance of a client-side action handler. 
- register(Class<?>, Provider<? extends ClientActionHandler<?, ?>>) - Method in class com.gwtplatform.dispatch.client.actionhandler.DefaultClientActionHandlerRegistry
- 
Register a Providerof a client-side action handler.
 
- register(Class<?>, AsyncProvider<? extends ClientActionHandler<?, ?>>) - Method in class com.gwtplatform.dispatch.client.actionhandler.DefaultClientActionHandlerRegistry
- 
- register(Class<?>, AsyncProvider<B>, int) - Method in class com.gwtplatform.dispatch.client.actionhandler.DefaultClientActionHandlerRegistry
- 
Register a client-side action handler that is part of a  ProviderBundle. 
- register(Class<?>, IndirectProvider<ClientActionHandler<?, ?>>) - Method in class com.gwtplatform.dispatch.client.actionhandler.DefaultClientActionHandlerRegistry
- 
- register(Class<? extends RestAction>, MetadataType, Object) - Method in class com.gwtplatform.dispatch.rest.client.AbstractActionMetadataProvider
-  
- register(DelayedBind) - Static method in class com.gwtplatform.mvp.client.DelayedBindRegistry
- 
Registers a new object so that it is bound using delayed binding. 
- RegisterActionHandler - Annotation Type in com.gwtplatform.dispatch.rpc.server.spring.annotation
- 
- RegisterActionHandler - Annotation Type in com.gwtplatform.dispatch.server.spring.annotation
- 
- registerBean(ApplicationContext, B) - Static method in class com.gwtplatform.dispatch.rpc.server.spring.utils.SpringUtils
-  
- registerBean(ApplicationContext, B) - Static method in class com.gwtplatform.dispatch.server.spring.utils.SpringUtils
- 
Deprecated. 
- registerField(FieldWriterType, JClassType, String) - Method in class com.google.gwt.uibinder.rebind.FieldManager
- 
Used to declare fields of an existing type. 
- registerField(JClassType, String) - Method in class com.google.gwt.uibinder.rebind.FieldManager
-  
- registerField(String, String) - Method in class com.google.gwt.uibinder.rebind.FieldManager
-  
- registerField(String, FieldWriter) - Method in class com.google.gwt.uibinder.rebind.FieldManager
-  
- registerField(FieldWriterType, JClassType, String) - Method in class com.google.gwt.uibinder.rebind.GinFieldManager
-  
- registerFieldForGeneratedCssResource(ImplicitCssResource) - Method in class com.google.gwt.uibinder.rebind.FieldManager
- 
Used to declare fields that will hold generated instances generated
 CssResource interfaces. 
- registerFieldForLazyDomElement(JClassType, OwnerField) - Method in class com.google.gwt.uibinder.rebind.FieldManager
- 
- registerFieldOfGeneratedType(JClassType, String, String, String) - Method in class com.google.gwt.uibinder.rebind.FieldManager
- 
Used to declare fields of a type (other than CssResource) that is to be
 generated. 
- registerFieldReference(XMLElement, String, JType...) - Method in class com.google.gwt.uibinder.rebind.FieldManager
- 
Called to register a {field.reference}encountered during
 parsing, to be validated against the type oracle once parsing is complete.
 
- registerHandler(HandlerRegistration) - Method in class com.gwtplatform.mvp.client.HandlerContainerImpl
- 
- RegisterMetadataEvent - Class in com.gwtplatform.dispatch.rest.rebind.event
-  
- RegisterMetadataEvent(String, MetadataType, String) - Constructor for class com.gwtplatform.dispatch.rest.rebind.event.RegisterMetadataEvent
-  
- RegisterMetadataHolder - Class in com.gwtplatform.dispatch.rest.rebind.type
-  
- RegisterMetadataHolder(String, MetadataType, String) - Constructor for class com.gwtplatform.dispatch.rest.rebind.type.RegisterMetadataHolder
-  
- RegisterSerializableTypeEvent - Class in com.gwtplatform.dispatch.rest.rebind.event
-  
- RegisterSerializableTypeEvent(JType) - Constructor for class com.gwtplatform.dispatch.rest.rebind.event.RegisterSerializableTypeEvent
-  
- RemoteServerUrl - Annotation Type in com.gwtplatform.dispatch.client
- 
- RemoteServerUrl - Annotation Type in com.gwtplatform.dispatch.rpc.client
- 
This annotation is used to bind the remote server url to your phonegap application. 
- remove(Object) - Method in interface com.gwtplatform.dispatch.client.actionhandler.caching.Cache
- 
Removes the entry from the cache. 
- remove(Object) - Method in class com.gwtplatform.dispatch.client.actionhandler.caching.DefaultCacheImpl
-  
- removeActionHandlerValidator(Class<A>) - Method in class com.gwtplatform.dispatch.rpc.server.actionhandlervalidator.AbstractEagerActionHandlerValidatorRegistryImpl
-  
- removeActionHandlerValidator(Class<A>) - Method in interface com.gwtplatform.dispatch.rpc.server.actionhandlervalidator.EagerActionHandlerValidatorRegistry
-  
- removeActionHandlerValidator(Class<A>) - Method in class com.gwtplatform.dispatch.server.actionhandlervalidator.AbstractEagerActionHandlerValidatorRegistryImpl
- 
Deprecated. 
- removeActionHandlerValidator(Class<A>) - Method in interface com.gwtplatform.dispatch.server.actionhandlervalidator.EagerActionHandlerValidatorRegistry
- 
Deprecated. 
- removeActionHandlerValidatorClass(Class<A>, ActionHandlerValidatorClass<A, R>) - Method in interface com.gwtplatform.dispatch.rpc.server.actionhandlervalidator.LazyActionHandlerValidatorRegistry
- 
Removes any registration of specified class, as well as any instances which have been created. 
- removeActionHandlerValidatorClass(Class<A>, ActionHandlerValidatorClass<A, R>) - Method in class com.gwtplatform.dispatch.rpc.server.guice.actionhandlervalidator.LazyActionHandlerValidatorRegistryImpl
-  
- removeActionHandlerValidatorClass(Class<A>, ActionHandlerValidatorClass<A, R>) - Method in class com.gwtplatform.dispatch.rpc.server.spring.actionhandlervalidator.LazyActionHandlerValidatorRegistryImpl
-  
- removeActionHandlerValidatorClass(Class<A>, ActionHandlerValidatorClass<A, R>) - Method in interface com.gwtplatform.dispatch.server.actionhandlervalidator.LazyActionHandlerValidatorRegistry
- 
Deprecated. Removes any registration of specified class, as well as any instances which
 have been created. 
- removeActionHandlerValidatorClass(Class<A>, ActionHandlerValidatorClass<A, R>) - Method in class com.gwtplatform.dispatch.server.guice.actionhandlervalidator.LazyActionHandlerValidatorRegistryImpl
- 
Deprecated. 
- removeActionHandlerValidatorClass(Class<A>, ActionHandlerValidatorClass<A, R>) - Method in class com.gwtplatform.dispatch.server.spring.actionhandlervalidator.LazyActionHandlerValidatorRegistryImpl
- 
Deprecated. 
- removeFromPopupSlot(PresenterWidget<? extends PopupView>) - Method in interface com.gwtplatform.mvp.client.HasPopupSlot
- 
This method removes popup content within the  Presenter. 
- removeFromPopupSlot(PresenterWidget<? extends PopupView>) - Method in class com.gwtplatform.mvp.client.PresenterWidget
-  
- removeFromSlot(Object, PresenterWidget<?>) - Method in interface com.gwtplatform.mvp.client.HasSlots
- 
This method removes some content in a specific slot of the
  Presenter. 
- removeFromSlot(Object, PresenterWidget<?>) - Method in class com.gwtplatform.mvp.client.PresenterWidget
-  
- removeFromSlot(Object, IsWidget) - Method in interface com.gwtplatform.mvp.client.View
- 
Requests the view to remove content from a specific slot. 
- removeFromSlot(Object, IsWidget) - Method in class com.gwtplatform.mvp.client.ViewImpl
-  
- removeTab(Tab) - Method in interface com.gwtplatform.mvp.client.TabPanel
- 
Removes a tab from the widget. 
- removeTabs() - Method in interface com.gwtplatform.mvp.client.TabPanel
- 
Removes all tabs from the widget. 
- replaceParameters(String, Object...) - Static method in class com.gwtplatform.dispatch.annotation.helper.GenerationHelper
- 
Replaces each placeholder of this string that matches a parameter index. 
- requestProvider - Variable in class com.gwtplatform.dispatch.rpc.server.AbstractDispatchServiceImpl
-  
- requestProvider(Class<? extends RequestProvider>) - Method in class com.gwtplatform.dispatch.rpc.server.guice.DispatchModule.Builder
-  
- RequestProvider - Interface in com.gwtplatform.dispatch.rpc.server
-  
- RequestProvider - Class in com.gwtplatform.dispatch.rpc.server.spring.utils
-  
- RequestProvider() - Constructor for class com.gwtplatform.dispatch.rpc.server.spring.utils.RequestProvider
-  
- requestProvider - Variable in class com.gwtplatform.dispatch.server.AbstractDispatchServiceImpl
- 
Deprecated. 
- requestProvider(Class<? extends RequestProvider>) - Method in class com.gwtplatform.dispatch.server.guice.DispatchModule.Builder
- 
Deprecated. 
- RequestProvider - Interface in com.gwtplatform.dispatch.server
- 
- RequestProvider - Class in com.gwtplatform.dispatch.server.spring.utils
- 
- RequestProvider() - Constructor for class com.gwtplatform.dispatch.server.spring.utils.RequestProvider
- 
Deprecated. 
- RequestTabs - Annotation Type in com.gwtplatform.mvp.client.annotations
- 
- RequestTabsEvent - Class in com.gwtplatform.mvp.client
- 
This event is fired by the  TabContainerPresenter to identify all
 presenters that should display their tabs within it. 
- RequestTabsEvent(GwtEvent.Type<RequestTabsHandler>, TabContainerPresenter<?, ?>) - Constructor for class com.gwtplatform.mvp.client.RequestTabsEvent
- 
- requestTabsEventType - Variable in class com.gwtplatform.mvp.client.proxy.NonLeafTabContentProxyImpl
-  
- RequestTabsHandler - Interface in com.gwtplatform.mvp.client
-  
- requestTimeout(int) - Method in class com.gwtplatform.dispatch.rest.client.gin.RestDispatchAsyncModuleBuilder
- 
Specify the number of milliseconds to wait for a request to complete. 
- RequestTimeout - Annotation Type in com.gwtplatform.dispatch.rest.client
- 
- require(String) - Method in class com.google.gwt.uibinder.rebind.FieldManager
- 
Gets a FieldWriter given its name or throws a RuntimeException if not found. 
- ResetPresentersEvent - Class in com.gwtplatform.mvp.client.proxy
- 
This event is fired whenever all visible presenters should
 be reset. 
- ResetPresentersEvent() - Constructor for class com.gwtplatform.mvp.client.proxy.ResetPresentersEvent
-  
- ResetPresentersHandler - Interface in com.gwtplatform.mvp.client.proxy
-  
- resetWhitespaces() - Method in class com.gwtplatform.dispatch.annotation.helper.GenerationHelper
-  
- resolve(T) - Method in interface com.gwtplatform.dispatch.rest.rebind.util.AnnotationValueResolver
-  
- resolve(FormParam) - Method in class com.gwtplatform.dispatch.rest.rebind.util.FormParamValueResolver
-  
- resolve(HeaderParam) - Method in class com.gwtplatform.dispatch.rest.rebind.util.HeaderParamValueResolver
-  
- resolve(PathParam) - Method in class com.gwtplatform.dispatch.rest.rebind.util.PathParamValueResolver
-  
- resolve(QueryParam) - Method in class com.gwtplatform.dispatch.rest.rebind.util.QueryParamValueResolver
-  
- ResourceBinding - Class in com.gwtplatform.dispatch.rest.rebind.type
-  
- ResourceBinding(String, String, String) - Constructor for class com.gwtplatform.dispatch.rest.rebind.type.ResourceBinding
-  
- RestAction<R> - Interface in com.gwtplatform.dispatch.rest.shared
- 
- RestApplicationPath - Annotation Type in com.gwtplatform.dispatch.rest.client
- 
Binding annotation associated to the root path of your API end point. 
- RestBinding - Annotation Type in com.gwtplatform.dispatch.rest.client
- 
Annotation used to inject implementations specific to dispatch-rest of shared components. 
- RestCallback<R> - Interface in com.gwtplatform.dispatch.rest.shared
- 
- RestDispatch - Interface in com.gwtplatform.dispatch.rest.shared
- 
An asynchronous dispatcher service with an arbitrary action type. 
- RestDispatchAsync - Class in com.gwtplatform.dispatch.rest.client
- 
- RestDispatchAsyncModule - Class in com.gwtplatform.dispatch.rest.client.gin
- 
- RestDispatchAsyncModule() - Constructor for class com.gwtplatform.dispatch.rest.client.gin.RestDispatchAsyncModule
- 
- RestDispatchAsyncModule.Builder - Class in com.gwtplatform.dispatch.rest.client.gin
- RestDispatchAsyncModule.Builder() - Constructor for class com.gwtplatform.dispatch.rest.client.gin.RestDispatchAsyncModule.Builder
-  
- RestDispatchAsyncModuleBuilder - Class in com.gwtplatform.dispatch.rest.client.gin
- 
- RestDispatchAsyncModuleBuilder() - Constructor for class com.gwtplatform.dispatch.rest.client.gin.RestDispatchAsyncModuleBuilder
-  
- RestDispatchCall<A extends RestAction<R>,R> - Class in com.gwtplatform.dispatch.rest.client
- 
A class representing an execute call to be sent to the server over HTTP. 
- RestDispatchCall(ExceptionHandler, ClientActionHandlerRegistry, SecurityCookieAccessor, RestRequestBuilderFactory, RestResponseDeserializer, DispatchHooks, A, AsyncCallback<R>) - Constructor for class com.gwtplatform.dispatch.rest.client.RestDispatchCall
-  
- RestDispatchCallFactory - Interface in com.gwtplatform.dispatch.rest.client
- 
- RestDispatcherController - Interface in com.gwtplatform.dispatch.rest.client
- 
This interface is used to initiate the generation of services and
  RestActions. 
- RestParameter - Class in com.gwtplatform.dispatch.rest.shared
- 
- RestParameter(String, Object) - Constructor for class com.gwtplatform.dispatch.rest.shared.RestParameter
-  
- RestParameterBuilder - Class in com.gwtplatform.dispatch.rest.client.gin
- 
Configure a global parameter to be sent with every HTTP requests. 
- RestRequestBuilderFactory - Interface in com.gwtplatform.dispatch.rest.client
- 
- RestResponseDeserializer - Interface in com.gwtplatform.dispatch.rest.client
- 
Deserializes a response for a given action. 
- RestService - Interface in com.gwtplatform.dispatch.rest.shared
- 
Deprecated.
Services are generated based on the presence of a @Pathannotation. This
 interface should no longer be used and will eventually be deleted.
 
 
- Result - Interface in com.gwtplatform.dispatch.rpc.shared
- 
A marker interface for  Action results. 
- Result - Interface in com.gwtplatform.dispatch.shared
- 
- RevealContentEvent - Class in com.gwtplatform.mvp.client.proxy
- 
This event is fired by a  Presenter that desires to reveal itself
 within its parent. 
- RevealContentEvent(GwtEvent.Type<RevealContentHandler<?>>, Presenter<?, ?>) - Constructor for class com.gwtplatform.mvp.client.proxy.RevealContentEvent
-  
- RevealContentHandler<T extends Presenter<?,?>> - Class in com.gwtplatform.mvp.client.proxy
- 
- RevealContentHandler(EventBus, ProxyImpl<T>) - Constructor for class com.gwtplatform.mvp.client.proxy.RevealContentHandler
-  
- revealCurrentPlace() - Method in interface com.gwtplatform.mvp.client.proxy.PlaceManager
- 
Reveals the place corresponding to the current value of the history token in the URL bar. 
- revealCurrentPlace() - Method in class com.gwtplatform.mvp.client.proxy.PlaceManagerImpl
-  
- revealDefaultPlace() - Method in class com.gwtplatform.mvp.client.proxy.DefaultPlaceManager
-  
- revealDefaultPlace() - Method in interface com.gwtplatform.mvp.client.proxy.PlaceManager
- 
Reveals the default place. 
- revealErrorPlace(String) - Method in class com.gwtplatform.mvp.client.proxy.DefaultPlaceManager
-  
- revealErrorPlace(String) - Method in interface com.gwtplatform.mvp.client.proxy.PlaceManager
- 
Reveals the place to display when a user tries to access an invalid place. 
- revealErrorPlace(String) - Method in class com.gwtplatform.mvp.client.proxy.PlaceManagerImpl
-  
- revealInParent() - Method in class com.gwtplatform.mvp.client.Presenter
- 
Requests that the presenter reveal itself in its parent presenter. 
- revealPlace(PlaceRequest) - Method in interface com.gwtplatform.mvp.client.proxy.PlaceManager
- 
Programmatically reveals the specified place, updating the browser URL in the process. 
- revealPlace(PlaceRequest, boolean) - Method in interface com.gwtplatform.mvp.client.proxy.PlaceManager
- 
Programmatically reveals the specified place. 
- revealPlace(PlaceRequest) - Method in class com.gwtplatform.mvp.client.proxy.PlaceManagerImpl
-  
- revealPlace(PlaceRequest, boolean) - Method in class com.gwtplatform.mvp.client.proxy.PlaceManagerImpl
-  
- revealPlaceHierarchy(List<PlaceRequest>) - Method in interface com.gwtplatform.mvp.client.proxy.PlaceManager
- 
Programmatically reveals the specified hierarchy of places place, updating the browser URL in
 the process. 
- revealPlaceHierarchy(List<PlaceRequest>) - Method in class com.gwtplatform.mvp.client.proxy.PlaceManagerImpl
-  
- revealRelativePlace(int) - Method in interface com.gwtplatform.mvp.client.proxy.PlaceManager
- 
Programmatically reveals the specified place from the current place hierarchy. 
- revealRelativePlace(PlaceRequest) - Method in interface com.gwtplatform.mvp.client.proxy.PlaceManager
- 
Programmatically reveals the specified place as a child of the current place hierarchy. 
- revealRelativePlace(PlaceRequest, int) - Method in interface com.gwtplatform.mvp.client.proxy.PlaceManager
- 
Programmatically reveals the specified place relative to the other places in the current place
 hierarchy. 
- revealRelativePlace(int) - Method in class com.gwtplatform.mvp.client.proxy.PlaceManagerImpl
-  
- revealRelativePlace(PlaceRequest) - Method in class com.gwtplatform.mvp.client.proxy.PlaceManagerImpl
-  
- revealRelativePlace(PlaceRequest, int) - Method in class com.gwtplatform.mvp.client.proxy.PlaceManagerImpl
-  
- RevealRootContentEvent - Class in com.gwtplatform.mvp.client.proxy
- 
This event is fired by a  Presenter that desires to reveal itself
 at the root of the application. 
- RevealRootContentEvent(Presenter<?, ?>) - Constructor for class com.gwtplatform.mvp.client.proxy.RevealRootContentEvent
-  
- RevealRootContentHandler - Interface in com.gwtplatform.mvp.client.proxy
- 
- RevealRootLayoutContentEvent - Class in com.gwtplatform.mvp.client.proxy
- 
This event is fired by a  Presenter that desires to reveal itself
 at the root of the application. 
- RevealRootLayoutContentEvent(Presenter<?, ?>) - Constructor for class com.gwtplatform.mvp.client.proxy.RevealRootLayoutContentEvent
-  
- RevealRootLayoutContentHandler - Interface in com.gwtplatform.mvp.client.proxy
- 
- RevealRootPopupContentEvent - Class in com.gwtplatform.mvp.client.proxy
- 
This event is fired when a  PresenterWidget
 wants to reveal itself as a popup at the root of the application. 
- RevealRootPopupContentEvent(PresenterWidget<? extends PopupView>) - Constructor for class com.gwtplatform.mvp.client.proxy.RevealRootPopupContentEvent
-  
- RevealRootPopupContentEvent(PresenterWidget<? extends PopupView>, boolean) - Constructor for class com.gwtplatform.mvp.client.proxy.RevealRootPopupContentEvent
-  
- RevealRootPopupContentHandler - Interface in com.gwtplatform.mvp.client.proxy
- 
- revealUnauthorizedPlace(String) - Method in class com.gwtplatform.mvp.client.proxy.DefaultPlaceManager
-  
- revealUnauthorizedPlace(String) - Method in interface com.gwtplatform.mvp.client.proxy.PlaceManager
- 
Reveals the place to display when a user has been refused the access to a specific place. 
- revealUnauthorizedPlace(String) - Method in class com.gwtplatform.mvp.client.proxy.PlaceManagerImpl
-  
- RootPresenter - Class in com.gwtplatform.mvp.client
- 
This is the presenter for the top-level of the application. 
- RootPresenter(EventBus, RootPresenter.RootView) - Constructor for class com.gwtplatform.mvp.client.RootPresenter
- 
Creates a proxy class for a presenter that can contain tabs. 
- RootPresenter.RootView - Class in com.gwtplatform.mvp.client
- 
- RootPresenter.RootView() - Constructor for class com.gwtplatform.mvp.client.RootPresenter.RootView
-  
- RouteTokenFormatter - Class in com.gwtplatform.mvp.shared.proxy
- 
Implementation of  TokenFormatter with support for route like place names. 
- RpcBinding - Annotation Type in com.gwtplatform.dispatch.rpc.client
- 
Annotation used to inject implementations specific to dispatch-rpc of shared components. 
- RpcDispatchAsync - Class in com.gwtplatform.dispatch.client
- 
- RpcDispatchAsync(ExceptionHandler, SecurityCookieAccessor, ClientActionHandlerRegistry) - Constructor for class com.gwtplatform.dispatch.client.RpcDispatchAsync
- 
Deprecated. 
- RpcDispatchAsync - Class in com.gwtplatform.dispatch.rpc.client
- 
This class is the default implementation of  DispatchAsync, which is
 essentially the client-side access to the  Dispatch class on the
 server-side. 
- RpcDispatchAsyncModule - Class in com.gwtplatform.dispatch.rpc.client.gin
- 
- RpcDispatchAsyncModule() - Constructor for class com.gwtplatform.dispatch.rpc.client.gin.RpcDispatchAsyncModule
-  
- RpcDispatchAsyncModule(RpcDispatchAsyncModule.Builder) - Constructor for class com.gwtplatform.dispatch.rpc.client.gin.RpcDispatchAsyncModule
-  
- RpcDispatchAsyncModule.Builder - Class in com.gwtplatform.dispatch.rpc.client.gin
- 
- RpcDispatchAsyncModule.Builder() - Constructor for class com.gwtplatform.dispatch.rpc.client.gin.RpcDispatchAsyncModule.Builder
-  
- RpcDispatchCallFactory - Interface in com.gwtplatform.dispatch.rpc.client
- 
- RpcDispatchExecuteCall<A extends Action<R>,R extends Result> - Class in com.gwtplatform.dispatch.rpc.client
- 
A class representing an execute call to be sent to the server using RPC. 
- RpcDispatchUndoCall<A extends Action<R>,R extends Result> - Class in com.gwtplatform.dispatch.rpc.client
- 
A class representing an undo call to be sent to the server using RPC. 
- SecureRandomSingleton - Class in com.gwtplatform.dispatch.rpc.server.guice
-  
- SecureRandomSingleton() - Constructor for class com.gwtplatform.dispatch.rpc.server.guice.SecureRandomSingleton
-  
- SecureRandomSingleton - Class in com.gwtplatform.dispatch.rpc.server.spring
-  
- SecureRandomSingleton() - Constructor for class com.gwtplatform.dispatch.rpc.server.spring.SecureRandomSingleton
-  
- SecureRandomSingleton - Class in com.gwtplatform.dispatch.server.guice
- 
- SecureRandomSingleton() - Constructor for class com.gwtplatform.dispatch.server.guice.SecureRandomSingleton
- 
Deprecated. 
- SecureRandomSingleton - Class in com.gwtplatform.dispatch.server.spring
- 
- SecureRandomSingleton() - Constructor for class com.gwtplatform.dispatch.server.spring.SecureRandomSingleton
- 
Deprecated. 
- SecurityCookie - Annotation Type in com.gwtplatform.dispatch.shared
- 
Bind this annotation on the string you want to use as a security cookie:
  
 
 bindConstant().annotatedWith(SecurityCookie.class).to("MYCOOKIE");
 
  
- SecurityCookieAccessor - Interface in com.gwtplatform.dispatch.shared
- 
Provides access to the security cookie stored on the client. 
- securityCookieName - Variable in class com.gwtplatform.dispatch.rpc.server.AbstractRandomSecurityCookieFilter
-  
- securityCookieName - Variable in class com.gwtplatform.dispatch.rpc.server.guice.DispatchServiceImpl
-  
- securityCookieName - Variable in class com.gwtplatform.dispatch.rpc.server.spring.DispatchServiceImpl
-  
- securityCookieName - Variable in class com.gwtplatform.dispatch.server.AbstractRandomSecurityCookieFilter
- 
Deprecated. 
- securityCookieName - Variable in class com.gwtplatform.dispatch.server.guice.DispatchServiceImpl
- 
Deprecated. 
- securityCookieName - Variable in class com.gwtplatform.dispatch.server.spring.DispatchServiceImpl
- 
Deprecated. 
- serialization(Class<? extends Serialization>) - Method in class com.gwtplatform.dispatch.rest.client.gin.RestDispatchAsyncModuleBuilder
- 
Specify the serialization implementation to use. 
- Serialization - Interface in com.gwtplatform.dispatch.rest.client.serialization
- 
Offers basic serialization methods. 
- serialize(Object, String) - Method in class com.gwtplatform.dispatch.rest.client.DefaultRestRequestBuilderFactory
- 
Serialize the given object. 
- serialize(T, String) - Method in class com.gwtplatform.dispatch.rest.client.serialization.JsonSerialization
-  
- serialize(Multimap<?, ?>) - Method in class com.gwtplatform.dispatch.rest.client.serialization.MultimapJsonSerializer
-  
- serialize(T, String) - Method in interface com.gwtplatform.dispatch.rest.client.serialization.Serialization
- 
Serializes the object as a type represented by parameterizedType.
 
- ServiceBinding - Class in com.gwtplatform.dispatch.rest.rebind.type
-  
- ServiceBinding(String, String, String, String) - Constructor for class com.gwtplatform.dispatch.rest.rebind.type.ServiceBinding
-  
- ServiceDefinitions - Class in com.gwtplatform.dispatch.rest.rebind.type
-  
- ServiceException - Exception in com.gwtplatform.dispatch.rpc.shared
- 
This is thrown by services when there is a low-level problem while processing an action execution. 
- ServiceException() - Constructor for exception com.gwtplatform.dispatch.rpc.shared.ServiceException
-  
- ServiceException(String) - Constructor for exception com.gwtplatform.dispatch.rpc.shared.ServiceException
-  
- ServiceException(String, Throwable) - Constructor for exception com.gwtplatform.dispatch.rpc.shared.ServiceException
-  
- ServiceException(Throwable) - Constructor for exception com.gwtplatform.dispatch.rpc.shared.ServiceException
-  
- ServiceException - Exception in com.gwtplatform.dispatch.shared
- 
- ServiceException() - Constructor for exception com.gwtplatform.dispatch.shared.ServiceException
- 
Deprecated. 
- ServiceException(String) - Constructor for exception com.gwtplatform.dispatch.shared.ServiceException
- 
Deprecated. 
- ServiceException(String, Throwable) - Constructor for exception com.gwtplatform.dispatch.shared.ServiceException
- 
Deprecated. 
- ServiceException(Throwable) - Constructor for exception com.gwtplatform.dispatch.shared.ServiceException
- 
Deprecated. 
- ServiceGenerator - Class in com.gwtplatform.dispatch.rest.rebind
-  
- ServiceKey - Annotation Type in com.gwtplatform.crawler.server
- 
Use this annotation to bind the key that should be used when invoking
 CrawlServiceServlet.
 
- ServiceKey - Annotation Type in com.gwtplatform.crawlerservice.server
- 
- ServiceUrl - Annotation Type in com.gwtplatform.crawler.server
- 
Use this annotation to bind the URL that should be used for the crawl service. 
- sessionAccessor(Class<? extends SecurityCookieAccessor>) - Method in class com.gwtplatform.dispatch.client.gin.AbstractDispatchAsyncModule.Builder
- 
Specify an alternate session accessor. 
- setActiveTab(Tab) - Method in interface com.gwtplatform.mvp.client.TabPanel
- 
Sets the currently active tab. 
- setApplicationContext(ApplicationContext) - Method in class com.gwtplatform.dispatch.rpc.server.spring.actionhandlervalidator.LazyActionHandlerValidatorRegistryImpl
-  
- setApplicationContext(ApplicationContext) - Method in class com.gwtplatform.dispatch.server.spring.actionhandlervalidator.LazyActionHandlerValidatorRegistryImpl
- 
Deprecated. 
- setAutoExpireTimeInMs(long) - Method in interface com.gwtplatform.dispatch.client.actionhandler.caching.Cache
- 
Set the auto expiry time, after which an entry will expire after it is put in cache. 
- setAutoExpireTimeInMs(long) - Method in class com.gwtplatform.dispatch.client.actionhandler.caching.DefaultCacheImpl
-  
- setAutoHideOnNavigationEventEnabled(boolean) - Method in interface com.gwtplatform.mvp.client.PopupView
- 
Indicates that the view should automatically hide when a GWTP
  NavigationEvent is fired. 
- setAutoHideOnNavigationEventEnabled(boolean) - Method in class com.gwtplatform.mvp.client.PopupViewImpl
-  
- setBodyParam(Object) - Method in class com.gwtplatform.dispatch.rest.client.AbstractRestAction
-  
- setClassName(String) - Method in class com.gwtplatform.mvp.rebind.AbstractGenerator
-  
- setCloseHandler(PopupViewCloseHandler) - Method in interface com.gwtplatform.mvp.client.PopupView
- 
- setCloseHandler(PopupViewCloseHandler) - Method in class com.gwtplatform.mvp.client.PopupViewImpl
-  
- setContent(String) - Method in class com.gwtplatform.crawlerservice.server.domain.CachedPage
-  
- setCtorParameters(List<JParameter>) - Method in class com.gwtplatform.dispatch.rest.rebind.type.ResourceBinding
-  
- setDelegate(DispatchRequest) - Method in class com.gwtplatform.dispatch.client.DelegatingDispatchRequest
- 
- setFetchDate(Date) - Method in class com.gwtplatform.crawlerservice.server.domain.CachedPage
-  
- setFetchInProgress(boolean) - Method in class com.gwtplatform.crawlerservice.server.domain.CachedPage
-  
- setHandled() - Method in class com.gwtplatform.mvp.client.proxy.GetPlaceTitleEvent
- 
Indicates that the event was handled and that other handlers should not
 process it. 
- setHandlerModules(List<HandlerModule>) - Method in class com.gwtplatform.dispatch.rpc.server.spring.DispatchModule
-  
- setHandlerModules(List<HandlerModule>) - Method in class com.gwtplatform.dispatch.server.spring.DispatchModule
- 
Deprecated. 
- setId(Long) - Method in class com.gwtplatform.crawlerservice.server.domain.DatastoreObject
-  
- setInSlot(Object, PresenterWidget<?>) - Method in interface com.gwtplatform.mvp.client.HasSlots
- 
This method sets some content in a specific slot of the  Presenter. 
- setInSlot(Object, PresenterWidget<?>, boolean) - Method in interface com.gwtplatform.mvp.client.HasSlots
- 
This method sets some content in a specific slot of the  Presenter. 
- setInSlot(Object, PresenterWidget<?>) - Method in class com.gwtplatform.mvp.client.PresenterWidget
-  
- setInSlot(Object, PresenterWidget<?>, boolean) - Method in class com.gwtplatform.mvp.client.PresenterWidget
-  
- setInSlot(Object, IsWidget) - Method in class com.gwtplatform.mvp.client.RootPresenter.RootView
-  
- setInSlot(Object, PresenterWidget<?>) - Method in class com.gwtplatform.mvp.client.TabContainerPresenter
-  
- setInSlot(Object, IsWidget) - Method in interface com.gwtplatform.mvp.client.View
- 
Requests the view to set content within a specific slot, clearing anything
 that was already contained there. 
- setInSlot(Object, IsWidget) - Method in class com.gwtplatform.mvp.client.ViewImpl
-  
- setNameToken(String) - Method in class com.gwtplatform.mvp.rebind.NonLeafTabContentProxyOutputter
-  
- setOnLeaveConfirmation(String) - Method in interface com.gwtplatform.mvp.client.proxy.PlaceManager
- 
Sets the question that will be displayed whenever the user tries to navigate away from the
 current page. 
- setOnLeaveConfirmation(String) - Method in class com.gwtplatform.mvp.client.proxy.PlaceManagerImpl
-  
- setPackageName(String) - Method in class com.gwtplatform.mvp.rebind.AbstractGenerator
-  
- setPlace(Place) - Method in class com.gwtplatform.mvp.client.proxy.ProxyPlaceAbstract
-  
- setPlaceManager(PlaceManager) - Method in class com.gwtplatform.mvp.client.proxy.ProxyPlaceAbstract
-  
- SetPlaceTitleHandler - Interface in com.gwtplatform.mvp.client.proxy
- 
The interface for a handler that will be invoked when a place title is
 available. 
- setPosition(int, int) - Method in interface com.gwtplatform.mvp.client.PopupView
- 
Reposition the  PopupView within the browser's client area. 
- setPosition(int, int) - Method in class com.gwtplatform.mvp.client.PopupViewImpl
-  
- setPresenters(List<JClassType>) - Method in class com.gwtplatform.mvp.rebind.ProviderBundleGenerator
-  
- setPropertyOracle(PropertyOracle) - Method in class com.gwtplatform.mvp.rebind.AbstractGenerator
-  
- setProxy(Proxy_) - Method in class com.gwtplatform.mvp.client.proxy.ProxyPlaceAbstract
-  
- setResponse(Response) - Method in interface com.gwtplatform.dispatch.rest.shared.RestCallback
- 
- setResult(Boolean) - Method in class com.gwtplatform.dispatch.rpc.shared.action.TestResult
-  
- setRevealType(Presenter.RevealType) - Method in class com.gwtplatform.mvp.client.Presenter
- 
- setSecured(boolean) - Method in class com.gwtplatform.dispatch.rest.rebind.type.ResourceBinding
-  
- setServletContext(ServletContext) - Method in class com.gwtplatform.dispatch.rpc.server.spring.DispatchServiceImpl
-  
- setServletContext(ServletContext) - Method in class com.gwtplatform.dispatch.server.spring.DispatchServiceImpl
- 
Deprecated. 
- setSlot(GwtEvent.Type<RevealContentHandler<?>>) - Method in class com.gwtplatform.mvp.client.Presenter
- 
Set the slot where this presenter is to be revealed. 
- setSuperTypeName(String) - Method in class com.gwtplatform.dispatch.rest.rebind.type.ResourceBinding
-  
- setTargetHistoryToken(String) - Method in interface com.gwtplatform.mvp.client.Tab
- 
Sets the history token this tab links to. 
- setTestMessage(String) - Method in class com.gwtplatform.dispatch.rpc.shared.action.TestAction
-  
- setText(String) - Method in interface com.gwtplatform.mvp.client.Tab
- 
Sets the text displayed on the tab. 
- setTreeLogger(TreeLogger) - Method in class com.gwtplatform.mvp.rebind.AbstractGenerator
-  
- setTypeClass(JClassType) - Method in class com.gwtplatform.mvp.rebind.AbstractGenerator
-  
- setTypeOracle(TypeOracle) - Method in class com.gwtplatform.mvp.rebind.AbstractGenerator
-  
- setUiHandlers(C) - Method in interface com.gwtplatform.mvp.client.HasUiHandlers
- 
Sets the  UiHandlers subclass associated with this object. 
- setUiHandlers(C) - Method in class com.gwtplatform.mvp.client.PopupViewWithUiHandlers
-  
- setUiHandlers(C) - Method in class com.gwtplatform.mvp.client.ViewWithUiHandlers
-  
- setUrl(String) - Method in class com.gwtplatform.crawlerservice.server.domain.CachedPage
-  
- setWhitespaces(int) - Method in class com.gwtplatform.dispatch.annotation.helper.GenerationHelper
-  
- SHARED_PACKAGE - Static variable in class com.gwtplatform.dispatch.rest.rebind.AbstractVelocityGenerator
-  
- shouldLock() - Method in class com.gwtplatform.mvp.client.proxy.LockInteractionEvent
-  
- show() - Method in interface com.gwtplatform.mvp.client.PopupView
- 
Important! 
- show() - Method in class com.gwtplatform.mvp.client.PopupViewImpl
-  
- SimpleResult<T> - Class in com.gwtplatform.dispatch.rpc.shared
- 
A common use-case is returning a single value from an action. 
- SimpleResult(T) - Constructor for class com.gwtplatform.dispatch.rpc.shared.SimpleResult
-  
- SimpleResult<T> - Class in com.gwtplatform.dispatch.shared
- 
- SimpleResult(T) - Constructor for class com.gwtplatform.dispatch.shared.SimpleResult
- 
Deprecated. 
- sortFields(Class<? extends Annotation>, Collection<VariableElement>) - Method in class com.gwtplatform.dispatch.annotation.helper.ReflectionHelper
- 
Sorts the passed fields based on the passed annotation sort logic. 
- sortInFields(SortedMap<Integer, VariableElement>, Collection<VariableElement>) - Method in class com.gwtplatform.dispatch.annotation.helper.ReflectionHelper
-  
- sortOrderFields(SortedMap<Integer, VariableElement>, Collection<VariableElement>) - Method in class com.gwtplatform.dispatch.annotation.helper.ReflectionHelper
-  
- sortOutFields(SortedMap<Integer, VariableElement>, Collection<VariableElement>) - Method in class com.gwtplatform.dispatch.annotation.helper.ReflectionHelper
-  
- SpringBeanProvider - Class in com.gwtplatform.dispatch.rpc.server.spring
-  
- SpringBeanProvider(ApplicationContext) - Constructor for class com.gwtplatform.dispatch.rpc.server.spring.SpringBeanProvider
-  
- SpringBeanProvider - Class in com.gwtplatform.dispatch.server.spring
- 
- SpringBeanProvider(ApplicationContext) - Constructor for class com.gwtplatform.dispatch.server.spring.SpringBeanProvider
- 
Deprecated. 
- SpringBeanProvider.SpringBindingDescriptorAdapter<B> - Class in com.gwtplatform.dispatch.rpc.server.spring
- 
Adapter for transforming Guice Binding into BeanProvider implementation. 
- SpringBeanProvider.SpringBindingDescriptorAdapter(Map.Entry<String, B>) - Constructor for class com.gwtplatform.dispatch.rpc.server.spring.SpringBeanProvider.SpringBindingDescriptorAdapter
-  
- SpringBeanProvider.SpringBindingDescriptorAdapter<B> - Class in com.gwtplatform.dispatch.server.spring
- 
Deprecated. Adapter for tranforming Guice Binding into BeanProvider implementation. 
- SpringBeanProvider.SpringBindingDescriptorAdapter(Map.Entry<String, B>) - Constructor for class com.gwtplatform.dispatch.server.spring.SpringBeanProvider.SpringBindingDescriptorAdapter
- 
Deprecated. 
- SpringUtils - Class in com.gwtplatform.dispatch.rpc.server.spring.utils
-  
- SpringUtils() - Constructor for class com.gwtplatform.dispatch.rpc.server.spring.utils.SpringUtils
-  
- SpringUtils - Class in com.gwtplatform.dispatch.server.spring.utils
- 
- SpringUtils() - Constructor for class com.gwtplatform.dispatch.server.spring.utils.SpringUtils
- 
Deprecated. 
- StandardProvider<T> - Class in com.gwtplatform.common.client
- 
An  IndirectProvider that immediately gets the object and invokes the
 callback, without performing code splitting. 
- StandardProvider(Provider<T>) - Constructor for class com.gwtplatform.common.client.StandardProvider
- 
Creates a  IndirectProvider that directly gets the object and
 invokes the callback. 
- stripFieldGetter(String) - Static method in class com.google.gwt.uibinder.rebind.FieldManager
-  
- success(T) - Method in class com.gwtplatform.mvp.client.proxy.NotifyingAsyncCallback
- 
This method is called whenever the asynchronous call returns successfully. 
- SUFFIX - Static variable in class com.gwtplatform.dispatch.rest.rebind.AbstractVelocityGenerator
-  
- Tab - Interface in com.gwtplatform.mvp.client
- 
This interface represents a tab after it has been instantiated
 as a  Widget. 
- TabContainerPresenter<V extends View & TabPanel,Proxy_ extends Proxy<?>> - Class in com.gwtplatform.mvp.client
- 
A  Presenter that can display many tabs and the content of one of these tabs. 
- TabContainerPresenter(EventBus, V, Proxy_, Object, GwtEvent.Type<RequestTabsHandler>, GwtEvent.Type<ChangeTabHandler>, Presenter.RevealType) - Constructor for class com.gwtplatform.mvp.client.TabContainerPresenter
- 
- TabContainerPresenter(EventBus, V, Proxy_, Object, GwtEvent.Type<RequestTabsHandler>, GwtEvent.Type<ChangeTabHandler>, GwtEvent.Type<RevealContentHandler<?>>) - Constructor for class com.gwtplatform.mvp.client.TabContainerPresenter
- 
- TabContainerPresenter(EventBus, V, Proxy_, Object, GwtEvent.Type<RequestTabsHandler>, GwtEvent.Type<ChangeTabHandler>, Presenter.RevealType, GwtEvent.Type<RevealContentHandler<?>>) - Constructor for class com.gwtplatform.mvp.client.TabContainerPresenter
- 
- TabContainerPresenter(EventBus, V, Proxy_, Object, GwtEvent.Type<RequestTabsHandler>) - Constructor for class com.gwtplatform.mvp.client.TabContainerPresenter
- 
- TabContainerPresenter(EventBus, V, Proxy_, Object, GwtEvent.Type<RequestTabsHandler>, Presenter.RevealType) - Constructor for class com.gwtplatform.mvp.client.TabContainerPresenter
- 
- TabContainerPresenter(EventBus, V, Proxy_, Object, GwtEvent.Type<RequestTabsHandler>, GwtEvent.Type<RevealContentHandler<?>>) - Constructor for class com.gwtplatform.mvp.client.TabContainerPresenter
- 
- TabContentProxy<P extends Presenter<?,?>> - Interface in com.gwtplatform.mvp.client.proxy
- 
- TabContentProxyPlace<P extends Presenter<?,?>> - Interface in com.gwtplatform.mvp.client.proxy
- 
- TabContentProxyPlaceImpl<T extends Presenter<?,?>> - Class in com.gwtplatform.mvp.client.proxy
- 
- TabContentProxyPlaceImpl() - Constructor for class com.gwtplatform.mvp.client.proxy.TabContentProxyPlaceImpl
-  
- TabContentProxyPlaceOutputter - Class in com.gwtplatform.mvp.rebind
- 
- TabContentProxyPlaceOutputter(TypeOracle, TreeLogger, ClassCollection, GinjectorInspector, PresenterInspector, ProxyPlaceOutputter, NonLeafTabContentProxyOutputter) - Constructor for class com.gwtplatform.mvp.rebind.TabContentProxyPlaceOutputter
- 
- tabData - Variable in class com.gwtplatform.mvp.client.proxy.NonLeafTabContentProxyImpl
-  
- TabData - Interface in com.gwtplatform.mvp.client
- 
Classes of this type contains all the data required to create
 a new  Tab. 
- TabDataBasic - Class in com.gwtplatform.mvp.client
- 
The basic type of  TabData, with just enough information to create
 a basic  Tab. 
- TabDataBasic(String, float) - Constructor for class com.gwtplatform.mvp.client.TabDataBasic
-  
- TabInfo - Annotation Type in com.gwtplatform.mvp.client.annotations
- 
Annotation used to specify various information on a tab. 
- TabInfoMethod - Class in com.gwtplatform.mvp.rebind
- 
Represents a static method, in the presenter, that returns tab information. 
- TabInfoMethod(TreeLogger, ClassCollection, GinjectorInspector, PresenterInspector) - Constructor for class com.gwtplatform.mvp.rebind.TabInfoMethod
-  
- TabPanel - Interface in com.gwtplatform.mvp.client
- 
Classes of this type hold a list of  Tab, from which
 only one can be active at any time. 
- TabView - Interface in com.gwtplatform.mvp.client
- 
- targetHistoryToken - Variable in class com.gwtplatform.mvp.client.proxy.NonLeafTabContentProxyImpl
-  
- TEMPLATE - Static variable in class com.gwtplatform.dispatch.rest.rebind.AbstractServiceGenerator
-  
- testAction(Dispatch) - Method in class com.gwtplatform.dispatch.rpc.server.ActionTestBase
-  
- TestAction - Class in com.gwtplatform.dispatch.rpc.shared.action
-  
- TestAction(String) - Constructor for class com.gwtplatform.dispatch.rpc.shared.action.TestAction
-  
- TestActionHandler - Class in com.gwtplatform.dispatch.rpc.server.actionhandler
-  
- TestActionHandler() - Constructor for class com.gwtplatform.dispatch.rpc.server.actionhandler.TestActionHandler
-  
- TestDispatchAsync - Class in com.gwtplatform.tester
- 
- TestDispatchAsync(TestDispatchService, Injector) - Constructor for class com.gwtplatform.tester.TestDispatchAsync
-  
- TestDispatchModule - Class in com.gwtplatform.tester
- 
- TestDispatchModule() - Constructor for class com.gwtplatform.tester.TestDispatchModule
-  
- TestDispatchService - Class in com.gwtplatform.tester
- 
- TestDispatchService(Dispatch) - Constructor for class com.gwtplatform.tester.TestDispatchService
-  
- TestResult - Class in com.gwtplatform.dispatch.rpc.shared.action
-  
- TestResult(Boolean) - Constructor for class com.gwtplatform.dispatch.rpc.shared.action.TestResult
-  
- Title - Annotation Type in com.gwtplatform.mvp.client.annotations
- 
Annotation used to specify the title of a place as a string. 
- TitleFunction - Annotation Type in com.gwtplatform.mvp.client.annotations
- 
This annotation can be used to specify a function returning the title of a
 place as a string, given the request. 
- toHistoryToken(List<PlaceRequest>) - Method in class com.gwtplatform.mvp.shared.proxy.ParameterTokenFormatter
-  
- toHistoryToken(List<PlaceRequest>) - Method in class com.gwtplatform.mvp.shared.proxy.RouteTokenFormatter
-  
- toHistoryToken(List<PlaceRequest>) - Method in interface com.gwtplatform.mvp.shared.proxy.TokenFormatter
- 
Converts a place request hierarchy (a list of  PlaceRequest) into a history token. 
- toHttpMethods(HttpMethod, HttpMethod...) - Method in class com.gwtplatform.dispatch.rest.client.gin.RestParameterBuilder
- 
Define with which  HttpMethod the parameter will be added. 
- TokenFormatException - Exception in com.gwtplatform.mvp.shared.proxy
-  
- TokenFormatException() - Constructor for exception com.gwtplatform.mvp.shared.proxy.TokenFormatException
-  
- TokenFormatException(String) - Constructor for exception com.gwtplatform.mvp.shared.proxy.TokenFormatException
-  
- TokenFormatException(String, Throwable) - Constructor for exception com.gwtplatform.mvp.shared.proxy.TokenFormatException
-  
- TokenFormatException(Throwable) - Constructor for exception com.gwtplatform.mvp.shared.proxy.TokenFormatException
-  
- tokenFormatter(Class<? extends TokenFormatter>) - Method in class com.gwtplatform.mvp.client.gin.DefaultModule.Builder
-  
- TokenFormatter - Interface in com.gwtplatform.mvp.shared.proxy
- 
- toPlaceRequest(String) - Method in class com.gwtplatform.mvp.shared.proxy.ParameterTokenFormatter
-  
- toPlaceRequest(String) - Method in class com.gwtplatform.mvp.shared.proxy.RouteTokenFormatter
-  
- toPlaceRequest(String) - Method in interface com.gwtplatform.mvp.shared.proxy.TokenFormatter
- 
- toPlaceRequestHierarchy(String) - Method in class com.gwtplatform.mvp.shared.proxy.ParameterTokenFormatter
-  
- toPlaceRequestHierarchy(String) - Method in class com.gwtplatform.mvp.shared.proxy.RouteTokenFormatter
-  
- toPlaceRequestHierarchy(String) - Method in interface com.gwtplatform.mvp.shared.proxy.TokenFormatter
- 
Converts a history token into a place request hierarchy (a list of  PlaceRequest). 
- toPlaceToken(PlaceRequest) - Method in class com.gwtplatform.mvp.shared.proxy.ParameterTokenFormatter
-  
- toPlaceToken(PlaceRequest) - Method in class com.gwtplatform.mvp.shared.proxy.RouteTokenFormatter
-  
- toPlaceToken(PlaceRequest) - Method in interface com.gwtplatform.mvp.shared.proxy.TokenFormatter
- 
- toString() - Method in exception com.gwtplatform.dispatch.client.actionhandler.ClientActionHandlerMismatchException
-  
- toString() - Method in class com.gwtplatform.dispatch.rest.rebind.type.RegisterMetadataHolder
-  
- toString() - Method in class com.gwtplatform.dispatch.rest.shared.RestParameter
-  
- toString() - Method in interface com.gwtplatform.mvp.client.proxy.Place
-  
- toString() - Method in class com.gwtplatform.mvp.client.proxy.PlaceImpl
-  
- toString() - Method in class com.gwtplatform.mvp.client.proxy.ProxyPlaceAbstract
-  
- toString() - Method in class com.gwtplatform.mvp.shared.proxy.PlaceRequest
-  
- trackEvent(String, String) - Method in interface com.gwtplatform.mvp.client.googleanalytics.GoogleAnalytics
- 
Tracks an event in Google analytics. 
- trackEvent(String, String, String) - Method in interface com.gwtplatform.mvp.client.googleanalytics.GoogleAnalytics
- 
Tracks an event in Google analytics, attaching a label and value. 
- trackEvent(String, String, String, int) - Method in interface com.gwtplatform.mvp.client.googleanalytics.GoogleAnalytics
- 
Tracks an event in Google analytics, attaching a label and value. 
- trackEvent(String, String, String, int, boolean) - Method in interface com.gwtplatform.mvp.client.googleanalytics.GoogleAnalytics
- 
Tracks an event in Google analytics, attaching a label and value. 
- trackEvent(String, String) - Method in class com.gwtplatform.mvp.client.googleanalytics.GoogleAnalyticsImpl
-  
- trackEvent(String, String, String) - Method in class com.gwtplatform.mvp.client.googleanalytics.GoogleAnalyticsImpl
-  
- trackEvent(String, String, String, int) - Method in class com.gwtplatform.mvp.client.googleanalytics.GoogleAnalyticsImpl
-  
- trackEvent(String, String, String, int, boolean) - Method in class com.gwtplatform.mvp.client.googleanalytics.GoogleAnalyticsImpl
-  
- trackEventWithTracker(String, String, String) - Method in interface com.gwtplatform.mvp.client.googleanalytics.GoogleAnalytics
- 
Tracks an event in Google analytics on a user defined tracker name. 
- trackEventWithTracker(String, String, String, String) - Method in interface com.gwtplatform.mvp.client.googleanalytics.GoogleAnalytics
- 
Tracks an event in Google analytics, attaching a label and value on a user
 defined tracker name. 
- trackEventWithTracker(String, String, String, String, int) - Method in interface com.gwtplatform.mvp.client.googleanalytics.GoogleAnalytics
- 
Tracks an event in Google analytics, attaching a label and value on a user
 defined tracker name. 
- trackEventWithTracker(String, String, String, String, int, boolean) - Method in interface com.gwtplatform.mvp.client.googleanalytics.GoogleAnalytics
- 
Tracks an event in Google analytics, attaching a label and value on a user
 defined tracker name. 
- trackEventWithTracker(String, String, String) - Method in class com.gwtplatform.mvp.client.googleanalytics.GoogleAnalyticsImpl
-  
- trackEventWithTracker(String, String, String, String) - Method in class com.gwtplatform.mvp.client.googleanalytics.GoogleAnalyticsImpl
-  
- trackEventWithTracker(String, String, String, String, int) - Method in class com.gwtplatform.mvp.client.googleanalytics.GoogleAnalyticsImpl
-  
- trackEventWithTracker(String, String, String, String, int, boolean) - Method in class com.gwtplatform.mvp.client.googleanalytics.GoogleAnalyticsImpl
-  
- trackPageview() - Method in interface com.gwtplatform.mvp.client.googleanalytics.GoogleAnalytics
- 
Tracks the root of your application. 
- trackPageview(String) - Method in interface com.gwtplatform.mvp.client.googleanalytics.GoogleAnalytics
- 
Tracks a page given a specific page name. 
- trackPageview(String, String) - Method in interface com.gwtplatform.mvp.client.googleanalytics.GoogleAnalytics
- 
Tracks a page given a specific page name on a user defined tracker
 name. 
- trackPageview(String) - Method in class com.gwtplatform.mvp.client.googleanalytics.GoogleAnalyticsImpl
-  
- trackPageview() - Method in class com.gwtplatform.mvp.client.googleanalytics.GoogleAnalyticsImpl
-  
- trackPageview(String, String) - Method in class com.gwtplatform.mvp.client.googleanalytics.GoogleAnalyticsImpl
-  
- tryCreatePrintWriter(String, String) - Method in class com.gwtplatform.dispatch.rest.rebind.util.GeneratorUtil
-  
- tryCreatePrintWriter(GeneratorContext, String) - Method in class com.gwtplatform.mvp.rebind.AbstractGenerator
-  
- tryCreatePrintWriter(String, String) - Method in class com.gwtplatform.mvp.rebind.velocity.GeneratorUtil
-  
- TypedAction<R> - Interface in com.gwtplatform.dispatch.shared
- 
An action with a result. 
- UiBinderGenerator - Class in com.google.gwt.uibinder.rebind
- 
Generator for implementations of
  UiBinder. 
- UiBinderGenerator() - Constructor for class com.google.gwt.uibinder.rebind.UiBinderGenerator
-  
- UiHandlers - Interface in com.gwtplatform.mvp.client
- 
Use this marker interface on classes that implement the controls required by
 a  View to communicate back with its  Presenter or
  PresenterWidget. 
- UnauthorizedPlace - Annotation Type in com.gwtplatform.mvp.client.annotations
- 
This annotation is used for binding the unauthorized place's name token in your Gin module, so that you can inject
 in either your own ClientPlaceManager or the DefaultPlaceManager. 
- unbind() - Method in interface com.gwtplatform.mvp.client.HandlerContainer
- 
Call this method when you want to release the object and its handlers are
 not needed anymore. 
- unbind() - Method in class com.gwtplatform.mvp.client.HandlerContainerImpl
-  
- unbind() - Method in class com.gwtplatform.mvp.client.Presenter
-  
- undo(A, R, AsyncCallback<Void>) - Method in class com.gwtplatform.dispatch.client.AbstractDispatchAsync
- 
Deprecated. 
- undo(A, R, AsyncCallback<Void>, UndoCommand<A, R>) - Method in class com.gwtplatform.dispatch.client.actionhandler.caching.AbstractCachingClientActionHandler
-  
- undo(A, R, AsyncCallback<Void>, UndoCommand<A, R>) - Method in interface com.gwtplatform.dispatch.client.actionhandler.ClientActionHandler
- 
Undoes the specified action if supported. 
- undo(A, R, AsyncCallback<Void>) - Method in interface com.gwtplatform.dispatch.client.actionhandler.UndoCommand
- 
Undo an action. 
- undo(A, R, AsyncCallback<Void>) - Method in class com.gwtplatform.dispatch.rpc.client.RpcDispatchAsync
-  
- undo(A, R) - Method in class com.gwtplatform.dispatch.rpc.server.AbstractDispatchImpl
-  
- undo(String, Action<Result>, Result) - Method in class com.gwtplatform.dispatch.rpc.server.AbstractDispatchServiceImpl
-  
- undo(A, R, ExecutionContext) - Method in interface com.gwtplatform.dispatch.rpc.server.actionhandler.ActionHandler
- 
Undoes the specified action. 
- undo(BatchAction, BatchResult, ExecutionContext) - Method in class com.gwtplatform.dispatch.rpc.server.actionhandler.BatchActionHandler
-  
- undo(TestAction, TestResult, ExecutionContext) - Method in class com.gwtplatform.dispatch.rpc.server.actionhandler.TestActionHandler
-  
- undo(A, R) - Method in interface com.gwtplatform.dispatch.rpc.server.Dispatch
- 
Undoes a previously executed action. 
- undo(A, R) - Method in interface com.gwtplatform.dispatch.rpc.server.ExecutionContext
- 
Undoes an action in the current context. 
- undo(A, R, AsyncCallback<Void>) - Method in interface com.gwtplatform.dispatch.rpc.shared.DispatchAsync
- 
This method is called client-side whenever a previous executed action need to be undone. 
- undo(String, Action<Result>, Result) - Method in interface com.gwtplatform.dispatch.rpc.shared.DispatchService
- 
This method is called server-side whenever a previously executed action needs to be undone. 
- undo(String, Action<?>, Result, AsyncCallback<Void>) - Method in interface com.gwtplatform.dispatch.rpc.shared.DispatchServiceAsync
- 
This method is called client-side whenever a previous executed action need to be undone. 
- undo(A, R) - Method in class com.gwtplatform.dispatch.server.AbstractDispatchImpl
- 
Deprecated. 
- undo(String, Action<Result>, Result) - Method in class com.gwtplatform.dispatch.server.AbstractDispatchServiceImpl
- 
Deprecated. 
- undo(A, R, ExecutionContext) - Method in interface com.gwtplatform.dispatch.server.actionhandler.ActionHandler
- 
Deprecated. Undoes the specified action. 
- undo(BatchAction, BatchResult, ExecutionContext) - Method in class com.gwtplatform.dispatch.server.actionhandler.BatchActionHandler
- 
Deprecated. 
- undo(A, R) - Method in interface com.gwtplatform.dispatch.server.Dispatch
- 
Deprecated. Undoes a previously executed action. 
- undo(A, R) - Method in interface com.gwtplatform.dispatch.server.ExecutionContext
- 
Deprecated. Undoes an action in the current context. 
- undo(A, R, AsyncCallback<Void>) - Method in interface com.gwtplatform.dispatch.shared.DispatchAsync
- 
Deprecated. This method is called client-side whenever a previous executed action need
 to be undone. 
- undo(String, Action<Result>, Result) - Method in interface com.gwtplatform.dispatch.shared.DispatchService
- 
Deprecated. This method is called server-side whenever a previously executed action
 needs to be undone. 
- undo(String, Action<?>, Result, AsyncCallback<Void>) - Method in interface com.gwtplatform.dispatch.shared.DispatchServiceAsync
- 
Deprecated. This method is called client-side whenever a previous executed action need
 to be undone. 
- undo(A, R, AsyncCallback<Void>) - Method in class com.gwtplatform.tester.TestDispatchAsync
-  
- undo(String, Action<Result>, Result) - Method in class com.gwtplatform.tester.TestDispatchService
-  
- UndoCommand<A,R> - Interface in com.gwtplatform.dispatch.client.actionhandler
- 
- unlock() - Method in interface com.gwtplatform.mvp.client.proxy.PlaceManager
- 
Resets the navigation lock if it is currently set. 
- unlock() - Method in class com.gwtplatform.mvp.client.proxy.PlaceManagerImpl
-  
- unlockScreen() - Method in class com.gwtplatform.mvp.client.RootPresenter.RootView
-  
- UnsecuredActionImpl<R extends Result> - Class in com.gwtplatform.dispatch.rpc.shared
- 
Default Action using the base path as dispatch/className. 
- UnsecuredActionImpl() - Constructor for class com.gwtplatform.dispatch.rpc.shared.UnsecuredActionImpl
-  
- UnsecuredActionImpl<R extends Result> - Class in com.gwtplatform.dispatch.shared
- 
- UnsecuredActionImpl() - Constructor for class com.gwtplatform.dispatch.shared.UnsecuredActionImpl
- 
Deprecated. 
- UnsupportedActionException - Exception in com.gwtplatform.dispatch.rpc.shared
-  
- UnsupportedActionException(Action<? extends Result>) - Constructor for exception com.gwtplatform.dispatch.rpc.shared.UnsupportedActionException
-  
- UnsupportedActionException(Class<? extends Action<? extends Result>>) - Constructor for exception com.gwtplatform.dispatch.rpc.shared.UnsupportedActionException
-  
- UnsupportedActionException - Exception in com.gwtplatform.dispatch.shared
- 
- UnsupportedActionException(Action<? extends Result>) - Constructor for exception com.gwtplatform.dispatch.shared.UnsupportedActionException
- 
Deprecated. 
- UnsupportedActionException(Class<? extends Action<? extends Result>>) - Constructor for exception com.gwtplatform.dispatch.shared.UnsupportedActionException
- 
Deprecated. 
- updateHistory(PlaceRequest, boolean) - Method in interface com.gwtplatform.mvp.client.proxy.PlaceManager
- 
- updateHistory(PlaceRequest, boolean) - Method in class com.gwtplatform.mvp.client.proxy.PlaceManagerImpl
-  
- UrlUtils - Interface in com.gwtplatform.common.shared
- 
Helper methods to encode and decode query and path components of an URL. 
- UseGatekeeper - Annotation Type in com.gwtplatform.mvp.client.annotations
- 
This annotation lets you define a  Gatekeeper to use for the
  Place associated with
 your proxy. 
- useManualReveal() - Method in class com.gwtplatform.mvp.client.Presenter
- 
Verifies if this presenter can be revealed automatically or if it is meant to be
 revealed manually. 
- UseProxy - Annotation Type in com.gwtplatform.dispatch.annotation
- 
Annotation on domain (server-side) object fields specifying an EntityProxy
 or ValueProxy class for the generation process. 
- UseProxyName - Annotation Type in com.gwtplatform.dispatch.annotation
- 
Annotation on domain (server-side) object fields specifying an EntityProxy
 or ValueProxy class for the generation process. 
- Utils - Class in com.gwtplatform.dispatch.rpc.server
- 
Collection of utility methods. 
- Utils() - Constructor for class com.gwtplatform.dispatch.rpc.server.Utils
-  
- Utils - Class in com.gwtplatform.dispatch.server
- 
- Utils() - Constructor for class com.gwtplatform.dispatch.server.Utils
- 
Deprecated. 
- validate() - Method in class com.google.gwt.uibinder.rebind.FieldManager
- 
To be called after parsing is complete. 
- valueOf(String) - Static method in enum com.gwtplatform.dispatch.client.ExceptionHandler.Status
- 
Returns the enum constant of this type with the specified name. 
- valueOf(String) - Static method in enum com.gwtplatform.dispatch.rest.shared.HttpMethod
- 
Returns the enum constant of this type with the specified name. 
- valueOf(String) - Static method in enum com.gwtplatform.dispatch.rest.shared.MetadataType
- 
Returns the enum constant of this type with the specified name. 
- valueOf(String) - Static method in enum com.gwtplatform.dispatch.rpc.shared.BatchAction.OnException
- 
Returns the enum constant of this type with the specified name. 
- valueOf(String) - Static method in enum com.gwtplatform.dispatch.shared.BatchAction.OnException
- 
Deprecated. Returns the enum constant of this type with the specified name. 
- valueOf(String) - Static method in enum com.gwtplatform.mvp.client.Presenter.RevealType
- 
Returns the enum constant of this type with the specified name. 
- valueOf(String) - Static method in enum com.gwtplatform.mvp.client.proxy.NotifyingAsyncCallback.State
- 
Returns the enum constant of this type with the specified name. 
- values() - Static method in enum com.gwtplatform.dispatch.client.ExceptionHandler.Status
- 
Returns an array containing the constants of this enum type, in
the order they are declared. 
- values() - Static method in enum com.gwtplatform.dispatch.rest.shared.HttpMethod
- 
Returns an array containing the constants of this enum type, in
the order they are declared. 
- values() - Static method in enum com.gwtplatform.dispatch.rest.shared.MetadataType
- 
Returns an array containing the constants of this enum type, in
the order they are declared. 
- values() - Static method in enum com.gwtplatform.dispatch.rpc.shared.BatchAction.OnException
- 
Returns an array containing the constants of this enum type, in
the order they are declared. 
- values() - Static method in enum com.gwtplatform.dispatch.shared.BatchAction.OnException
- 
Deprecated. Returns an array containing the constants of this enum type, in
the order they are declared. 
- values() - Static method in enum com.gwtplatform.mvp.client.Presenter.RevealType
- 
Returns an array containing the constants of this enum type, in
the order they are declared. 
- values() - Static method in enum com.gwtplatform.mvp.client.proxy.NotifyingAsyncCallback.State
- 
Returns an array containing the constants of this enum type, in
the order they are declared. 
- VelocityGenerator - Class in com.gwtplatform.dispatch.rest.rebind
-  
- VelocityGenerator() - Constructor for class com.gwtplatform.dispatch.rest.rebind.VelocityGenerator
-  
- VelocityPlacetokenGenerator - Class in com.gwtplatform.mvp.rebind.velocity.proxy
- 
- VelocityPlacetokenGenerator.Factory - Interface in com.gwtplatform.mvp.rebind.velocity.proxy
-  
- VelocityProperties - Annotation Type in com.gwtplatform.dispatch.rest.rebind
-  
- VelocityProperties - Annotation Type in com.gwtplatform.mvp.rebind.velocity
-  
- VersionInspectorLinker - Class in com.gwtplatform.common.rebind
-  
- VersionInspectorLinker() - Constructor for class com.gwtplatform.common.rebind.VersionInspectorLinker
-  
- View - Interface in com.gwtplatform.mvp.client
- 
The interface for view classes that handles all the UI-related code for a
  Presenter. 
- ViewImpl - Class in com.gwtplatform.mvp.client
- 
- ViewImpl() - Constructor for class com.gwtplatform.mvp.client.ViewImpl
-  
- ViewWithUiHandlers<C extends UiHandlers> - Class in com.gwtplatform.mvp.client
- 
- ViewWithUiHandlers() - Constructor for class com.gwtplatform.mvp.client.ViewWithUiHandlers
-