net.i2p.router.web
Class ConfigServiceHandler

java.lang.Object
  extended bynet.i2p.router.web.FormHandler
      extended bynet.i2p.router.web.ConfigServiceHandler

public class ConfigServiceHandler
extends FormHandler

Handler to deal with form submissions from the service config form and act upon the values.


Field Summary
 
Fields inherited from class net.i2p.router.web.FormHandler
_action, _context
 
Constructor Summary
ConfigServiceHandler()
           
 
Method Summary
 void ConfigNetHandler()
           
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
addFormError, addFormNotice, getErrors, getNotices, setAction, setContextId, setNonce
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConfigServiceHandler

public ConfigServiceHandler()
Method Detail

ConfigNetHandler

public void ConfigNetHandler()

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