net.i2p.router.web
Class ProfilesHelper

java.lang.Object
  extended by net.i2p.router.web.HelperBase
      extended by net.i2p.router.web.ProfilesHelper

public class ProfilesHelper
extends HelperBase


Field Summary
 
Fields inherited from class net.i2p.router.web.HelperBase
_context, _out, PROP_ADVANCED
 
Constructor Summary
ProfilesHelper()
           
 
Method Summary
 void allowGraphical()
          call for non-text-mode browsers
 String getBanlistSummary()
           
 String getProfileSummary()
           
 String getSummary()
           
 void setFull(String f)
           
 
Methods inherited from class net.i2p.router.web.HelperBase
_, _, _, _x, isAdvanced, ngettext, setContextId, storeWriter
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ProfilesHelper

public ProfilesHelper()
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