net.i2p.router.web
Class HomeHelper
java.lang.Object
net.i2p.router.web.HelperBase
net.i2p.router.web.HomeHelper
public class HomeHelper
- extends HelperBase
For /home and /confighome
- Since:
- 0.9
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PROP_SERVICES
static final String PROP_SERVICES
- See Also:
- Constant Field Values
PROP_FAVORITES
static final String PROP_FAVORITES
- See Also:
- Constant Field Values
PROP_OLDHOME
static final String PROP_OLDHOME
- See Also:
- Constant Field Values
DEFAULT_SERVICES
static final String DEFAULT_SERVICES
DEFAULT_FAVORITES
static final String DEFAULT_FAVORITES
HomeHelper
public HomeHelper()
shouldShowWelcome
public boolean shouldShowWelcome()
shouldShowSearch
public boolean shouldShowSearch()
getServices
public String getServices()
getFavorites
public String getFavorites()
getConfigServices
public String getConfigServices()
getConfigFavorites
public String getConfigFavorites()
getConfigSearch
public String getConfigSearch()
getConfigHome
public String getConfigHome()
getProxyStatus
public String getProxyStatus()
buildApps
static Collection<HomeHelper.App> buildApps(RouterContext ctx,
String config)
buildSearchApps
static Collection<HomeHelper.App> buildSearchApps(String config)
saveApps
static void saveApps(RouterContext ctx,
String prop,
Collection<HomeHelper.App> apps,
boolean full)