Package net.i2p.router.web.helpers
Class ConfigClientsHelper
java.lang.Object
net.i2p.router.web.HelperBase
net.i2p.router.web.helpers.ConfigClientsHelper
-
Field Summary
Modifier and TypeFieldDescriptionstatic final String
from ClientListenerRunnerstatic final String
from ClientMessageEventListenerstatic final String
from ClientManagerstatic final String
static final String
static final String
Fields inherited from class net.i2p.router.web.HelperBase
_context, _out, CHECKED, PROP_ADVANCED, SELECTED
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetAuth()
getForm1()
clientsgetForm2()
webappsgetForm3()
pluginsgetPort()
i2cpModeChecked
(int mode) String[]
boolean
boolean
isIFSelected
(String addr) boolean
boolean
void
boolean
static String
stripHTML
(Properties props, String key) Like in DataHelper but doesn't convert null to "" There's a lot worse things a plugin could do but...Methods inherited from class net.i2p.router.web.HelperBase
_t, _t, _t, _x, getChecked, isAdvanced, ngettext, setContextId, storeWriter
-
Field Details
-
BIND_ALL_INTERFACES
from ClientListenerRunner- See Also:
-
PROP_DISABLE_EXTERNAL
from ClientManager- See Also:
-
PROP_ENABLE_SSL
- See Also:
-
PROP_AUTH
from ClientMessageEventListener- See Also:
-
PROP_ENABLE_CLIENT_CHANGE
- See Also:
-
PROP_ENABLE_PLUGIN_INSTALL
- See Also:
-
-
Constructor Details
-
ConfigClientsHelper
public ConfigClientsHelper()
-
-
Method Details
-
isClientChangeEnabled
public boolean isClientChangeEnabled()- Since:
- 0.9.14.1
-
isPluginInstallEnabled
public boolean isPluginInstallEnabled()- Since:
- 0.9.14.1
-
isPluginUpdateEnabled
public boolean isPluginUpdateEnabled()- Since:
- 0.9.15
-
getPort
- Since:
- 0.8.3
-
i2cpModeChecked
- Since:
- 0.8.3
-
getAuth
- Since:
- 0.8.3
-
intfcAddresses
- Since:
- 0.8.3
-
isIFSelected
- Since:
- 0.8.3
-
setEdit
-
getForm1
clients -
getForm2
webapps -
showPlugins
public boolean showPlugins() -
getForm3
plugins -
stripHTML
Like in DataHelper but doesn't convert null to "" There's a lot worse things a plugin could do but...
-