| Interface | Description |
|---|---|
| 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.
|
| HasSecured |
Indicates that the XSRF protection for an action can be toggled.
|
| SecurityCookieAccessor |
Provides access to the security cookie stored on the client.
|
| TypedAction<R> |
An action with a result.
|
| Exception | Description |
|---|---|
| ActionException |
These are thrown by
com.gwtplatform.dispatch.server.Dispatch#execute(Action) if there is a problem executing
a particular Action. |
| 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–2016 Arcbees. All rights reserved.