|
GWTP Dispatch client 0.6-redhat-1 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ClientActionHandlerRegistry | |
---|---|
com.gwtplatform.dispatch.client | |
com.gwtplatform.dispatch.client.actionhandler | |
com.gwtplatform.dispatch.client.gin |
Uses of ClientActionHandlerRegistry in com.gwtplatform.dispatch.client |
---|
Constructors in com.gwtplatform.dispatch.client with parameters of type ClientActionHandlerRegistry | |
---|---|
DefaultDispatchAsync(ExceptionHandler exceptionHandler,
SecurityCookieAccessor securityCookieAccessor,
ClientActionHandlerRegistry registry)
|
Uses of ClientActionHandlerRegistry in com.gwtplatform.dispatch.client.actionhandler |
---|
Classes in com.gwtplatform.dispatch.client.actionhandler that implement ClientActionHandlerRegistry | |
---|---|
class |
DefaultClientActionHandlerRegistry
The default implementation that ClientActionHandlerRegistry that if
bound will not load any client-side action handlers. |
Uses of ClientActionHandlerRegistry in com.gwtplatform.dispatch.client.gin |
---|
Fields in com.gwtplatform.dispatch.client.gin with type parameters of type ClientActionHandlerRegistry | |
---|---|
protected Class<? extends ClientActionHandlerRegistry> |
DispatchAsyncModule.clientActionHandlerRegistryType
|
protected Class<? extends ClientActionHandlerRegistry> |
DispatchAsyncModule.Builder.clientActionHandlerRegistryType
|
Methods in com.gwtplatform.dispatch.client.gin with parameters of type ClientActionHandlerRegistry | |
---|---|
protected DispatchAsync |
DispatchAsyncModule.provideDispatchAsync(ExceptionHandler exceptionHandler,
SecurityCookieAccessor secureSessionAccessor,
ClientActionHandlerRegistry registry)
|
Method parameters in com.gwtplatform.dispatch.client.gin with type arguments of type ClientActionHandlerRegistry | |
---|---|
DispatchAsyncModule.Builder |
DispatchAsyncModule.Builder.clientActionHandlerRegistry(Class<? extends ClientActionHandlerRegistry> clientActionHandlerRegistryType)
Specify an alternate client action handler registry. |
Constructor parameters in com.gwtplatform.dispatch.client.gin with type arguments of type ClientActionHandlerRegistry | |
---|---|
DispatchAsyncModule(Class<? extends ClientActionHandlerRegistry> clientActionHandlerRegistryType)
Deprecated. |
|
DispatchAsyncModule(Class<? extends ExceptionHandler> exceptionHandlerType,
Class<? extends SecurityCookieAccessor> sessionAccessorType,
Class<? extends ClientActionHandlerRegistry> clientActionHandlerRegistryType)
Deprecated. |
|
GWTP Dispatch client 0.6-redhat-1 | |||||||||
PREV NEXT | FRAMES NO FRAMES |