public class ParameterHandler extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
VALID_CHARS
Valid parameter identifier characters.
|
| Constructor and Description |
|---|
ParameterHandler() |
| Modifier and Type | Method and Description |
|---|---|
static String |
assignParameterValues(String s,
Map<String,String> parameterValues)
Replaces parameters with parameter values.
|
static void |
collectParameter(String s,
Set<String> parameters)
Collects all parameters in a given string.
|
public static final String VALID_CHARS