|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface TokenResponseHandler
Invokes user code that handles double or invalid submits.
| Field Summary | |
|---|---|
static String |
KEY
|
| Method Summary | |
|---|---|
Object |
invalidToken(groovy.lang.Closure callable)
Specify behavior in the event of an invalid token. |
boolean |
wasInvalidToken()
Return whether the token was invalid |
boolean |
wasInvoked()
Return whether the response handle was invoked. |
| Field Detail |
|---|
static final String KEY
| Method Detail |
|---|
Object invalidToken(groovy.lang.Closure callable)
callable - The closure to invoke in the event of an invalid token
boolean wasInvoked()
boolean wasInvalidToken()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||