Package net.i2p.router.web.helpers
Class ConfigAdvancedHelper
- java.lang.Object
-
- net.i2p.router.web.HelperBase
-
- net.i2p.router.web.helpers.ConfigAdvancedHelper
-
public class ConfigAdvancedHelper extends HelperBase
-
-
Field Summary
Fields Modifier and Type Field Description (package private) static String
PROP_FLOODFILL_PARTICIPANT
-
Fields inherited from class net.i2p.router.web.HelperBase
_context, _out, CHECKED, PROP_ADVANCED, SELECTED
-
-
Constructor Summary
Constructors Constructor Description ConfigAdvancedHelper()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getConfigFileName()
String
getFFChecked(int mode)
String
getSettings()
boolean
isFloodfill()
-
Methods inherited from class net.i2p.router.web.HelperBase
_t, _t, _t, _x, getChecked, isAdvanced, ngettext, setContextId, storeWriter
-
-
-
-
Field Detail
-
PROP_FLOODFILL_PARTICIPANT
static final String PROP_FLOODFILL_PARTICIPANT
- See Also:
- Constant Field Values
-
-