net.i2p.router.web
Class ConfigUpdateHelper

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

public class ConfigUpdateHelper
extends HelperBase


Field Summary
 
Fields inherited from class net.i2p.router.web.HelperBase
_context, _out
 
Constructor Summary
ConfigUpdateHelper()
           
 
Method Summary
 java.lang.String getNewsStatus()
           
 java.lang.String getNewsURL()
           
static java.lang.String getNewsURL(I2PAppContext ctx)
          hack to replace the old news location with the new one, even if they have saved the update page at some point
 java.lang.String getProxyHost()
           
 java.lang.String getProxyPort()
           
 java.lang.String getRefreshFrequencySelectBox()
           
 java.lang.String getTrustedKeys()
           
 java.lang.String getUpdatePolicySelectBox()
           
 java.lang.String getUpdateThroughProxy()
           
 java.lang.String getUpdateUnsigned()
           
 java.lang.String getUpdateURL()
           
 java.lang.String getZipURL()
           
 boolean updateAvailable()
           
 
Methods inherited from class net.i2p.router.web.HelperBase
_, _, _x, setContextId, setWriter
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConfigUpdateHelper

public ConfigUpdateHelper()
Method Detail

updateAvailable

public boolean updateAvailable()

getNewsURL

public java.lang.String getNewsURL()

getNewsURL

public static java.lang.String getNewsURL(I2PAppContext ctx)
hack to replace the old news location with the new one, even if they have saved the update page at some point


getUpdateURL

public java.lang.String getUpdateURL()

getProxyHost

public java.lang.String getProxyHost()

getProxyPort

public java.lang.String getProxyPort()

getUpdateThroughProxy

public java.lang.String getUpdateThroughProxy()

getUpdateUnsigned

public java.lang.String getUpdateUnsigned()

getRefreshFrequencySelectBox

public java.lang.String getRefreshFrequencySelectBox()

getUpdatePolicySelectBox

public java.lang.String getUpdatePolicySelectBox()

getTrustedKeys

public java.lang.String getTrustedKeys()

getZipURL

public java.lang.String getZipURL()

getNewsStatus

public java.lang.String getNewsStatus()