net.i2p.router.web
Class ConfigTunnelsHandler

java.lang.Object
  extended by net.i2p.router.web.FormHandler
      extended by net.i2p.router.web.ConfigTunnelsHandler

public class ConfigTunnelsHandler
extends FormHandler

Handler to deal with form submissions from the tunnel config form and act upon the values. Holy crap, this is UUUUGLY


Field Summary
 
Fields inherited from class net.i2p.router.web.FormHandler
_action, _context, _log, _method
 
Constructor Summary
ConfigTunnelsHandler()
           
 
Method Summary
protected  void processForm()
          Override this to perform the final processing (in turn, adding formNotice and formError messages, etc)
 void setSettings(Map settings)
          For many forms, it's easiest just to put all the parameters here.
 void setShouldsave(String moo)
           
 
Methods inherited from class net.i2p.router.web.FormHandler
_, _, _, addFormError, addFormNotice, getAllMessages, getErrors, getJettyString, getNewNonce, getNotices, setAction, setContextId, setNonce, storeMethod, storeNonces
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConfigTunnelsHandler

public ConfigTunnelsHandler()
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 class FormHandler

setShouldsave

public void setShouldsave(String moo)

setSettings

public void setSettings(Map settings)
Description copied from class: FormHandler
For many forms, it's easiest just to put all the parameters here.

Overrides:
setSettings in class FormHandler