public class ConfigServiceHandler extends FormHandler
Constructor and Description |
---|
ConfigServiceHandler() |
Modifier and Type | Method and Description |
---|---|
protected void |
processForm()
Override this to perform the final processing (in turn, adding formNotice
and formError messages, etc)
|
(package private) static void |
registerSignalHandler(RouterContext ctx)
Register a handler for signals,
so we can handle HUP from the wrapper (non-Windows only, wrapper 3.2.0 or higher)
|
static void |
registerWrapperNotifier(RouterContext ctx,
int code,
boolean rekey)
Register two shutdown hooks, one to rekey and/or tell the wrapper we are stopping,
and a final one to tell the wrapper we are stopped.
|
static void |
unregisterSignalHandler()
Unregister the handler for signals
|
_, _, _, _x, addFormError, addFormNotice, addFormNoticeNoEscape, getAllMessages, getErrors, getJettyString, getNewNonce, getNotices, isAdvanced, setAction, setContextId, setNonce, setSettings, storeMethod, storeNonces
public static void registerWrapperNotifier(RouterContext ctx, int code, boolean rekey)
static void registerSignalHandler(RouterContext ctx)
public static void unregisterSignalHandler()
protected void processForm()
FormHandler
processForm
in class FormHandler