Package net.i2p.router.web.helpers
Class ProfilesHelper
- java.lang.Object
-
- net.i2p.router.web.HelperBase
-
- net.i2p.router.web.helpers.ProfilesHelper
-
public class ProfilesHelper extends HelperBase
-
-
Field Summary
-
Fields inherited from class net.i2p.router.web.HelperBase
_context, _out, CHECKED, PROP_ADVANCED, SELECTED
-
-
Constructor Summary
Constructors Constructor Description ProfilesHelper()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
allowGraphical()
call for non-text-mode browsersString
getBanlistSummary()
String
getProfileSummary()
String
getSummary()
void
setFull(String f)
-
Methods inherited from class net.i2p.router.web.HelperBase
_t, _t, _t, _x, getChecked, isAdvanced, ngettext, setContextId, storeWriter
-
-
-
-
Method Detail
-
setFull
public void setFull(String f)
-
allowGraphical
public void allowGraphical()
call for non-text-mode browsers- Since:
- 0.9.1
-
getSummary
public String getSummary()
- Returns:
- empty string, writes directly to _out
- Since:
- 0.9.1
-
getProfileSummary
public String getProfileSummary()
- Returns:
- empty string, writes directly to _out
-
getBanlistSummary
public String getBanlistSummary()
- Returns:
- empty string, writes directly to _out
-
-