public class TableParameterChecker
extends java.lang.Object
Constructor and Description |
---|
TableParameterChecker()
Initializes map with valid parameters for each of the graphs.
|
Modifier and Type | Method and Description |
---|---|
java.util.Map<java.lang.String,java.lang.String[]> |
checkParameters(java.lang.String tableType,
java.util.Map requestParameters)
Checks request parameters for the given table type and returns a map
of recognized parameters, or null if the table type doesn't exist or
the parameters are invalid.
|
static TableParameterChecker |
getInstance()
Returns the singleton instance of this class.
|
public TableParameterChecker()
public static TableParameterChecker getInstance()
public java.util.Map<java.lang.String,java.lang.String[]> checkParameters(java.lang.String tableType, java.util.Map requestParameters)