Uses of Class
net.anotheria.anosite.wizard.handler.response.WizardHandlerResponse
-
Packages that use WizardHandlerResponse Package Description net.anotheria.anosite.wizard.handler Base wizard handler implementation and utilities.net.anotheria.anosite.wizard.handler.response Wizard handler Response. -
-
Uses of WizardHandlerResponse in net.anotheria.anosite.wizard.handler
Methods in net.anotheria.anosite.wizard.handler that return WizardHandlerResponse Modifier and Type Method Description protected WizardHandlerResponseBaseWizardHandler. handleIncomingCommand(jakarta.servlet.http.HttpServletRequest req, WizardAO wizard, WizardStepAO currentStep, boolean isSubmit)Handle incoming command method.WizardHandlerResponseBaseWizardHandler. preProcess(jakarta.servlet.http.HttpServletRequest req, jakarta.servlet.http.HttpServletResponse res, WizardDef wizard)WizardHandlerResponseWizardHandler. preProcess(jakarta.servlet.http.HttpServletRequest req, jakarta.servlet.http.HttpServletResponse res, WizardDef wizard)Method called before wizard process execution.WizardHandlerResponseWizardHandlerWrapper. preProcess(jakarta.servlet.http.HttpServletRequest req, jakarta.servlet.http.HttpServletResponse res, WizardDef wizard)WizardHandlerResponseBaseWizardHandler. process(jakarta.servlet.http.HttpServletRequest req, jakarta.servlet.http.HttpServletResponse res, WizardDef wizard)WizardHandlerResponseWizardHandler. process(jakarta.servlet.http.HttpServletRequest req, jakarta.servlet.http.HttpServletResponse res, WizardDef wizard)Process request to wizard.WizardHandlerResponseWizardHandlerWrapper. process(jakarta.servlet.http.HttpServletRequest req, jakarta.servlet.http.HttpServletResponse res, WizardDef wizard)WizardHandlerResponseBaseWizardHandler. submit(jakarta.servlet.http.HttpServletRequest req, jakarta.servlet.http.HttpServletResponse res, WizardDef wizard)WizardHandlerResponseWizardHandler. submit(jakarta.servlet.http.HttpServletRequest req, jakarta.servlet.http.HttpServletResponse res, WizardDef wizard)ProcessSubmit request to wizard.WizardHandlerResponseWizardHandlerWrapper. submit(jakarta.servlet.http.HttpServletRequest req, jakarta.servlet.http.HttpServletResponse res, WizardDef wizard) -
Uses of WizardHandlerResponse in net.anotheria.anosite.wizard.handler.response
Subclasses of WizardHandlerResponse in net.anotheria.anosite.wizard.handler.response Modifier and Type Class Description classWizardResponseAbortWizardResponseAbort usually happens if some exception occurred during execution.classWizardResponseCancelWizard internal response code - which signalize that wizard should be canceled!classWizardResponseChangeStepWizardResponseChangeStep - response which means that step should be changed.classWizardResponseContinueWizard internal response code - which signalize that wizard should continue rendering.classWizardResponseFinishWizard internal response code - which signalize that wizard should be finished!
-