net.i2p.router.web
Class ConfigKeyringHandler
java.lang.Object
net.i2p.router.web.FormHandler
net.i2p.router.web.ConfigKeyringHandler
public class ConfigKeyringHandler
- extends FormHandler
Support additions via B64 Destkey, B64 Desthash, blahblah.i2p, and others supported by ConvertToHash
Method Summary |
protected void |
processForm()
Override this to perform the final processing (in turn, adding formNotice
and formError messages, etc) |
void |
setKey(String peer)
|
void |
setPeer(String peer)
|
Methods inherited from class net.i2p.router.web.FormHandler |
_, _, _, _x, addFormError, addFormErrorNoEscape, addFormNotice, addFormNoticeNoEscape, getAllMessages, getErrors, getJettyString, getNewNonce, getNotices, isAdvanced, setAction, setContextId, setNonce, setRequestWrapper, setSettings, storeMethod, storeNonces |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ConfigKeyringHandler
public ConfigKeyringHandler()
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
setPeer
public void setPeer(String peer)
setKey
public void setKey(String peer)