Uses of Class
net.i2p.router.web.FormHandler
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 FormHandler in net.i2p.router.web
Subclasses of FormHandler in net.i2p.router.web Modifier and Type Class Description class
ConfigServiceHandler
Handler to deal with form submissions from the service config form and act upon the values.class
ConfigUpdateHandler
-
Uses of FormHandler in net.i2p.router.web.helpers
Subclasses of FormHandler in net.i2p.router.web.helpers Modifier and Type Class Description class
ConfigAdvancedHandler
Handler to deal with form submissions from the advanced config form and act upon the values.class
ConfigClientsHandler
Saves changes to clients.config or webapps.configclass
ConfigFamilyHandler
class
ConfigHomeHandler
Simple home page configuration.class
ConfigKeyringHandler
Support additions via B64 Destkey, B64 Desthash, blahblah.i2p, and others supported by ConvertToHashclass
ConfigLoggingHandler
Handler to deal with form submissions from the logging config form and act upon the values.class
ConfigNetHandler
Handler to deal with form submissions from the main config form and act upon the values.class
ConfigPeerHandler
class
ConfigReseedHandler
class
ConfigStatsHandler
Handler to deal with form submissions from the stats config form and act upon the values.class
ConfigSummaryHandler
Simple sidebar configuration.class
ConfigTunnelsHandler
Handler to deal with form submissions from the tunnel config form and act upon the values.class
ConfigUIHandler
set the themeclass
EventLogHelper
/events.jspclass
GraphHelper
/graphs.jsp, including form, and /graph.jspclass
NetDbHelper
/netdb A FormHandler since 0.9.38.class
WizardHandler
The new user wizard.