Package net.i2p.router.web.helpers
Class ConfigStatsHandler
- java.lang.Object
-
- net.i2p.router.web.FormHandler
-
- net.i2p.router.web.helpers.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, _method, _out, _requestWrapper, _settings
-
-
Constructor Summary
Constructors Constructor Description ConfigStatsHandler()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidprocessForm()Implement this to perform the final processing (in turn, adding formNotice and formError messages, etc) Will only be called if _action is non-null and the nonce is valid.voidsetExplicitFilter(String foo)voidsetExplicitFilterValue(String filter)voidsetFilename(String filename)voidsetGraphList(String[] stats)voidsetIsFull(String foo)voidsetStatList(String[] stats)-
Methods inherited from class net.i2p.router.web.FormHandler
_t, _t, _t, _x, addFormError, addFormErrorNoEscape, addFormNotice, addFormNoticeNoEscape, getAllMessages, getErrors, getJettyString, getNewNonce, getNotices, isAdvanced, setAction, setContextId, setNonce, setRequestWrapper, setSettings, storeMethod, storeNonces, storeWriter
-
-
-
-
Method Detail
-
processForm
protected void processForm()
Description copied from class:FormHandlerImplement this to perform the final processing (in turn, adding formNotice and formError messages, etc) Will only be called if _action is non-null and the nonce is valid.- Specified by:
processFormin classFormHandler
-
setFilename
public void setFilename(String filename)
-
setStatList
public void setStatList(String[] stats)
-
setGraphList
public void setGraphList(String[] stats)
-
setExplicitFilter
public void setExplicitFilter(String foo)
-
setExplicitFilterValue
public void setExplicitFilterValue(String filter)
-
setIsFull
public void setIsFull(String foo)
-
-