|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.i2p.router.web.HelperBase
net.i2p.router.web.ConfigClientsHelper
public class ConfigClientsHelper
Field Summary | |
---|---|
static String |
BIND_ALL_INTERFACES
from ClientListenerRunner |
static String |
PROP_AUTH
from ClientMessageEventListener |
static String |
PROP_DISABLE_EXTERNAL
from ClientManager |
static 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, PROP_ADVANCED |
Constructor Summary | |
---|---|
ConfigClientsHelper()
|
Method Summary | |
---|---|
String |
getAuth()
|
String |
getForm1()
clients |
String |
getForm2()
webapps |
String |
getForm3()
plugins |
String |
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, isAdvanced, ngettext, setContextId, storeWriter |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final String BIND_ALL_INTERFACES
public static final String PROP_DISABLE_EXTERNAL
public static final String PROP_ENABLE_SSL
public static final String PROP_AUTH
public static final String PROP_ENABLE_CLIENT_CHANGE
public static final String PROP_ENABLE_PLUGIN_INSTALL
Constructor Detail |
---|
public ConfigClientsHelper()
Method Detail |
---|
public boolean isClientChangeEnabled()
public boolean isPluginInstallEnabled()
public boolean isPluginUpdateEnabled()
public String getPort()
public String i2cpModeChecked(int mode)
public String getAuth()
public String[] intfcAddresses()
public boolean isIFSelected(String addr)
public void setEdit(String edit)
public String getForm1()
public String getForm2()
public boolean showPlugins()
public String getForm3()
public static String stripHTML(Properties props, String key)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |