public class ConfigReseedHandler extends FormHandler
FormHandler.Message_action, _context, _log, _method, _out, _requestWrapper, _session, _settings| Constructor and Description |
|---|
ConfigReseedHandler()Construct a new ConfigReseedHandler. |
| Modifier and Type | Method and Description |
|---|---|
String | ngettext(String s,
String p,
int n)Translate a message with plural forms. |
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. |
_t, _t, _t, _x, addFormError, addFormError, addFormErrorNoEscape, addFormErrorNoEscape, addFormNotice, addFormNotice, addFormNoticeNoEscape, addFormNoticeNoEscape, getAllMessages, getErrors, getJettyString, getNotices, isAdvanced, setAction, setContextId, setNonce, setRequestWrapper, setSettings, storeMethod, storeSession, storeWriterpublic ConfigReseedHandler()
public String ngettext(String s, String p, int n)
s - the singular formp - the plural formn - the count for plural selectionprotected void processForm()
FormHandlerprocessForm in class FormHandler