net.i2p.router.web
Class NavHelper
java.lang.Object
net.i2p.router.web.NavHelper
public class NavHelper
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NavHelper
public NavHelper()
registerApp
public static void registerApp(String name,
String path)
- To register a new client application so that it shows up on the router
console's nav bar, it should be registered with this singleton.
- Parameters:
name
- pretty name the app will be called in the linkpath
- full path pointing to the application's root
(e.g. /i2ptunnel/index.jsp)
registerApp
public static void registerApp(String name,
String path,
String tooltip)
unregisterApp
public static void unregisterApp(String name)
getClientAppLinks
public static String getClientAppLinks(I2PAppContext ctx)
- Translated string is loaded by PluginStarter
- Parameters:
ctx
- unused
getClientApps
static List<HomeHelper.App> getClientApps(I2PAppContext ctx)
- For HomeHelper
- Parameters:
ctx
- unused
- Returns:
- non-null, possibly empty
- Since:
- 0.9