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 inherited from class net.i2p.router.web.FormHandler
_action, _context, _log, _method, _out, _requestWrapper, _settings -
Constructor Summary
Constructors Constructor Description EventLogHelper() -
Method Summary
Modifier and Type Method Description StringgetEvents()StringgetForm()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.voidsetContextId(String contextId)set the defaults after we have a contextvoidsetFrom(String s)voidsetType(String s)Methods inherited from class net.i2p.router.web.FormHandler
_t, _t, _t, _x, addFormError, addFormErrorNoEscape, addFormNotice, addFormNoticeNoEscape, getAllMessages, getErrors, getJettyString, getNewNonce, getNotices, isAdvanced, setAction, setNonce, setRequestWrapper, setSettings, storeMethod, storeNonces, storeWriter
-
Constructor Details
-
EventLogHelper
public EventLogHelper()
-
-
Method Details
-
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
-
setContextId
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.
-
setFrom
-
setType
-
getForm
-
getEvents
-