public class GraphHelper extends FormHandler
FormHandler.Message_action, _context, _log, _method, _out, _requestWrapper, _settings| Constructor and Description |
|---|
GraphHelper() |
| Modifier and Type | Method and Description |
|---|---|
int |
countGraphs() |
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 <meta> must be in the <head>
|
int |
getRefreshValue() |
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 |
setW(String str) |
void |
setWidth(String str) |
_t, _t, _t, _x, addFormError, addFormError, addFormErrorNoEscape, addFormErrorNoEscape, addFormNotice, addFormNotice, addFormNoticeNoEscape, addFormNoticeNoEscape, getErrors, getJettyString, getNewNonce, getNotices, isAdvanced, setAction, setNonce, setRequestWrapper, setSettings, storeMethod, storeNonces, storeWriterpublic int countGraphs()
public String getAllMessages()
getAllMessages in class FormHandlerpublic String getForm()
public String getImages()
public String getRefreshMeta()
public int getRefreshValue()
public String getSingleStat()
protected void processForm()
processForm in class FormHandlerpublic void setC(String str)
public void setContextId(String contextId)
setContextId in class FormHandlercontextId - beginning few characters of the routerHash, or null to pick
the first one we come across.public void setE(String str)
public void setH(String str)
public void setHeight(String str)
public void setHideLegend(String foo)
public void setPeriodCount(String str)
public void setPersistent(String foo)
public void setRefreshDelay(String str)
public void setShowEvents(String b)
public void setStat(String stat)
public void setW(String str)
public void setWidth(String str)