Uses of Class
net.i2p.router.web.App
-
Packages that use App Package Description net.i2p.router.web The router console user interface, implemented in routerconsole.jar, with these classes supporting the webapp in routerconsole.war.net.i2p.router.web.helpers Helpers and handlers for the router console user interface, with these classes supporting the webapp in routerconsole.war. -
-
Uses of App in net.i2p.router.web
Methods in net.i2p.router.web that return types with arguments of type App Modifier and Type Method Description static List<App>
NavHelper. getClientApps(I2PAppContext ctx)
For HomeHelper. -
Uses of App in net.i2p.router.web.helpers
Methods in net.i2p.router.web.helpers that return types with arguments of type App Modifier and Type Method Description (package private) static Collection<App>
HomeHelper. buildApps(RouterContext ctx, String config)
(package private) static Collection<App>
HomeHelper. buildSearchApps(String config)
Method parameters in net.i2p.router.web.helpers with type arguments of type App Modifier and Type Method Description (package private) static void
HomeHelper. saveApps(RouterContext ctx, String prop, Collection<App> apps, boolean full)
-