Package net.i2p.router.web.helpers
Class ConfigRestartBean
- java.lang.Object
- 
- net.i2p.router.web.helpers.ConfigRestartBean
 
- 
 public class ConfigRestartBean extends Object simple helper to control restarts/shutdowns in the left hand nav
- 
- 
Constructor SummaryConstructors Constructor Description ConfigRestartBean()
 - 
Method SummaryAll Methods Static Methods Concrete Methods Modifier and Type Method Description static StringgetNonce()formerly System.getProperty("console.nonce")static longgetRestartTimeRemaining()this is for summaryframe.jspstatic StringrenderStatus(String urlBase, String action, String nonce)this also initiates the restart/shutdown based on action
 
- 
- 
- 
Method Detail- 
getNoncepublic static String getNonce() formerly System.getProperty("console.nonce")
 - 
renderStatuspublic static String renderStatus(String urlBase, String action, String nonce) this also initiates the restart/shutdown based on action
 - 
getRestartTimeRemainingpublic static long getRestartTimeRemaining() this is for summaryframe.jsp
 
- 
 
-