Package | Description |
---|---|
com.gwtplatform.dispatch.rpc.server | |
com.gwtplatform.dispatch.rpc.server.guice | |
com.gwtplatform.dispatch.rpc.server.spring | |
com.gwtplatform.tester |
Modifier and Type | Class and Description |
---|---|
class |
AbstractDispatchImpl
This is the server-side implementation of the
Dispatch service with an arbitrary action type, for which the
client-side async service is DispatchAsync . |
Modifier and Type | Field and Description |
---|---|
protected Dispatch |
AbstractDispatchServiceImpl.dispatch |
Modifier and Type | Method and Description |
---|---|
protected void |
ActionTestBase.testAction(Dispatch dispatch) |
Constructor and Description |
---|
AbstractDispatchServiceImpl(Logger logger,
Dispatch dispatch,
RequestProvider requestProvider) |
Modifier and Type | Class and Description |
---|---|
class |
DispatchImpl |
Modifier and Type | Method and Description |
---|---|
DispatchModule.Builder |
DispatchModule.Builder.dispatch(Class<? extends Dispatch> dispatchClass) |
Constructor and Description |
---|
DispatchServiceImpl(Logger logger,
Dispatch dispatch,
RequestProvider requestProvider) |
Modifier and Type | Method and Description |
---|---|
Dispatch |
DispatchModule.getDispatch() |
Constructor and Description |
---|
DispatchServiceImpl(Logger logger,
Dispatch dispatch,
RequestProvider requestProvider) |
Constructor and Description |
---|
DispatchModule(Class<? extends Dispatch> dispatchClass) |
DispatchModule(Class<? extends Dispatch> dispatchClass,
Class<? extends ActionHandlerValidatorRegistry> lazyActionHandlerValidatorRegistryClass) |
Constructor and Description |
---|
TestDispatchService(Dispatch dispatch) |
Copyright © 2010–2014 Arcbees. All rights reserved.