Skip navigation links
Back to GWTP Home
A C D G H I S T 

A

ActionException - Exception in com.gwtplatform.dispatch.shared
These are thrown by com.gwtplatform.dispatch.server.Dispatch#execute(Action) if there is a problem executing a particular Action.
ActionException() - Constructor for exception com.gwtplatform.dispatch.shared.ActionException
 
ActionException(String) - Constructor for exception com.gwtplatform.dispatch.shared.ActionException
 
ActionException(String, Throwable) - Constructor for exception com.gwtplatform.dispatch.shared.ActionException
 
ActionException(Throwable) - Constructor for exception com.gwtplatform.dispatch.shared.ActionException
 

C

cancel() - Method in interface com.gwtplatform.dispatch.shared.DispatchRequest
 
com.gwtplatform.dispatch.shared - package com.gwtplatform.dispatch.shared
 

D

DispatchRequest - Interface in com.gwtplatform.dispatch.shared
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.

G

getCookieContent() - Method in interface com.gwtplatform.dispatch.shared.SecurityCookieAccessor
Gets the current content of the security cookie, using javascript.

H

HasSecured - Interface in com.gwtplatform.dispatch.shared
Indicates that the XSRF protection for an action can be toggled.

I

isPending() - Method in interface com.gwtplatform.dispatch.shared.DispatchRequest
 
isSecured() - Method in interface com.gwtplatform.dispatch.shared.HasSecured
Verifies if the action is secured.

S

SecurityCookie - Annotation Type in com.gwtplatform.dispatch.shared
Bind this annotation on the string you want to use as a security cookie:

bindConstant().annotatedWith(SecurityCookie.class).to("MYCOOKIE");

SecurityCookieAccessor - Interface in com.gwtplatform.dispatch.shared
Provides access to the security cookie stored on the client.

T

TypedAction<R> - Interface in com.gwtplatform.dispatch.shared
An action with a result.
A C D G H I S T 
Skip navigation links
Back to GWTP Home

Copyright © 2010–2016 Arcbees. All rights reserved.