public class GraphHelper extends FormHandler
| Modifier and Type | Field | Description |
|---|---|---|
protected Writer |
_out |
_action, _context, _log, _method, _requestWrapper, _settings| Constructor | Description |
|---|---|
GraphHelper() |
| Modifier and Type | Method | 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 *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 |
setW(String str) |
|
void |
setWidth(String str) |
|
void |
storeWriter(Writer out) |
This was a HelperBase but now it's a FormHandler
|
_t, _t, _t, _x, addFormError, addFormErrorNoEscape, addFormNotice, addFormNoticeNoEscape, getErrors, getJettyString, getNewNonce, getNotices, isAdvanced, setAction, setNonce, setRequestWrapper, setSettings, storeMethod, storeNoncesprotected Writer _out
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 String getRefreshMeta()
public void storeWriter(Writer out)
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 setStat(String stat)
public String getImages()
public String getSingleStat()
public String getForm()
public String getAllMessages()
getAllMessages in class FormHandlerprotected void processForm()
processForm in class FormHandler