Interface | Description |
---|---|
Action<R extends Result> | Deprecated
Please use
Action . |
DispatchAsync | Deprecated
Please use
DispatchAsync . |
DispatchRequest |
This interface provides a common base to give the ability to the client to cancel a request or see if a request is
still pending.
|
DispatchService | Deprecated
Please use
DispatchService . |
DispatchServiceAsync | Deprecated
Please use
DispatchServiceAsync . |
HasSecured |
Indicates that the XSRF protection for an action can be toggled.
|
Result | Deprecated
Please use
ServiceException . |
SecurityCookieAccessor |
Provides access to the security cookie stored on the client.
|
TypedAction<R> |
An action with a result.
|
Class | Description |
---|---|
AbstractSimpleResult<T> | Deprecated
Please use
AbstractSimpleResult . |
AbstractUpdateResult<T> | Deprecated
Please use
AbstractUpdateResult . |
ActionImpl<R extends Result> | Deprecated
Please use
ActionImpl . |
BatchAction | Deprecated
Please use
BatchAction . |
BatchResult | Deprecated
Please use
BatchResult . |
MultipleResult<T> | Deprecated
Please use
MultipleResult . |
NoResult | Deprecated
Please use
NoResult . |
SimpleResult<T> | Deprecated
Please use
SimpleResult . |
UnsecuredActionImpl<R extends Result> | Deprecated
Please use
UnsecuredActionImpl . |
Enum | Description |
---|---|
BatchAction.OnException |
BatchAction 's OnException enumeration. |
Exception | Description |
---|---|
ActionException |
These are thrown by
Dispatch.execute(Action) if there is a problem executing
a particular Action . |
ServiceException | Deprecated
Please use
ServiceException . |
UnsupportedActionException | Deprecated
Please use
UnsupportedActionException . |
Annotation Type | Description |
---|---|
SecurityCookie |
Bind this annotation on the string you want to use as a security cookie:
bindConstant().annotatedWith(SecurityCookie.class).to("MYCOOKIE");
|
Copyright © 2010–2014 Arcbees. All rights reserved.