Class HomeHelper

java.lang.Object
net.i2p.router.web.HelperBase
net.i2p.router.web.helpers.HomeHelper

public class HomeHelper extends HelperBase
For /home and /confighome
Since:
0.9
  • Field Details

  • Constructor Details

    • HomeHelper

      public HomeHelper()
  • Method Details

    • shouldShowWelcome

      public boolean shouldShowWelcome()
    • shouldShowSearch

      public boolean shouldShowSearch()
    • getServices

      public String getServices()
    • getPlugins

      public String getPlugins()
      Since:
      0.9.47
    • getConfig

      public String getConfig()
      Since:
      0.9.44
    • getMonitoring

      public String getMonitoring()
      Since:
      0.9.44
    • getFavorites

      public String getFavorites()
    • getConfigServices

      public String getConfigServices()
    • getConfigPlugins

      public String getConfigPlugins()
      Since:
      0.9.47
    • getConfigConfig

      public String getConfigConfig()
      Since:
      0.9.44
    • getConfigMonitoring

      public String getConfigMonitoring()
      Since:
      0.9.44
    • getConfigFavorites

      public String getConfigFavorites()
    • getConfigSearch

      public String getConfigSearch()
    • getConfigHome

      public String getConfigHome()
    • getProxyStatus

      public String getProxyStatus()
    • buildApps

      static Collection<App> buildApps(RouterContext ctx, String config)
    • buildSearchApps

      static Collection<App> buildSearchApps(String config)
    • saveApps

      static void saveApps(RouterContext ctx, String prop, Collection<App> apps, boolean full)