|
OpenNMS API 1.1.3 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.opennms.web.graph.GraphUtil
Provides look and feel utilities for the servlets & JSPs presenting graphs.
Field Summary | |
static int |
MAX_RRD_FILENAME_LENGTH
Deprecated. Replaced by RrdFileConstants.MAX_RRD_FILENAME_LENGTH |
static java.io.FilenameFilter |
RRD_FILENAME_FILTER
Deprecated. Replaced by RrdFileConstants.RRD_FILENAME_FILTER |
static java.lang.String |
RRD_SUFFIX
Deprecated. Replaced by RrdFileConstants.RRD_SUFFIX |
Constructor Summary | |
private |
GraphUtil()
Private constructor so this class cannot be instantiated. |
Method Summary | |
static boolean |
isValidRRDName(java.lang.String rrd)
Deprecated. Replaced by RrdFileConstants.isValidRRDName(java.lang.String) |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final int MAX_RRD_FILENAME_LENGTH
RrdFileConstants.MAX_RRD_FILENAME_LENGTH
public static final java.lang.String RRD_SUFFIX
RrdFileConstants.RRD_SUFFIX
public static final java.io.FilenameFilter RRD_FILENAME_FILTER
RrdFileConstants.RRD_FILENAME_FILTER
Constructor Detail |
private GraphUtil()
Method Detail |
public static boolean isValidRRDName(java.lang.String rrd)
RrdFileConstants.isValidRRDName(java.lang.String)
The maximum length is specified by the
MAX_RRD_FILENAME_LENGTH
constant.
The only valid characters are letters (A-Z and a-z), numbers (0-9),
dashes (-), dots (-), and underscores (_). These precautions are
necessary since the RRD filename is used on the commandline and
specified in the graph URL.
|
OpenNMS API 1.1.3 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |