|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface TokenResponseHandler
An interface used to invoke user code that handles double or invalid submits
Field Summary | |
---|---|
static String |
KEY
|
Method Summary | |
---|---|
Object |
invalidToken(groovy.lang.Closure callable)
The method clients use in order to specify behavior in the even 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 |