Class ConfigAdvancedHandler

java.lang.Object
net.i2p.router.web.FormHandler
net.i2p.router.web.helpers.ConfigAdvancedHandler

public class ConfigAdvancedHandler extends FormHandler
Handler to deal with form submissions from the advanced config form and act upon the values.
  • Constructor Details

    • ConfigAdvancedHandler

      public ConfigAdvancedHandler()
  • Method Details

    • processForm

      protected void processForm()
      Description copied from class: FormHandler
      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.
      Specified by:
      processForm in class FormHandler
    • setShouldsave

      public void setShouldsave(String moo)
    • setFf

      public void setFf(String ff)
      Since:
      0.9.20
    • setNofilter_config

      public void setNofilter_config(String val)
    • setNofilter_oldConfig

      public void setNofilter_oldConfig(String val)
      Since:
      0.9.33