Package | Description |
---|---|
com.gwtplatform.dispatch.client | |
com.gwtplatform.dispatch.client.gin | |
com.gwtplatform.dispatch.rest.client |
Modifier and Type | Class and Description |
---|---|
class |
DefaultDispatchHooks |
Constructor and Description |
---|
DispatchCall(ExceptionHandler exceptionHandler,
ClientActionHandlerRegistry clientActionHandlerRegistry,
SecurityCookieAccessor securityCookieAccessor,
DispatchHooks dispatchHooks,
A action,
AsyncCallback<R> callback) |
Modifier and Type | Method and Description |
---|---|
<T extends AbstractDispatchAsyncModule.Builder> |
AbstractDispatchAsyncModule.Builder.dispatchHooks(Class<? extends DispatchHooks> dispatchHooks)
Supply your own implementation of
DispatchHooks . |
Constructor and Description |
---|
RestDispatchCall(ExceptionHandler exceptionHandler,
ClientActionHandlerRegistry clientActionHandlerRegistry,
SecurityCookieAccessor securityCookieAccessor,
RestRequestBuilderFactory requestBuilderFactory,
RestResponseDeserializer restResponseDeserializer,
DispatchHooks dispatchHooks,
A action,
AsyncCallback<R> callback) |
Copyright © 2010–2014 Arcbees. All rights reserved.