@FunctionalInterface public static interface RequestWebScope.IParamValueCleanser extends Serializable
| Modifier and Type | Method and Description |
|---|---|
String |
getCleanedValue(String sParamName,
int nParamIndex,
String sParamValue)
Get the cleaned value of a parameter value.
|
@Nullable String getCleanedValue(@Nonnull String sParamName, @Nonnegative int nParamIndex, @Nullable String sParamValue)
sParamName - The current parameter name. May not be null.nParamIndex - The index of the value. If the parameter has multiple values this is
respective index. If there is only one value, this is always 0 (zero).sParamValue - The value to be cleaned. May be null.null.Copyright © 2014–2019 Philip Helger. All rights reserved.