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, _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() |
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 |
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, storeNonces
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 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 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