Modifier and Type | Method and Description |
---|---|
protected ClientActionHandlerRegistry |
AbstractDispatchAsync.getClientActionHandlerRegistry()
Deprecated.
|
protected ClientActionHandlerRegistry |
DispatchCall.getClientActionHandlerRegistry()
Returns the bound
ClientActionHandlerRegistry . |
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,
DispatchHooks dispatchHooks,
A action,
AsyncCallback<R> callback) |
RpcDispatchAsync(ExceptionHandler exceptionHandler,
SecurityCookieAccessor securityCookieAccessor,
ClientActionHandlerRegistry registry)
Deprecated.
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultClientActionHandlerRegistry
The default implementation that
ClientActionHandlerRegistry that if bound will not load any client-side
action handlers. |
Modifier and Type | Method and Description |
---|---|
protected DispatchAsync |
DispatchAsyncModule.provideDispatchAsync(ExceptionHandler exceptionHandler,
SecurityCookieAccessor secureSessionAccessor,
ClientActionHandlerRegistry registry)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
<T extends AbstractDispatchAsyncModule.Builder> |
AbstractDispatchAsyncModule.Builder.clientActionHandlerRegistry(Class<? extends ClientActionHandlerRegistry> clientActionHandlerRegistryType)
Specify an alternate client action handler registry.
|
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.