net.i2p.i2ptunnel
Class WebStatusPageHelper
java.lang.Object
net.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.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
WebStatusPageHelper
public WebStatusPageHelper()
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()