public class WizardHandler extends FormHandler
_action, _context, _log, _method, _out, _requestWrapper, _settings
Constructor and Description |
---|
WizardHandler() |
Modifier and Type | Method and Description |
---|---|
protected void |
processForm()
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.
|
void |
setWizardHelper(WizardHelper helper)
Bind the helper (scope session) to this handler (scope request)
|
_t, _t, _t, _x, addFormError, addFormErrorNoEscape, addFormNotice, addFormNoticeNoEscape, getAllMessages, getErrors, getJettyString, getNewNonce, getNotices, isAdvanced, setAction, setContextId, setNonce, setRequestWrapper, setSettings, storeMethod, storeNonces, storeWriter
public void setWizardHelper(WizardHelper helper)
protected void processForm()
FormHandler
processForm
in class FormHandler