Class WizardHandler


  • public class WizardHandler
    extends FormHandler
    The new user wizard. This handler has request scope (as all FormHandlers must), so it controls the test via the helper, which has session scope.
    Since:
    0.9.38
    • Constructor Detail

      • WizardHandler

        public WizardHandler()
    • Method Detail

      • setWizardHelper

        public void setWizardHelper​(WizardHelper helper)
        Bind the helper (scope session) to this handler (scope request)
      • processForm

        protected void processForm()
        Description copied from class: FormHandler
        Implement this to perform the final processing (in turn, adding formNotice and formError messages, etc) Will only be called if _action is non-null and the nonce is valid.
        Specified by:
        processForm in class FormHandler