net.i2p.router.web
public class GraphHelper extends FormHandler
Modifier and Type | Field and Description |
---|---|
protected Writer |
_out |
static int |
DEFAULT_X |
static int |
DEFAULT_Y |
(package private) static int |
MAX_X |
(package private) static int |
MAX_Y |
_action, _context, _log, _method, _passphrase
Constructor and Description |
---|
GraphHelper() |
Modifier and Type | Method and Description |
---|---|
String |
getAllMessages()
We have to do this here because processForm() isn't called unless the nonces are good
|
String |
getForm() |
String |
getImages() |
String |
getRefreshMeta()
This must be output in the jsp since must be in the
|
protected void |
processForm()
This was a HelperBase but now it's a FormHandler
|
void |
setContextId(String contextId)
set the defaults after we have a context
|
void |
setHeight(String str) |
void |
setPeriodCount(String str) |
void |
setPersistent(String foo) |
void |
setRefreshDelay(String str) |
void |
setShowEvents(boolean b) |
void |
setWidth(String str) |
void |
storeWriter(Writer out)
This was a HelperBase but now it's a FormHandler
|
_, _, _, addFormError, addFormNotice, getErrors, getNewNonce, getNotices, setAction, setNonce, setPassphrase, storeMethod
protected Writer _out
public static final int DEFAULT_X
public static final int DEFAULT_Y
static final int MAX_X
static final int MAX_Y
public void setContextId(String contextId)
setContextId
in class FormHandler
contextId
- beginning few characters of the routerHash, or null to pick
the first one we come across.public String getRefreshMeta()
public void storeWriter(Writer out)
public void setPeriodCount(String str)
public void setShowEvents(boolean b)
public void setHeight(String str)
public void setWidth(String str)
public void setRefreshDelay(String str)
public void setPersistent(String foo)
public String getImages()
public String getForm()
public String getAllMessages()
getAllMessages
in class FormHandler
protected void processForm()
processForm
in class FormHandler