public class EventLogHelper extends FormHandler
_action, _context, _log, _method, _out, _requestWrapper, _settings
Constructor and Description |
---|
EventLogHelper() |
Modifier and Type | Method and Description |
---|---|
String |
getEvents() |
String |
getForm() |
protected void |
processForm()
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.
|
void |
setContextId(String contextId)
set the defaults after we have a context
|
void |
setFrom(String s) |
void |
setMax(String s) |
void |
setReverse(String s) |
void |
setType(String s) |
_t, _t, _t, _x, addFormError, addFormErrorNoEscape, addFormNotice, addFormNoticeNoEscape, getAllMessages, getErrors, getJettyString, getNewNonce, getNotices, isAdvanced, setAction, setNonce, setRequestWrapper, setSettings, storeMethod, storeNonces, storeWriter
protected void processForm()
FormHandler
processForm
in class FormHandler
public void setContextId(String contextId)
setContextId
in class FormHandler
contextId
- beginning few characters of the routerHash, or null to pick
the first one we come across.public void setFrom(String s)
public void setMax(String s)
public void setReverse(String s)
public void setType(String s)
public String getForm()
public String getEvents()