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,
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 | Field and Description |
---|---|
protected Class<? extends ClientActionHandlerRegistry> |
AbstractDispatchAsyncModule.Builder.clientActionHandlerRegistryType |
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.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,
A action,
AsyncCallback<R> callback) |
Copyright © 2010-2014 ArcBees. All Rights Reserved.