net.i2p.router.web
Class ConfigSummaryHandler

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

public class ConfigSummaryHandler
extends FormHandler

Simple summary bar configuration.

Since:
0.9.1

Field Summary
 
Fields inherited from class net.i2p.router.web.FormHandler
_action, _context, _log, _method, _passphrase
 
Constructor Summary
ConfigSummaryHandler()
           
 
Method Summary
protected  void processForm()
          Override this to perform the final processing (in turn, adding formNotice and formError messages, etc)
 void setMovingAction()
           
 void setSettings(Map settings)
           
 
Methods inherited from class net.i2p.router.web.FormHandler
_, _, _, addFormError, addFormNotice, getAllMessages, getErrors, getNewNonce, getNotices, setAction, setContextId, setNonce, setPassphrase, storeMethod
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConfigSummaryHandler

public ConfigSummaryHandler()
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

setSettings

public void setSettings(Map settings)

setMovingAction

public void setMovingAction()