Package net.i2p.router.web.helpers
Class EventLogHelper
- java.lang.Object
-
- net.i2p.router.web.FormHandler
-
- net.i2p.router.web.helpers.EventLogHelper
-
public class EventLogHelper extends FormHandler
/events.jsp
-
-
Field Summary
Fields Modifier and Type Field Description protected Writer_out-
Fields inherited from class net.i2p.router.web.FormHandler
_action, _context, _log, _method, _requestWrapper, _settings
-
-
Constructor Summary
Constructors Constructor Description EventLogHelper()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetEvents()StringgetForm()voidsetContextId(String contextId)set the defaults after we have a contextvoidsetFrom(String s)voidsetType(String s)voidstoreWriter(Writer out)-
Methods inherited from class net.i2p.router.web.FormHandler
_t, _t, _t, _x, addFormError, addFormErrorNoEscape, addFormNotice, addFormNoticeNoEscape, getAllMessages, getErrors, getJettyString, getNewNonce, getNotices, isAdvanced, processForm, setAction, setNonce, setRequestWrapper, setSettings, storeMethod, storeNonces
-
-
-
-
Field Detail
-
_out
protected Writer _out
-
-
Method Detail
-
setContextId
public void setContextId(String contextId)
set the defaults after we have a context- Overrides:
setContextIdin classFormHandler- Parameters:
contextId- beginning few characters of the routerHash, or null to pick the first one we come across.
-
storeWriter
public void storeWriter(Writer out)
-
setFrom
public void setFrom(String s)
-
setType
public void setType(String s)
-
getForm
public String getForm()
-
getEvents
public String getEvents()
-
-