Package net.i2p.router.web.helpers
Class ConfigTunnelsHandler
- java.lang.Object
-
- net.i2p.router.web.FormHandler
-
- net.i2p.router.web.helpers.ConfigTunnelsHandler
-
public class ConfigTunnelsHandler extends FormHandler
Handler to deal with form submissions from the tunnel config form and act upon the values.
-
-
Field Summary
-
Fields inherited from class net.i2p.router.web.FormHandler
_action, _context, _log, _method, _requestWrapper, _settings
-
-
Constructor Summary
Constructors Constructor Description ConfigTunnelsHandler()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidprocessForm()Override this to perform the final processing (in turn, adding formNotice and formError messages, etc)voidsetShouldsave(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
-
-
-
-
Method Detail
-
processForm
protected void processForm()
Description copied from class:FormHandlerOverride this to perform the final processing (in turn, adding formNotice and formError messages, etc)- Overrides:
processFormin classFormHandler
-
setShouldsave
public void setShouldsave(String moo)
-
-