Package net.i2p.router.web.helpers
Class ConfigAdvancedHandler
- java.lang.Object
-
- net.i2p.router.web.FormHandler
-
- net.i2p.router.web.helpers.ConfigAdvancedHandler
-
public class ConfigAdvancedHandler extends FormHandler
Handler to deal with form submissions from the advanced config form and act upon the values.
-
-
Field Summary
-
Fields inherited from class net.i2p.router.web.FormHandler
_action, _context, _log, _method, _out, _requestWrapper, _settings
-
-
Constructor Summary
Constructors Constructor Description ConfigAdvancedHandler()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method 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)
void
setNofilter_config(String val)
void
setNofilter_oldConfig(String val)
void
setShouldsave(String moo)
-
Methods inherited from class net.i2p.router.web.FormHandler
_t, _t, _t, _x, addFormError, addFormErrorNoEscape, addFormNotice, addFormNoticeNoEscape, getAllMessages, getErrors, getJettyString, getNewNonce, getNotices, isAdvanced, setAction, setContextId, setNonce, setRequestWrapper, setSettings, storeMethod, storeNonces, storeWriter
-
-
-
-
Method Detail
-
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 classFormHandler
-
setShouldsave
public void setShouldsave(String moo)
-
setFf
public void setFf(String ff)
- Since:
- 0.9.20
-
setNofilter_config
public void setNofilter_config(String val)
-
setNofilter_oldConfig
public void setNofilter_oldConfig(String val)
- Since:
- 0.9.33
-
-