Class ConfigReseedHandler

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

public class ConfigReseedHandler extends FormHandler
Since:
0.8.3
  • Constructor Details

    • ConfigReseedHandler

      public ConfigReseedHandler()
  • 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
    • ngettext

      public String ngettext(String s, String p, int n)
      translate (ngettext) @since 0.9.19