Package | Description |
---|---|
com.gwtplatform.dispatch.client | |
com.gwtplatform.dispatch.client.gin | |
com.gwtplatform.dispatch.rest.client |
Modifier and Type | Class and Description |
---|---|
class |
DefaultExceptionHandler
A default implementation of
ExceptionHandler which does not do anything. |
Modifier and Type | Method and Description |
---|---|
protected ExceptionHandler |
AbstractDispatchAsync.getExceptionHandler()
Deprecated.
|
protected ExceptionHandler |
DispatchCall.getExceptionHandler()
Returns the bound
ExceptionHandler . |
Constructor and Description |
---|
AbstractDispatchAsync(ExceptionHandler exceptionHandler,
SecurityCookieAccessor securityCookieAccessor,
ClientActionHandlerRegistry clientActionHandlerRegistry)
Deprecated.
|
DefaultDispatchAsync(ExceptionHandler exceptionHandler,
SecurityCookieAccessor securityCookieAccessor,
ClientActionHandlerRegistry registry)
Deprecated.
|
DispatchCall(ExceptionHandler exceptionHandler,
ClientActionHandlerRegistry clientActionHandlerRegistry,
SecurityCookieAccessor securityCookieAccessor,
A action,
AsyncCallback<R> callback) |
RpcDispatchAsync(ExceptionHandler exceptionHandler,
SecurityCookieAccessor securityCookieAccessor,
ClientActionHandlerRegistry registry)
Deprecated.
|
Modifier and Type | Field and Description |
---|---|
protected Class<? extends ExceptionHandler> |
AbstractDispatchAsyncModule.Builder.exceptionHandlerType |
Modifier and Type | Method and Description |
---|---|
protected DispatchAsync |
DispatchAsyncModule.provideDispatchAsync(ExceptionHandler exceptionHandler,
SecurityCookieAccessor secureSessionAccessor,
ClientActionHandlerRegistry registry)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
AbstractDispatchAsyncModule.Builder |
AbstractDispatchAsyncModule.Builder.exceptionHandler(Class<? extends ExceptionHandler> exceptionHandlerType)
Specify an alternative exception handler.
|
Constructor and Description |
---|
RestDispatchCall(ExceptionHandler exceptionHandler,
ClientActionHandlerRegistry clientActionHandlerRegistry,
SecurityCookieAccessor securityCookieAccessor,
RestRequestBuilderFactory requestBuilderFactory,
RestResponseDeserializer restResponseDeserializer,
A action,
AsyncCallback<R> callback) |
Copyright © 2010-2014 ArcBees. All Rights Reserved.