public class ConfigServiceHandler extends FormHandler
_action, _context, _log, _method, _requestWrapper, _settings| コンストラクタ | 説明 |
|---|---|
ConfigServiceHandler() |
| 修飾子とタイプ | メソッド | 説明 |
|---|---|---|
java.lang.String |
getConsoleURL() |
|
boolean |
isSystrayEnabled() |
Is the systray enabled?
|
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 (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.
|
boolean |
shouldShowCancelGraceful() |
Should we show the cancel button?
|
boolean |
shouldShowSystray() |
Should we show the systray controls?
|
static void |
unregisterSignalHandler() |
Unregister the handler for signals
|
static java.io.File |
wrapperLogFile(I2PAppContext ctx) |
Does not necessarily exist.
|
_t, _t, _t, _x, addFormError, addFormErrorNoEscape, addFormNotice, addFormNoticeNoEscape, getAllMessages, getErrors, getJettyString, getNewNonce, getNotices, isAdvanced, setAction, setContextId, setNonce, setRequestWrapper, setSettings, storeMethod, storeNoncespublic static void registerWrapperNotifier(RouterContext ctx, int code, boolean rekey)
static void registerSignalHandler(RouterContext ctx)
public static void unregisterSignalHandler()
public boolean shouldShowCancelGraceful()
public boolean shouldShowSystray()
public boolean isSystrayEnabled()
public java.lang.String getConsoleURL()
protected void processForm()
FormHandlerprocessForm クラス内 FormHandlerpublic static java.io.File wrapperLogFile(I2PAppContext ctx)