Package net.i2p.router.web.helpers
Class HomeHelper
java.lang.Object
net.i2p.router.web.HelperBase
net.i2p.router.web.helpers.HomeHelper
For /home and /confighome
- Since:
- 0.9
-
Field Summary
Modifier and TypeFieldDescription(package private) static final String
(package private) static final String
(package private) static final String
(package private) static final String
(package private) static final String
(package private) static final String
(package private) static final String
(package private) static final String
(package private) static final String
Fields inherited from class net.i2p.router.web.HelperBase
_context, _out, CHECKED, PROP_ADVANCED, SELECTED
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescription(package private) static Collection<App>
buildApps
(RouterContext ctx, String config) (package private) static Collection<App>
buildSearchApps
(String config) (package private) static void
saveApps
(RouterContext ctx, String prop, Collection<App> apps, boolean full) boolean
boolean
Methods inherited from class net.i2p.router.web.HelperBase
_t, _t, _t, _x, getChecked, isAdvanced, ngettext, setContextId, storeWriter
-
Field Details
-
PROP_SERVICES
- See Also:
-
PROP_FAVORITES
- See Also:
-
PROP_CONFIG
- See Also:
-
PROP_MONITORING
- See Also:
-
PROP_OLDHOME
- See Also:
-
DEFAULT_SERVICES
-
DEFAULT_CONFIG
- Since:
- 0.9.44
-
DEFAULT_FAVORITES
-
DEFAULT_MONITORING
- Since:
- 0.9.44
-
-
Constructor Details
-
HomeHelper
public HomeHelper()
-
-
Method Details
-
shouldShowWelcome
public boolean shouldShowWelcome() -
shouldShowSearch
public boolean shouldShowSearch() -
getServices
-
getPlugins
- Since:
- 0.9.47
-
getConfig
- Since:
- 0.9.44
-
getMonitoring
- Since:
- 0.9.44
-
getFavorites
-
getConfigServices
-
getConfigPlugins
- Since:
- 0.9.47
-
getConfigConfig
- Since:
- 0.9.44
-
getConfigMonitoring
- Since:
- 0.9.44
-
getConfigFavorites
-
getConfigSearch
-
getConfigHome
-
getProxyStatus
-
buildApps
-
buildSearchApps
-
saveApps
-