public class GraphHelper extends FormHandler
_action, _context, _log, _method, _out, _requestWrapper, _settings
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() |
int |
getRefresh() |
String |
getRefreshMeta()
This must be output in the jsp since *lt;meta> must be in the <head>
|
String |
getSingleStat()
For single stat page;
stat = "bw.combined" treated specially
|
protected void |
processForm()
This was a HelperBase but now it's a FormHandler
|
void |
setC(String str) |
void |
setContextId(String contextId)
set the defaults after we have a context
|
void |
setE(String str) |
void |
setH(String str) |
void |
setHeight(String str) |
void |
setHideLegend(String foo) |
void |
setPeriodCount(String str) |
void |
setPersistent(String foo) |
void |
setRefreshDelay(String str) |
void |
setShowEvents(String b) |
void |
setStat(String stat)
For single stat page
|
void |
setUtc(String foo) |
void |
setW(String str) |
void |
setWidth(String str) |
_t, _t, _t, _x, addFormError, addFormErrorNoEscape, addFormNotice, addFormNoticeNoEscape, getErrors, getJettyString, getNewNonce, getNotices, isAdvanced, setAction, setNonce, setRequestWrapper, setSettings, storeMethod, storeNonces, storeWriter
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 int getRefresh()
public void setPeriodCount(String str)
public void setE(String str)
public void setC(String str)
public void setShowEvents(String b)
public void setHeight(String str)
public void setH(String str)
public void setWidth(String str)
public void setW(String str)
public void setRefreshDelay(String str)
public void setPersistent(String foo)
public void setHideLegend(String foo)
public void setUtc(String foo)
public void setStat(String stat)
public String getImages()
public String getSingleStat()
public String getForm()
public String getAllMessages()
getAllMessages
in class FormHandler
protected void processForm()
processForm
in class FormHandler