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
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
-
Constructor Details
-
ProfilesHelper
public ProfilesHelper()
-
-
Method Details
-
setFull
-
allowGraphical
public void allowGraphical()call for non-text-mode browsers- Since:
- 0.9.1
-
getSummary
- Returns:
- empty string, writes directly to _out
- Since:
- 0.9.1
-
getProfileSummary
- Returns:
- empty string, writes directly to _out
-
getBanlistSummary
- Returns:
- empty string, writes directly to _out
-