Package net.i2p.router.web.helpers
Class ConfigClientsHelper
java.lang.Object
net.i2p.router.web.HelperBase
net.i2p.router.web.helpers.ConfigClientsHelper
public class ConfigClientsHelper extends HelperBase
-
Field Summary
Fields Modifier and Type Field Description static String
BIND_ALL_INTERFACES
from ClientListenerRunnerstatic String
PROP_AUTH
from ClientMessageEventListenerstatic String
PROP_DISABLE_EXTERNAL
from ClientManagerstatic String
PROP_ENABLE_CLIENT_CHANGE
static String
PROP_ENABLE_PLUGIN_INSTALL
static String
PROP_ENABLE_SSL
Fields inherited from class net.i2p.router.web.HelperBase
_context, _out, CHECKED, PROP_ADVANCED, SELECTED
-
Constructor Summary
Constructors Constructor Description ConfigClientsHelper()
-
Method Summary
Modifier and Type Method Description String
getAuth()
String
getForm1()
clientsString
getForm2()
webappsString
getForm3()
pluginsString
getPort()
String
i2cpModeChecked(int mode)
String[]
intfcAddresses()
boolean
isClientChangeEnabled()
boolean
isIFSelected(String addr)
boolean
isPluginInstallEnabled()
boolean
isPluginUpdateEnabled()
void
setEdit(String edit)
boolean
showPlugins()
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:
- Constant Field Values
-
PROP_DISABLE_EXTERNAL
from ClientManager- See Also:
- Constant Field Values
-
PROP_ENABLE_SSL
- See Also:
- Constant Field Values
-
PROP_AUTH
from ClientMessageEventListener- See Also:
- Constant Field Values
-
PROP_ENABLE_CLIENT_CHANGE
- See Also:
- Constant Field Values
-
PROP_ENABLE_PLUGIN_INSTALL
- See Also:
- Constant Field Values
-
-
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...
-