public class ConfigAdvancedHandler extends FormHandler
FormHandler.Message_action, _context, _log, _method, _out, _requestWrapper, _session, _settings| Constructor and Description |
|---|
ConfigAdvancedHandler() |
| 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 | setFf(String ff)Set the floodfill status from form submission. |
void | setNofilter_config(String val)Set the config text. |
void | setNofilter_oldConfig(String val)Set the previous config text for diff comparison. |
void | setShouldsave(String moo)Set whether to save configuration. |
_t, _t, _t, _x, addFormError, addFormError, addFormErrorNoEscape, addFormErrorNoEscape, addFormNotice, addFormNotice, addFormNoticeNoEscape, addFormNoticeNoEscape, getAllMessages, getErrors, getJettyString, getNotices, isAdvanced, setAction, setContextId, setNonce, setRequestWrapper, setSettings, storeMethod, storeSession, storeWriterprotected void processForm()
FormHandlerprocessForm in class FormHandlerpublic void setFf(String ff)
ff - the floodfill statuspublic void setNofilter_config(String val)
val - the config textpublic void setNofilter_oldConfig(String val)
val - the previous config textpublic void setShouldsave(String moo)
moo - ignored