Package net.i2p.router.web.helpers
Class ConfigNavHelper
- java.lang.Object
-
- net.i2p.router.web.HelperBase
-
- net.i2p.router.web.helpers.ConfigNavHelper
-
public class ConfigNavHelper extends HelperBase
Render the configuration menu at the top of all the config pages. refactored from confignav.jsp to reduce size and make translation easier- Author:
- zzz
-
-
Field Summary
-
Fields inherited from class net.i2p.router.web.HelperBase
_context, _out, CHECKED, PROP_ADVANCED, SELECTED
-
-
Constructor Summary
Constructors Constructor Description ConfigNavHelper()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
renderNavBar(String requestURI, boolean graphical)
-
Methods inherited from class net.i2p.router.web.HelperBase
_t, _t, _t, _x, getChecked, isAdvanced, ngettext, setContextId, storeWriter
-
-
-
-
Method Detail
-
renderNavBar
public void renderNavBar(String requestURI, boolean graphical) throws IOException
- Parameters:
graphical
- false for text-mode browsers- Throws:
IOException
-
-