Class InvitationGuestActionsPage


  • public class InvitationGuestActionsPage
    extends BasePage
    Represents the actions possible by guests on the invitation application.
    Since:
    4.2M1
    Version:
    $Id: de80bef7ffda98d4ded8f23fb7bd9ac162b9886f $
    • Constructor Detail

      • InvitationGuestActionsPage

        public InvitationGuestActionsPage()
    • Method Detail

      • setMemo

        public void setMemo​(String memo)
        This will fail if the action is accept because the user is redirected to a RegistrationPage.
      • getMessage

        public String getMessage()
      • confirm

        public String confirm()
        Outputs the message given after clicking the confirm button.
      • gotoPage

        public static InvitationGuestActionsPage gotoPage​(String htmlMessageContent,
                                                          InvitationGuestActionsPage.Action action)
        Parameters:
        htmlMessageContent - the html message received by the guest containing the link to the accept page
        action - the action to be performed by the guest
        Returns:
        the corresponding page object
        Since:
        6.3M1