Package | Description |
---|---|
com.gwtplatform.dispatch.rest.client | |
com.gwtplatform.dispatch.rest.shared | |
com.gwtplatform.dispatch.rpc.shared | |
com.gwtplatform.dispatch.rpc.shared.action |
Modifier and Type | Class and Description |
---|---|
class |
AbstractRestAction<R>
Provides a basic implementation of
RestAction to inheritors. |
Modifier and Type | Interface and Description |
---|---|
interface |
RestAction<R>
An action used by
RestDispatch . |
Modifier and Type | Interface and Description |
---|---|
interface |
Action<R extends Result>
An action represents a command sent to the
Dispatch . |
Modifier and Type | Class and Description |
---|---|
class |
ActionImpl<R extends Result>
Default Action using the base path as dispatch/className.
|
class |
BatchAction
This provides a simple way to send multiple actions to be executed in sequence.
|
class |
UnsecuredActionImpl<R extends Result>
Default Action using the base path as dispatch/className.
|
Modifier and Type | Class and Description |
---|---|
class |
TestAction |
Copyright © 2010-2014 ArcBees. All Rights Reserved.