net.i2p.i2ptunnel
Class WebStatusPageHelper

java.lang.Object
  extended bynet.i2p.i2ptunnel.WebStatusPageHelper

public class WebStatusPageHelper
extends java.lang.Object

Ugly hack to let the web interface access the list of known tunnels and control their operation. Any data submitted by setting properties are acted upon by calling getActionResults() (which returns any messages generated). In addition, the getSummaryList() generates the html for summarizing all of the tunnels known, including both their status and the links to edit, stop, or start them.


Constructor Summary
WebStatusPageHelper()
           
 
Method Summary
 java.lang.String getActionResults()
           
 java.lang.String getSummaryList()
           
 void setAction(java.lang.String action)
           
 void setNonce(long nonce)
           
 void setNonce(java.lang.String nonce)
           
 void setNum(java.lang.String num)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WebStatusPageHelper

public WebStatusPageHelper()
Method Detail

setAction

public void setAction(java.lang.String action)

setNum

public void setNum(java.lang.String num)

setNonce

public void setNonce(long nonce)

setNonce

public void setNonce(java.lang.String nonce)

getActionResults

public java.lang.String getActionResults()

getSummaryList

public java.lang.String getSummaryList()