net.i2p.router.web
Class ConfigClientsHandler
java.lang.Object
net.i2p.router.web.FormHandler
net.i2p.router.web.ConfigClientsHandler
public class ConfigClientsHandler
- extends FormHandler
Saves changes to clients.config or webapps.config
Method Summary |
protected void |
processForm()
Override this to perform the final processing (in turn, adding formNotice
and formError messages, etc) |
void |
setSettings(Map settings)
|
Methods inherited from class net.i2p.router.web.FormHandler |
_, _, addFormError, addFormNotice, getAllMessages, getErrors, getNotices, setAction, setContextId, setNonce, setPassphrase |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ConfigClientsHandler
public ConfigClientsHandler()
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 class FormHandler
setSettings
public void setSettings(Map settings)