net.i2p.router.web
Class ConfigStatsHandler

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

public class ConfigStatsHandler
extends FormHandler

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


Field Summary
 
Fields inherited from class net.i2p.router.web.FormHandler
_action, _context, _log, _passphrase
 
Constructor Summary
ConfigStatsHandler()
           
 
Method Summary
protected  void processForm()
          Override this to perform the final processing (in turn, adding formNotice and formError messages, etc)
 void setExplicitFilter(java.lang.String foo)
           
 void setExplicitFilterValue(java.lang.String filter)
           
 void setFilename(java.lang.String filename)
           
 void setStatList(java.lang.String[] stats)
           
 
Methods inherited from class net.i2p.router.web.FormHandler
addFormError, addFormNotice, getErrors, getNotices, setAction, setContextId, setNonce, setPassphrase
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConfigStatsHandler

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

setFilename

public void setFilename(java.lang.String filename)

setStatList

public void setStatList(java.lang.String[] stats)

setExplicitFilter

public void setExplicitFilter(java.lang.String foo)

setExplicitFilterValue

public void setExplicitFilterValue(java.lang.String filter)