Package net.i2p.router.web.helpers
Class ConfigHomeHandler
- java.lang.Object
-
- net.i2p.router.web.FormHandler
-
- net.i2p.router.web.helpers.ConfigHomeHandler
-
public class ConfigHomeHandler extends FormHandler
Simple home page configuration.- Since:
- 0.9
-
-
Field Summary
-
Fields inherited from class net.i2p.router.web.FormHandler
_action, _context, _log, _method, _requestWrapper, _settings
-
-
Constructor Summary
Constructors Constructor Description ConfigHomeHandler()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected void
processForm()
Override this to perform the final processing (in turn, adding formNotice and formError messages, etc)-
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:FormHandler
Override this to perform the final processing (in turn, adding formNotice and formError messages, etc)- Overrides:
processForm
in classFormHandler
-
-