|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ConfirmationStrategy
Represents an abstraction of the various ways that confirmations can happen.
Method Summary | |
---|---|
java.lang.String |
getUri()
Gets the URI of the confirmation page. |
boolean |
isConfirmed(HttpServletRequest request)
Called to determine whether confirmation was successful. |
void |
setupConfirmation(HttpServletRequest request)
Called before showing the confirmation page. |
Method Detail |
---|
void setupConfirmation(HttpServletRequest request)
request
- the HttpServletRequest used in the confirmationjava.lang.String getUri()
boolean isConfirmed(HttpServletRequest request)
request
- the HttpServletRequest used in the confirmation
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |